#DE4A36

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

Shades of Cinnabar #DE4A36

Tints of Cinnabar #DE4A36

Color information

#DE4A36 (or 0xDE4A36) is unknown color: approx Cinnabar. HEX triplet: DE, 4A and 36. RGB value is (222,74,54). Sum of RGB (Red+Green+Blue) = 222+74+54=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A36 is #21B5C9. Grayscale: #747474. Windows color (decimal): -2209226 or 3558110. OLE color: 3558110.

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

Color convert

RGB2227454-
CMYK00.670.760.13
HSL7.14º71.79%54.12%-
HSV(B)7.14º75.68%87.06%-
XYZ33.2420.695.73-
YUV115.9793.03203.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.43%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 54 (21.48% from 255) = 15.43%
R=63.43%
G=21.14%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222745400.670.760.137.1471.7954.12
HexDE4A360434CD74836
Octal33611266010311415711066
Binary11011110100101011011001000011100110011011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4A36; }

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

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

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

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

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

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

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

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