#E64545

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

Shades of Cinnabar #E64545

Tints of Cinnabar #E64545

Color information

#E64545 (or 0xE64545) is unknown color: approx Cinnabar. HEX triplet: E6, 45 and 45. RGB value is (230,69,69). Sum of RGB (Red+Green+Blue) = 230+69+69=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E64545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64545 is #19BABA. Grayscale: #757575. Windows color (decimal): -1686203 or 4539878. OLE color: 4539878.

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

Color convert

RGB2306969-
CMYK00.70.70.10
HSL76.3%58.63%-
HSV(B)70%90.2%-
XYZ35.8421.517.89-
YUV117.14100.84208.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.5%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230696900.70.70.10076.358.63
HexE6454504646A04c3b
Octal346105105010610612011473
Binary1110011010001011000101010001101000110101001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64545; }

 p { color: rgb(230,69,69); }

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

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

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

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

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

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

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