#E1403C

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

Shades of Cinnabar #E1403C

Tints of Cinnabar #E1403C

Color information

#E1403C (or 0xE1403C) is unknown color: approx Cinnabar. HEX triplet: E1, 40 and 3C. RGB value is (225,64,60). Sum of RGB (Red+Green+Blue) = 225+64+60=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1403C is #1EBFC3. Grayscale: #6F6F6F. Windows color (decimal): -2015172 or 3948769. OLE color: 3948769.

HSL color Cylindrical-coordinate representation of color #E1403C: hue angle of 1.45º 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 #E1403C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2256460-
CMYK00.720.730.12
HSL1.45º73.33%55.88%-
HSV(B)1.45º73.33%88.24%-
XYZ33.7206.36-
YUV111.6898.84208.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.47%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=64.47%
G=18.34%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225646000.720.730.121.4573.3355.88
HexE1403C04849C14938
Octal34110074011011114111170
Binary111000011000000111100010010001001001110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1403C; }

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

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

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

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

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

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

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

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