#E8503F

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

Shades of Cinnabar #E8503F

Tints of Cinnabar #E8503F

Color information

#E8503F (or 0xE8503F) is unknown color: approx Cinnabar. HEX triplet: E8, 50 and 3F. RGB value is (232,80,63). Sum of RGB (Red+Green+Blue) = 232+80+63=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8503F is #17AFC0. Grayscale: #7B7B7B. Windows color (decimal): -1552321 or 4149480. OLE color: 4149480.

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

Color convert

RGB2328063-
CMYK00.660.730.09
HSL6.04º78.6%57.84%-
HSV(B)6.04º72.84%90.98%-
XYZ37.0423.257.24-
YUV123.5193.86205.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 61.87%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 63 (25% from 255) = 16.8%
R=61.87%
G=21.33%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232806300.660.730.096.0478.657.84
HexE8503F04249964f3a
Octal35012077010211111611772
Binary11101000101000011111101000010100100110011101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8503F; }

 p { color: rgb(232,80,63); }

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

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

 a { background-color: rgb(232,80,63); }

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

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

 span { border-color: rgb(232,80,63); }

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