#E5342E

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

Shades of Cinnabar #E5342E

Tints of Cinnabar #E5342E

Color information

#E5342E (or 0xE5342E) is unknown color: approx Cinnabar. HEX triplet: E5, 34 and 2E. RGB value is (229,52,46). Sum of RGB (Red+Green+Blue) = 229+52+46=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5342E is #1ACBD1. Grayscale: #686868. Windows color (decimal): -1756114 or 3028197. OLE color: 3028197.

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

Color convert

RGB2295246-
CMYK00.770.800.10
HSL1.97º77.87%53.92%-
HSV(B)1.97º79.91%89.8%-
XYZ34.0319.314.52-
YUV104.2495.14216.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.03%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 46 (18.36% from 255) = 14.07%
R=70.03%
G=15.90%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229524600.770.800.101.9777.8753.92
HexE5342E04D50A24e36
Octal3456456011512012211666
Binary111001011101001011100100110110100001010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5342E; }

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

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

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

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

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

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

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

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