#E5291E

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

Shades of Cinnabar #E5291E

Tints of Cinnabar #E5291E

Color information

#E5291E (or 0xE5291E) is unknown color: approx Cinnabar. HEX triplet: E5, 29 and 1E. RGB value is (229,41,30). Sum of RGB (Red+Green+Blue) = 229+41+30=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E5291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5291E is #1AD6E1. Grayscale: #606060. Windows color (decimal): -1758946 or 1976805. OLE color: 1976805.

HSL color Cylindrical-coordinate representation of color #E5291E: hue angle of 3.32º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5291E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB2294130-
CMYK00.820.870.10
HSL3.32º79.28%50.78%-
HSV(B)3.32º86.9%89.8%-
XYZ33.3418.343.01-
YUV95.9690.78222.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 76.33%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 30 (12.11% from 255) = 10%
R=76.33%
G=13.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229413000.820.870.103.3279.2850.78
HexE5291E05257A34f33
Octal3455136012212712311763
Binary11100101101001111100101001010101111010111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5291E; }

 p { color: rgb(229,41,30); }

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

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

 a { background-color: rgb(229,41,30); }

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

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

 span { border-color: rgb(229,41,30); }

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