#E14040

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

Shades of Cinnabar #E14040

Tints of Cinnabar #E14040

Color information

#E14040 (or 0xE14040) is unknown color: approx Cinnabar. HEX triplet: E1, 40 and 40. RGB value is (225,64,64). Sum of RGB (Red+Green+Blue) = 225+64+64=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E14040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14040 is #1EBFBF. Grayscale: #707070. Windows color (decimal): -2015168 or 4210913. OLE color: 4210913.

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

Color convert

RGB2256464-
CMYK00.720.720.12
HSL72.85%56.67%-
HSV(B)71.56%88.24%-
XYZ33.8120.046.94-
YUV112.14100.84208.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.74%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=63.74%
G=18.13%
B=18.13%

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
Decimal225646400.720.720.12072.8556.67
HexE1404004848C04939
Octal341100100011011014011171
Binary1110000110000001000000010010001001000110001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14040; }

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

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

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

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

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

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

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

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