#E1503C

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

Shades of Cinnabar #E1503C

Tints of Cinnabar #E1503C

Color information

#E1503C (or 0xE1503C) is unknown color: approx Cinnabar. HEX triplet: E1, 50 and 3C. RGB value is (225,80,60). Sum of RGB (Red+Green+Blue) = 225+80+60=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1503C is #1EAFC3. Grayscale: #797979. Windows color (decimal): -2011076 or 3952865. OLE color: 3952865.

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

Color convert

RGB2258060-
CMYK00.640.730.12
HSL7.27º73.33%55.88%-
HSV(B)7.27º73.33%88.24%-
XYZ34.7422.076.7-
YUV121.0793.54202.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.64%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=61.64%
G=21.92%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225806000.640.730.127.2773.3355.88
HexE1503C04049C74938
Octal34112074010011114711170
Binary11100001101000011110001000000100100111001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1503C; }

 p { color: rgb(225,80,60); }

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

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

 a { background-color: rgb(225,80,60); }

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

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

 span { border-color: rgb(225,80,60); }

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