Color Hex Logo

#dc253d Color Hex

#DC253D
(220,37,61)
0 Favorites   0 Comments

Color spaces of #dc253d

RGB 2203761
HSL0.980.720.50
HSV352°83°86°
CMYK 0.000.830.72   0.14
XYZ31.019116.87576.0373
Yxy16.87570.57520.3129
Hunter Lab41.080062.893420.0425
CIE-Lab48.103067.938334.2577

#dc253d color RGB value is (220,37,61).

#dc253d hex color red value is 220, green value is 37 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dc253d hue: 0.98 , saturation: 0.72 and the lightness value of dc253d is 0.50.

The process color (four color CMYK) of #dc253d color hex is 0.00, 0.83, 0.72, 0.14. Web safe color of #dc253d is #cc3333. Color #dc253d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 00111101
Octal 334 45 75
Decimal 220 37 61
Hex DC 25 3D

RGB Percentages of Color #dc253d

%69.18
%11.64
%19.18

CMYK Percentages of Color #dc253d

%0
%83
%72
%14

Triadic Colors of #dc253d

#dc253d #3ddc25 #253ddc

Analogous Colors of #dc253d

#dc253d #dc6925 #dc2599

Monochromatic Colors of #dc253d

#dc253d

Complementary Color

#dc253d #25dcc4

#dc253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc253d Color CSS Codes

.mybgcolor {background-color:#dc253d; } 
.myforecolor {color:#dc253d; }
.mybordercolor {border:3px solid #dc253d; }

#dc253d Text Font Color

<p style="color:#dc253d">Text here</p>

This sample text font color is #dc253d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dc253d Background Color

<div style="background-color:#dc253d">
Div content here</div>

This div background color is #dc253d


#dc253d Border Color

<div style="border:3px solid #dc253d">
Div here</div>

This div border color is #dc253d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,37,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc253d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc253d;
  -webkit-box-shadow: 1px 1px 3px 2px #dc253d;
  box-shadow:         1px 1px 3px 2px #dc253d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,37,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc253d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dc253d;
  -webkit-box-shadow: 1px 1px 3px 2px #dc253d;
  box-shadow:         1px 1px 3px 2px #dc253d;">
Div content here</div>

This div box has shadow with color #dc253d


Comments

No comments written yet.

Please login to write comment.