Html Css Color HEX #DC4229 Cinnabar

📋 copy color: '#DC4229'

red 220 ◦ green 66 ◦ blue 41

#DC4229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DC4229

Tints of Cinnabar #DC4229

RGB

 RED value IS 220 (86.33% from 255) = 67.28%

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 67.28%
G = 20.18%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.81

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC4229 (or 0xDC4229) is known color: Cinnabar. HEX triplet: DC, 42 and 29. RGB value is (220,66,41). Sum of RGB (Red+Green+Blue) = 220+66+41=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4229 is #23BDD6. Grayscale: #6D6D6D. Windows color (decimal): -2342359 or 2704092. OLE color: 2704092.

HSL color Cylindrical-coordinate representation of color #DC4229: hue angle of 8.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC4229 is Cyan = 0, Magento = 0.7, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 41 -
CMYK 0 0.7 0.81 0.14
HSL 8.38º 0.72% 0.51% -
HSV(B) 8.38º 0.81% 0.86% -
XYZ 31.86 19.27 4.14 -
YUV 109.2 89.52 207.03 -
System Red Green Blue C M Y K H S L
Decimal 220 66 41 0 0.7 0.81 0.14 8.38 0.72 0.51
Hex DC 42 29 0 46 51 E 8 48 33
Octal 334 102 51 0 106 121 16 10 110 63
Binary 11011100 1000010 101001 0 1000110 1010001 1110 1000 1001000 110011

Color Harmonies of #DC4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4229

Black with #DC4229

Text Example


Text Example

White with #DC4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4229; }

 p { color: rgb(220,66,41); }

 H1.HeaderClassName
 {
   color: #DC4229;
 }
 .AnyTagClassName
 {
   color: #DC4229;
 }
</style>

background-color css

<style>
 a { background-color: #DC4229; }

 a { background-color: rgb(220,66,41); }

 div.DivClassName
 {
   background-color: #DC4229;
 }
 .BgClassName
 {
   background-color: #DC4229;
 }
</style>

border-color css

<style>
 span { border-color: #DC4229; }

 span { border-color: rgb(220,66,41); }

 td.TdClassName
 {
   border-color: #DC4229;
 }
 .TagClassName
 {
   border-color: #DC4229;
 }
</style>