#E8513C

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

Shades of Cinnabar #E8513C

Tints of Cinnabar #E8513C

Color information

#E8513C (or 0xE8513C) is unknown color: approx Cinnabar. HEX triplet: E8, 51 and 3C. RGB value is (232,81,60). Sum of RGB (Red+Green+Blue) = 232+81+60=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8513C is #17AEC3. Grayscale: #7B7B7B. Windows color (decimal): -1552068 or 3953128. OLE color: 3953128.

HSL color Cylindrical-coordinate representation of color #E8513C: hue angle of 7.33º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8513C is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2328160-
CMYK00.650.740.09
HSL7.33º78.9%57.25%-
HSV(B)7.33º74.14%90.98%-
XYZ37.0423.376.83-
YUV123.7692.03205.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.20%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=62.20%
G=21.72%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232816000.650.740.097.3378.957.25
HexE8513C0414A974f39
Octal35012174010111211711771
Binary11101000101000111110001000001100101010011111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8513C; }

 p { color: rgb(232,81,60); }

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

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

 a { background-color: rgb(232,81,60); }

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

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

 span { border-color: rgb(232,81,60); }

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