#E64744

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

Shades of Cinnabar #E64744

Tints of Cinnabar #E64744

Color information

#E64744 (or 0xE64744) is unknown color: approx Cinnabar. HEX triplet: E6, 47 and 44. RGB value is (230,71,68). Sum of RGB (Red+Green+Blue) = 230+71+68=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E64744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64744 is #19B8BB. Grayscale: #767676. Windows color (decimal): -1685692 or 4474854. OLE color: 4474854.

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

Color convert

RGB2307168-
CMYK00.690.700.10
HSL1.11º76.42%58.43%-
HSV(B)1.11º70.43%90.2%-
XYZ35.9321.757.77-
YUV118.299.68207.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.33%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=62.33%
G=19.24%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230716800.690.700.101.1176.4258.43
HexE6474404546A14c3a
Octal346107104010510612111472
Binary1110011010001111000100010001011000110101011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64744; }

 p { color: rgb(230,71,68); }

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

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

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

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

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

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

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