#E8503D

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

Shades of Cinnabar #E8503D

Tints of Cinnabar #E8503D

Color information

#E8503D (or 0xE8503D) is unknown color: approx Cinnabar. HEX triplet: E8, 50 and 3D. RGB value is (232,80,61). Sum of RGB (Red+Green+Blue) = 232+80+61=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8503D is #17AFC2. Grayscale: #7B7B7B. Windows color (decimal): -1552323 or 4018408. OLE color: 4018408.

HSL color Cylindrical-coordinate representation of color #E8503D: hue angle of 6.67º 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 #E8503D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2328061-
CMYK00.660.740.09
HSL6.67º78.8%57.45%-
HSV(B)6.67º73.71%90.98%-
XYZ36.9923.236.95-
YUV123.2892.86205.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.20%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=62.20%
G=21.45%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232806100.660.740.096.6778.857.45
HexE8503D0424A974f39
Octal35012075010211211711771
Binary11101000101000011110101000010100101010011111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8503D; }

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

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

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

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

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

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

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

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