Html Css Color HEX #DC4424 Cinnabar

📋 copy color: '#DC4424'

red 220 ◦ green 68 ◦ blue 36

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

Shades of Cinnabar #DC4424

Tints of Cinnabar #DC4424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

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

R = 67.9%
G = 20.99%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4424 (or 0xDC4424) is known color: Cinnabar. HEX triplet: DC, 44 and 24. RGB value is (220,68,36). Sum of RGB (Red+Green+Blue) = 220+68+36=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4424 is #23BBDB. Grayscale: #6E6E6E. Windows color (decimal): -2341852 or 2376924. OLE color: 2376924.

HSL color Cylindrical-coordinate representation of color #DC4424: hue angle of 10.43º 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 #DC4424 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 36 -
CMYK 0 0.69 0.84 0.14
HSL 10.43º 0.72% 0.5% -
HSV(B) 10.43º 0.84% 0.86% -
XYZ 31.9 19.48 3.75 -
YUV 109.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 220 68 36 0 0.69 0.84 0.14 10.43 0.72 0.5
Hex DC 44 24 0 45 54 E A 48 32
Octal 334 104 44 0 105 124 16 12 110 62
Binary 11011100 1000100 100100 0 1000101 1010100 1110 1010 1001000 110010

Color Harmonies of #DC4424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4424

Black with #DC4424

Text Example


Text Example

White with #DC4424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4424; }

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

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

background-color css

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

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

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

border-color css

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

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

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