#E32E24

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

Shades of Cinnabar #E32E24

Tints of Cinnabar #E32E24

Color information

#E32E24 (or 0xE32E24) is unknown color: approx Cinnabar. HEX triplet: E3, 2E and 24. RGB value is (227,46,36). Sum of RGB (Red+Green+Blue) = 227+46+36=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32E24 is #1CD1DB. Grayscale: #636363. Windows color (decimal): -1888732 or 2371299. OLE color: 2371299.

HSL color Cylindrical-coordinate representation of color #E32E24: hue angle of 3.14º 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 #E32E24 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB2274636-
CMYK00.800.840.11
HSL3.14º77.33%51.57%-
HSV(B)3.14º84.14%89.02%-
XYZ32.9718.413.49-
YUV98.9892.47219.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.46%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 36 (14.45% from 255) = 11.65%
R=73.46%
G=14.89%
B=11.65%

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
Decimal227463600.800.840.113.1477.3351.57
HexE32E2405054B34d34
Octal3435644012012413311564
Binary111000111011101001000101000010101001011111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E24; }

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

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

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

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

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

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

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

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