Html Css Color HEX #DC4421 Cinnabar

📋 copy color: '#DC4421'

red 220 ◦ green 68 ◦ blue 33

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

Shades of Cinnabar #DC4421

Tints of Cinnabar #DC4421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.28%

R = 68.54%
G = 21.18%
B = 10.28%

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

#DC4421 (or 0xDC4421) is known color: Cinnabar. HEX triplet: DC, 44 and 21. RGB value is (220,68,33). Sum of RGB (Red+Green+Blue) = 220+68+33=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4421 is #23BBDE. Grayscale: #6D6D6D. Windows color (decimal): -2341855 or 2180316. OLE color: 2180316.

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

Color convert

RGB 220 68 33 -
CMYK 0 0.69 0.85 0.14
HSL 11.23º 0.74% 0.5% -
HSV(B) 11.23º 0.85% 0.86% -
XYZ 31.86 19.46 3.52 -
YUV 109.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 220 68 33 0 0.69 0.85 0.14 11.23 0.74 0.5
Hex DC 44 21 0 45 55 E B 4A 32
Octal 334 104 41 0 105 125 16 13 112 62
Binary 11011100 1000100 100001 0 1000101 1010101 1110 1011 1001010 110010

Color Harmonies of #DC4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4421

Black with #DC4421

Text Example


Text Example

White with #DC4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4421; }

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

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

background-color css

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

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

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

border-color css

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

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

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