#DE3B2B

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

Shades of Cinnabar #DE3B2B

Tints of Cinnabar #DE3B2B

Color information

#DE3B2B (or 0xDE3B2B) is unknown color: approx Cinnabar. HEX triplet: DE, 3B and 2B. RGB value is (222,59,43). Sum of RGB (Red+Green+Blue) = 222+59+43=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3B2B is #21C4D4. Grayscale: #6A6A6A. Windows color (decimal): -2213077 or 2833374. OLE color: 2833374.

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

Color convert

RGB2225943-
CMYK00.730.810.13
HSL5.36º73.06%51.96%-
HSV(B)5.36º80.63%87.06%-
XYZ32.1218.834.23-
YUV105.9192.5210.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 68.52%
GREEN value IS 59 (23.44% from 255) = 18.21%
BLUE value IS 43 (17.19% from 255) = 13.27%
R=68.52%
G=18.21%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222594300.730.810.135.3673.0651.96
HexDE3B2B04951D54934
Octal3367353011112115511164
Binary1101111011101110101101001001101000111011011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3B2B; }

 p { color: rgb(222,59,43); }

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

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

 a { background-color: rgb(222,59,43); }

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

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

 span { border-color: rgb(222,59,43); }

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