Color Hex Logo

#dc233b Color Hex

#DC233B
(220,35,59)
0 Favorites   0 Comments

Color spaces of #dc233b

RGB 2203559
HSL0.980.730.50
HSV352°84°86°
CMYK 0.000.840.73   0.14
XYZ30.905616.73355.7386
Yxy16.73350.57900.3135
Hunter Lab40.906663.273120.3171
CIE-Lab47.922568.296135.2254

#dc233b color RGB value is (220,35,59).

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

The process color (four color CMYK) of #dc233b color hex is 0.00, 0.84, 0.73, 0.14. Web safe color of #dc233b is #cc3333. Color #dc233b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 00111011
Octal 334 43 73
Decimal 220 35 59
Hex DC 23 3B

RGB Percentages of Color #dc233b

%70.06
%11.15
%18.79

CMYK Percentages of Color #dc233b

%0
%84
%73
%14

Triadic Colors of #dc233b

#dc233b #3bdc23 #233bdc

Analogous Colors of #dc233b

#dc233b #dc6823 #dc2398

Monochromatic Colors of #dc233b

#dc233b

Complementary Color

#dc233b #23dcc4

#dc233b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc233b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc233b Color CSS Codes

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

#dc233b Text Font Color

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

This sample text font color is #dc233b
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.


#dc233b Background Color

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

This div background color is #dc233b


#dc233b Border Color

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

This div border color is #dc233b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc233b


Comments

No comments written yet.

Please login to write comment.