Html Css Color HEX #DE4620 Cinnabar

📋 copy color: '#DE4620'

red 222 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #DE4620

Tints of Cinnabar #DE4620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 68.52%
G = 21.6%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE4620 (or 0xDE4620) is known color: Cinnabar. HEX triplet: DE, 46 and 20. RGB value is (222,70,32). Sum of RGB (Red+Green+Blue) = 222+70+32=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4620 is #21B9DF. Grayscale: #6F6F6F. Windows color (decimal): -2210272 or 2115294. OLE color: 2115294.

HSL color Cylindrical-coordinate representation of color #DE4620: hue angle of 12º 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 #DE4620 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 70 32 -
CMYK 0 0.68 0.86 0.13
HSL 12º 0.75% 0.5% -
HSV(B) 12º 0.86% 0.87% -
XYZ 32.58 20.01 3.51 -
YUV 111.12 83.36 207.09 -
System Red Green Blue C M Y K H S L
Decimal 222 70 32 0 0.68 0.86 0.13 12 0.75 0.5
Hex DE 46 20 0 44 56 D C 4B 32
Octal 336 106 40 0 104 126 15 14 113 62
Binary 11011110 1000110 100000 0 1000100 1010110 1101 1100 1001011 110010

Color Harmonies of #DE4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4620

Black with #DE4620

Text Example


Text Example

White with #DE4620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4620; }

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

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

background-color css

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

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

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

border-color css

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

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

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