#e1453e

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

Shades of Cinnabar #E1453E

Tints of Cinnabar #E1453E

Color information

#E1453E (or 0xE1453E) is unknown color: approx Cinnabar. HEX triplet: E1, 45 and 3E. RGB value is (225,69,62). Sum of RGB (Red+Green+Blue) = 225+69+62=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1453E is #1EBAC1. Grayscale: #737373. Windows color (decimal): -2013890 or 4081121. OLE color: 4081121.

HSL color Cylindrical-coordinate representation of color #E1453E: hue angle of 2.58º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1453E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2256962-
CMYK00.690.720.12
HSL2.58º73.09%56.27%-
HSV(B)2.58º72.44%88.24%-
XYZ34.0520.616.74-
YUV114.8598.18206.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.20%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 62 (24.61% from 255) = 17.42%
R=63.20%
G=19.38%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225696200.690.720.122.5873.0956.27
HexE1453E04548C34938
Octal34110576010511014311170
Binary1110000110001011111100100010110010001100111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1453e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1453e; }

 p { color: rgb(225,69,62); }

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

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

 a { background-color: rgb(225,69,62); }

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

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

 span { border-color: rgb(225,69,62); }

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