#DE4E22

Color #DE4E22 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DE4E22

Tints of Cinnabar #DE4E22

Color information

#DE4E22 (or 0xDE4E22) is unknown color: approx Cinnabar. HEX triplet: DE, 4E and 22. RGB value is (222,78,34). Sum of RGB (Red+Green+Blue) = 222+78+34=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E22 is #21B1DD. Grayscale: #747474. Windows color (decimal): -2208222 or 2248414. OLE color: 2248414.

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

Color convert

RGB2227834-
CMYK00.650.850.13
HSL14.04º74.02%50.2%-
HSV(B)14.04º84.68%87.06%-
XYZ33.1421.093.84-
YUV116.0481.71203.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.47%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 34 (13.67% from 255) = 10.18%
R=66.47%
G=23.35%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222783400.650.850.1314.0474.0250.2
HexDE4E2204155De4a32
Octal336116420101125151611262
Binary110111101001110100010010000011010101110111101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4E22; }

 p { color: rgb(222,78,34); }

 H1.HeaderClassName
 {
   color: #DE4E22;
 }
 .AnyTagClassName
 {
   color: #DE4E22;
 }
</style>
background-color css

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

 a { background-color: rgb(222,78,34); }

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

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

 span { border-color: rgb(222,78,34); }

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