#DE3E2C

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

Shades of Cinnabar #DE3E2C

Tints of Cinnabar #DE3E2C

Color information

#DE3E2C (or 0xDE3E2C) is unknown color: approx Cinnabar. HEX triplet: DE, 3E and 2C. RGB value is (222,62,44). Sum of RGB (Red+Green+Blue) = 222+62+44=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E2C is #21C1D3. Grayscale: #6C6C6C. Windows color (decimal): -2212308 or 2899678. OLE color: 2899678.

HSL color Cylindrical-coordinate representation of color #DE3E2C: hue angle of 6.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE3E2C is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2226244-
CMYK00.720.800.13
HSL6.07º72.95%52.16%-
HSV(B)6.07º80.18%87.06%-
XYZ32.319.164.38-
YUV107.7992.01209.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.68%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 44 (17.58% from 255) = 13.41%
R=67.68%
G=18.90%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222624400.720.800.136.0772.9552.16
HexDE3E2C04850D64934
Octal3367654011012015611164
Binary1101111011111010110001001000101000011011101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E2C; }

 p { color: rgb(222,62,44); }

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

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

 a { background-color: rgb(222,62,44); }

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

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

 span { border-color: rgb(222,62,44); }

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