#E14636

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

Shades of Cinnabar #E14636

Tints of Cinnabar #E14636

Color information

#E14636 (or 0xE14636) is unknown color: approx Cinnabar. HEX triplet: E1, 46 and 36. RGB value is (225,70,54). Sum of RGB (Red+Green+Blue) = 225+70+54=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E14636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14636 is #1EB9C9. Grayscale: #727272. Windows color (decimal): -2013642 or 3557089. OLE color: 3557089.

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

Color convert

RGB2257054-
CMYK00.690.760.12
HSL5.61º74.03%54.71%-
HSV(B)5.61º76%88.24%-
XYZ33.9120.655.69-
YUV114.5293.85206.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.47%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=64.47%
G=20.06%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225705400.690.760.125.6174.0354.71
HexE146360454CC64a37
Octal34110666010511414611267
Binary11100001100011011011001000101100110011001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14636; }

 p { color: rgb(225,70,54); }

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

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

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

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

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

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

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