#E64942

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

Shades of Cinnabar #E64942

Tints of Cinnabar #E64942

Color information

#E64942 (or 0xE64942) is unknown color: approx Cinnabar. HEX triplet: E6, 49 and 42. RGB value is (230,73,66). Sum of RGB (Red+Green+Blue) = 230+73+66=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E64942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64942 is #19B6BD. Grayscale: #777777. Windows color (decimal): -1685182 or 4344294. OLE color: 4344294.

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

Color convert

RGB2307366-
CMYK00.680.710.10
HSL2.56º76.64%58.04%-
HSV(B)2.56º71.3%90.2%-
XYZ3621.987.5-
YUV119.1498.01207.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.33%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=62.33%
G=19.78%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230736600.680.710.102.5676.6458.04
HexE6494204447A34d3a
Octal346111102010410712311572
Binary11100110100100110000100100010010001111010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64942; }

 p { color: rgb(230,73,66); }

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

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

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

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

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

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

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