#DE4036

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

Shades of Cinnabar #DE4036

Tints of Cinnabar #DE4036

Color information

#DE4036 (or 0xDE4036) is unknown color: approx Cinnabar. HEX triplet: DE, 40 and 36. RGB value is (222,64,54). Sum of RGB (Red+Green+Blue) = 222+64+54=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4036 is #21BFC9. Grayscale: #6E6E6E. Windows color (decimal): -2211786 or 3555550. OLE color: 3555550.

HSL color Cylindrical-coordinate representation of color #DE4036: hue angle of 3.57º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE4036 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB2226454-
CMYK00.710.760.13
HSL3.57º71.79%54.12%-
HSV(B)3.57º75.68%87.06%-
XYZ32.6219.465.53-
YUV110.196.35207.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.29%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 54 (21.48% from 255) = 15.88%
R=65.29%
G=18.82%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222645400.710.760.133.5771.7954.12
HexDE40360474CD44836
Octal33610066010711415411066
Binary11011110100000011011001000111100110011011001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4036; }

 p { color: rgb(222,64,54); }

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

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

 a { background-color: rgb(222,64,54); }

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

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

 span { border-color: rgb(222,64,54); }

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