Html Css Color HEX #DE4420 Cinnabar

📋 copy color: '#DE4420'

red 222 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #DE4420

Tints of Cinnabar #DE4420

RGB

 RED value IS 222 (87.11% from 255) = 68.94%

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

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

R = 68.94%
G = 21.12%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE4420 (or 0xDE4420) is known color: Cinnabar. HEX triplet: DE, 44 and 20. RGB value is (222,68,32). Sum of RGB (Red+Green+Blue) = 222+68+32=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4420 is #21BBDF. Grayscale: #6E6E6E. Windows color (decimal): -2210784 or 2114782. OLE color: 2114782.

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

Color convert

RGB 222 68 32 -
CMYK 0 0.69 0.86 0.13
HSL 11.37º 0.75% 0.5% -
HSV(B) 11.37º 0.86% 0.87% -
XYZ 32.45 19.77 3.47 -
YUV 109.94 84.02 207.93 -
System Red Green Blue C M Y K H S L
Decimal 222 68 32 0 0.69 0.86 0.13 11.37 0.75 0.5
Hex DE 44 20 0 45 56 D B 4B 32
Octal 336 104 40 0 105 126 15 13 113 62
Binary 11011110 1000100 100000 0 1000101 1010110 1101 1011 1001011 110010

Color Harmonies of #DE4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4420

Black with #DE4420

Text Example


Text Example

White with #DE4420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4420; }

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

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

background-color css

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

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

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

border-color css

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

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

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