Html Css Color HEX #DC4420 Cinnabar

📋 copy color: '#DC4420'

red 220 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #DC4420

Tints of Cinnabar #DC4420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10%

R = 68.75%
G = 21.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC4420 (or 0xDC4420) is known color: Cinnabar. HEX triplet: DC, 44 and 20. RGB value is (220,68,32). Sum of RGB (Red+Green+Blue) = 220+68+32=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4420 is #23BBDF. Grayscale: #6D6D6D. Windows color (decimal): -2341856 or 2114780. OLE color: 2114780.

HSL color Cylindrical-coordinate representation of color #DC4420: hue angle of 11.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC4420 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 32 -
CMYK 0 0.69 0.85 0.14
HSL 11.49º 0.75% 0.49% -
HSV(B) 11.49º 0.85% 0.86% -
XYZ 31.84 19.45 3.44 -
YUV 109.34 84.36 206.93 -
System Red Green Blue C M Y K H S L
Decimal 220 68 32 0 0.69 0.85 0.14 11.49 0.75 0.49
Hex DC 44 20 0 45 55 E B 4B 31
Octal 334 104 40 0 105 125 16 13 113 61
Binary 11011100 1000100 100000 0 1000101 1010101 1110 1011 1001011 110001

Color Harmonies of #DC4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4420

Black with #DC4420

Text Example


Text Example

White with #DC4420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4420; }

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

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

background-color css

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

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

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

border-color css

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

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

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