#E05040

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

Shades of Cinnabar #E05040

Tints of Cinnabar #E05040

Color information

#E05040 (or 0xE05040) is unknown color: approx Cinnabar. HEX triplet: E0, 50 and 40. RGB value is (224,80,64). Sum of RGB (Red+Green+Blue) = 224+80+64=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E05040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05040 is #1FAFBF. Grayscale: #797979. Windows color (decimal): -2076608 or 4215008. OLE color: 4215008.

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

Color convert

RGB2248064-
CMYK00.640.710.12
HSL72.07%56.47%-
HSV(B)71.43%87.84%-
XYZ34.5321.957.27-
YUV121.2395.71201.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.87%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=60.87%
G=21.74%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224806400.640.710.12672.0756.47
HexE0504004047C64838
Octal340120100010010714611070
Binary111000001010000100000001000000100011111001101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05040; }

 p { color: rgb(224,80,64); }

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

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

 a { background-color: rgb(224,80,64); }

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

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

 span { border-color: rgb(224,80,64); }

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