#DE3E2B

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

Shades of Cinnabar #DE3E2B

Tints of Cinnabar #DE3E2B

Color information

#DE3E2B (or 0xDE3E2B) is unknown color: approx Cinnabar. HEX triplet: DE, 3E and 2B. RGB value is (222,62,43). Sum of RGB (Red+Green+Blue) = 222+62+43=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E2B is #21C1D4. Grayscale: #6B6B6B. Windows color (decimal): -2212309 or 2834142. OLE color: 2834142.

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

Color convert

RGB2226243-
CMYK00.720.810.13
HSL6.37º73.06%51.96%-
HSV(B)6.37º80.63%87.06%-
XYZ32.2819.154.28-
YUV107.6791.51209.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.89%
GREEN value IS 62 (24.61% from 255) = 18.96%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=67.89%
G=18.96%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222624300.720.810.136.3773.0651.96
HexDE3E2B04851D64934
Octal3367653011012115611164
Binary1101111011111010101101001000101000111011101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E2B; }

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

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

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

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

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

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

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

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