#E04541

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

Shades of Cinnabar #E04541

Tints of Cinnabar #E04541

Color information

#E04541 (or 0xE04541) is unknown color: approx Cinnabar. HEX triplet: E0, 45 and 41. RGB value is (224,69,65). Sum of RGB (Red+Green+Blue) = 224+69+65=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E04541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04541 is #1FBABE. Grayscale: #737373. Windows color (decimal): -2079423 or 4277728. OLE color: 4277728.

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

Color convert

RGB2246965-
CMYK00.690.710.12
HSL1.51º71.95%56.67%-
HSV(B)1.51º70.98%87.84%-
XYZ33.8220.497.17-
YUV114.8999.85205.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.57%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=62.57%
G=19.27%
B=18.16%

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
Decimal224696500.690.710.121.5171.9556.67
HexE0454104547C24839
Octal340105101010510714211071
Binary11100000100010110000010100010110001111100101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04541; }

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

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

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

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

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

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

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

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