Html Css Color HEX #DC4224 Cinnabar

📋 copy color: '#DC4224'

red 220 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #DC4224

Tints of Cinnabar #DC4224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.18%

R = 68.32%
G = 20.5%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4224 (or 0xDC4224) is known color: Cinnabar. HEX triplet: DC, 42 and 24. RGB value is (220,66,36). Sum of RGB (Red+Green+Blue) = 220+66+36=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4224 is #23BDDB. Grayscale: #6C6C6C. Windows color (decimal): -2342364 or 2376412. OLE color: 2376412.

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

Color convert

RGB 220 66 36 -
CMYK 0 0.7 0.84 0.14
HSL 9.78º 0.72% 0.5% -
HSV(B) 9.78º 0.84% 0.86% -
XYZ 31.78 19.24 3.71 -
YUV 108.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 220 66 36 0 0.7 0.84 0.14 9.78 0.72 0.5
Hex DC 42 24 0 46 54 E A 48 32
Octal 334 102 44 0 106 124 16 12 110 62
Binary 11011100 1000010 100100 0 1000110 1010100 1110 1010 1001000 110010

Color Harmonies of #DC4224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4224

Black with #DC4224

Text Example


Text Example

White with #DC4224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4224; }

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

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

background-color css

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

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

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

border-color css

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

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

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