Color Hex Logo

#dc333e Color Hex

#DC333E
(220,51,62)
0 Favorites   0 Comments

Color spaces of #dc333e

RGB 2205162
HSL0.990.710.53
HSV356°77°86°
CMYK 0.000.770.72   0.14
XYZ31.568517.93116.3546
Yxy17.93110.56520.3210
Hunter Lab42.345158.968620.7441
CIE-Lab49.412464.314835.2019

#dc333e color RGB value is (220,51,62).

#dc333e hex color red value is 220, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dc333e hue: 0.99 , saturation: 0.71 and the lightness value of dc333e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110011 00111110
Octal 334 63 76
Decimal 220 51 62
Hex DC 33 3E

RGB Percentages of Color #dc333e

%66.07
%15.32
%18.62

CMYK Percentages of Color #dc333e

%0
%77
%72
%14

Triadic Colors of #dc333e

#dc333e #3edc33 #333edc

Analogous Colors of #dc333e

#dc333e #dc7d33 #dc3393

Monochromatic Colors of #dc333e

#dc333e

Complementary Color

#dc333e #33dcd1

#dc333e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc333e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc333e Color CSS Codes

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

#dc333e Text Font Color

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

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


#dc333e Background Color

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

This div background color is #dc333e


#dc333e Border Color

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

This div border color is #dc333e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc333e


Comments

No comments written yet.

Please login to write comment.