#E64342

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

Shades of Cinnabar #E64342

Tints of Cinnabar #E64342

Color information

#E64342 (or 0xE64342) is unknown color: approx Cinnabar. HEX triplet: E6, 43 and 42. RGB value is (230,67,66). Sum of RGB (Red+Green+Blue) = 230+67+66=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E64342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64342 is #19BCBD. Grayscale: #737373. Windows color (decimal): -1686718 or 4342758. OLE color: 4342758.

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

Color convert

RGB2306766-
CMYK00.710.710.10
HSL0.37º76.64%58.04%-
HSV(B)0.37º71.3%90.2%-
XYZ35.6221.237.37-
YUV115.62100209.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 63.36%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=63.36%
G=18.46%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230676600.710.710.100.3776.6458.04
HexE6434204747A04d3a
Octal346103102010710712011572
Binary1110011010000111000010010001111000111101001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64342; }

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

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

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

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

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

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

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

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