#E5453F

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

Shades of Cinnabar #E5453F

Tints of Cinnabar #E5453F

Color information

#E5453F (or 0xE5453F) is unknown color: approx Cinnabar. HEX triplet: E5, 45 and 3F. RGB value is (229,69,63). Sum of RGB (Red+Green+Blue) = 229+69+63=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5453F is #1ABAC0. Grayscale: #747474. Windows color (decimal): -1751745 or 4146661. OLE color: 4146661.

HSL color Cylindrical-coordinate representation of color #E5453F: hue angle of 2.17º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5453F is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB2296963-
CMYK00.700.720.10
HSL2.17º76.15%57.25%-
HSV(B)2.17º72.49%89.8%-
XYZ35.3421.276.95-
YUV116.1698.01208.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.43%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 63 (25% from 255) = 17.45%
R=63.43%
G=19.11%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229696300.700.720.102.1776.1557.25
HexE5453F04648A24c39
Octal34510577010611012211471
Binary1110010110001011111110100011010010001010101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5453F; }

 p { color: rgb(229,69,63); }

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

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

 a { background-color: rgb(229,69,63); }

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

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

 span { border-color: rgb(229,69,63); }

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