#E04342

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

Shades of Cinnabar #E04342

Tints of Cinnabar #E04342

Color information

#E04342 (or 0xE04342) is unknown color: approx Cinnabar. HEX triplet: E0, 43 and 42. RGB value is (224,67,66). Sum of RGB (Red+Green+Blue) = 224+67+66=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E04342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04342 is #1FBCBD. Grayscale: #717171. Windows color (decimal): -2079934 or 4342752. OLE color: 4342752.

HSL color Cylindrical-coordinate representation of color #E04342: hue angle of 0.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04342 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB2246766-
CMYK00.700.710.12
HSL0.38º71.82%56.86%-
HSV(B)0.38º70.54%87.84%-
XYZ33.7320.257.29-
YUV113.83101.01206.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.75%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=62.75%
G=18.77%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224676600.700.710.120.3871.8256.86
HexE0434204647C04839
Octal340103102010610714011071
Binary1110000010000111000010010001101000111110001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04342; }

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

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

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

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

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

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

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

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