#DE3E3D

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

Shades of Cinnabar #DE3E3D

Tints of Cinnabar #DE3E3D

Color information

#DE3E3D (or 0xDE3E3D) is unknown color: approx Cinnabar. HEX triplet: DE, 3E and 3D. RGB value is (222,62,61). Sum of RGB (Red+Green+Blue) = 222+62+61=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E3D is #21C1C2. Grayscale: #6D6D6D. Windows color (decimal): -2212291 or 4013790. OLE color: 4013790.

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

Color convert

RGB2226261-
CMYK00.720.730.13
HSL0.37º70.93%55.49%-
HSV(B)0.37º72.52%87.06%-
XYZ32.6919.316.42-
YUV109.73100.51208.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.35%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=64.35%
G=17.97%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222626100.720.730.130.3770.9355.49
HexDE3E3D04849D04737
Octal3367675011011115010767
Binary11011110111110111101010010001001001110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E3D; }

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

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

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

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

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

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

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

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