#E04542

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

Shades of Cinnabar #E04542

Tints of Cinnabar #E04542

Color information

#E04542 (or 0xE04542) is unknown color: approx Cinnabar. HEX triplet: E0, 45 and 42. RGB value is (224,69,66). Sum of RGB (Red+Green+Blue) = 224+69+66=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E04542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04542 is #1FBABD. Grayscale: #737373. Windows color (decimal): -2079422 or 4343264. OLE color: 4343264.

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

Color convert

RGB2246966-
CMYK00.690.710.12
HSL1.14º71.82%56.86%-
HSV(B)1.14º70.54%87.84%-
XYZ33.8520.57.33-
YUV115100.35205.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.40%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=62.40%
G=19.22%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224696600.690.710.121.1471.8256.86
HexE0454204547C14839
Octal340105102010510714111071
Binary1110000010001011000010010001011000111110011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04542; }

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

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

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

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

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

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

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

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