#E5332E

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

Shades of Cinnabar #E5332E

Tints of Cinnabar #E5332E

Color information

#E5332E (or 0xE5332E) is unknown color: approx Cinnabar. HEX triplet: E5, 33 and 2E. RGB value is (229,51,46). Sum of RGB (Red+Green+Blue) = 229+51+46=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5332E is #1ACCD1. Grayscale: #676767. Windows color (decimal): -1756370 or 3027941. OLE color: 3027941.

HSL color Cylindrical-coordinate representation of color #E5332E: hue angle of 1.64º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5332E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB2295146-
CMYK00.780.800.10
HSL1.64º77.87%53.92%-
HSV(B)1.64º79.91%89.8%-
XYZ33.9919.224.5-
YUV103.6595.47217.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.25%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=70.25%
G=15.64%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229514600.780.800.101.6477.8753.92
HexE5332E04E50A24e36
Octal3456356011612012211666
Binary111001011100111011100100111010100001010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5332E; }

 p { color: rgb(229,51,46); }

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

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

 a { background-color: rgb(229,51,46); }

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

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

 span { border-color: rgb(229,51,46); }

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