#E64B45

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

Shades of Cinnabar #E64B45

Tints of Cinnabar #E64B45

Color information

#E64B45 (or 0xE64B45) is unknown color: approx Cinnabar. HEX triplet: E6, 4B and 45. RGB value is (230,75,69). Sum of RGB (Red+Green+Blue) = 230+75+69=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64B45 is #19B4BA. Grayscale: #787878. Windows color (decimal): -1684667 or 4541414. OLE color: 4541414.

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

Color convert

RGB2307569-
CMYK00.670.70.10
HSL2.24º76.3%58.63%-
HSV(B)2.24º70%90.2%-
XYZ36.2222.288.02-
YUV120.6698.85205.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 61.50%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=61.50%
G=20.05%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230756900.670.70.102.2476.358.63
HexE64B4504346A24c3b
Octal346113105010310612211473
Binary11100110100101110001010100001110001101010101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64B45; }

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

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

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

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

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

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

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

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