#E1403E

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

Shades of Cinnabar #E1403E

Tints of Cinnabar #E1403E

Color information

#E1403E (or 0xE1403E) is unknown color: approx Cinnabar. HEX triplet: E1, 40 and 3E. RGB value is (225,64,62). Sum of RGB (Red+Green+Blue) = 225+64+62=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1403E is #1EBFC1. Grayscale: #707070. Windows color (decimal): -2015170 or 4079841. OLE color: 4079841.

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

Color convert

RGB2256462-
CMYK00.720.720.12
HSL0.74º73.09%56.27%-
HSV(B)0.74º72.44%88.24%-
XYZ33.7520.026.64-
YUV111.9199.84208.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.10%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 62 (24.61% from 255) = 17.66%
R=64.10%
G=18.23%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225646200.720.720.120.7473.0956.27
HexE1403E04848C14938
Octal34110076011011014111170
Binary111000011000000111110010010001001000110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1403E; }

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

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

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

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

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

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

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

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