#DE3936

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

Shades of Cinnabar #DE3936

Tints of Cinnabar #DE3936

Color information

#DE3936 (or 0xDE3936) is unknown color: approx Cinnabar. HEX triplet: DE, 39 and 36. RGB value is (222,57,54). Sum of RGB (Red+Green+Blue) = 222+57+54=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3936 is #21C6C9. Grayscale: #6A6A6A. Windows color (decimal): -2213578 or 3553758. OLE color: 3553758.

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

Color convert

RGB2225754-
CMYK00.740.760.13
HSL1.07º71.79%54.12%-
HSV(B)1.07º75.68%87.06%-
XYZ32.2518.725.4-
YUV105.9998.66210.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.67%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=66.67%
G=17.12%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222575400.740.760.131.0771.7954.12
HexDE393604A4CD14836
Octal3367166011211415111066
Binary11011110111001110110010010101001100110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3936; }

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

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

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

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

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

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

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

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