#E32D24

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

Shades of Cinnabar #E32D24

Tints of Cinnabar #E32D24

Color information

#E32D24 (or 0xE32D24) is unknown color: approx Cinnabar. HEX triplet: E3, 2D and 24. RGB value is (227,45,36). Sum of RGB (Red+Green+Blue) = 227+45+36=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32D24 is #1CD2DB. Grayscale: #626262. Windows color (decimal): -1888988 or 2371043. OLE color: 2371043.

HSL color Cylindrical-coordinate representation of color #E32D24: hue angle of 2.83º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32D24 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB2274536-
CMYK00.800.840.11
HSL2.83º77.33%51.57%-
HSV(B)2.83º84.14%89.02%-
XYZ32.9418.343.47-
YUV98.3992.8219.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.70%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 36 (14.45% from 255) = 11.69%
R=73.70%
G=14.61%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227453600.800.840.112.8377.3351.57
HexE32D2405054B34d34
Octal3435544012012413311564
Binary111000111011011001000101000010101001011111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32D24; }

 p { color: rgb(227,45,36); }

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

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

 a { background-color: rgb(227,45,36); }

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

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

 span { border-color: rgb(227,45,36); }

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