#e14745

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

Shades of Cinnabar #E14745

Tints of Cinnabar #E14745

Color information

#E14745 (or 0xE14745) is unknown color: approx Cinnabar. HEX triplet: E1, 47 and 45. RGB value is (225,71,69). Sum of RGB (Red+Green+Blue) = 225+71+69=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E14745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14745 is #1EB8BA. Grayscale: #747474. Windows color (decimal): -2013371 or 4540385. OLE color: 4540385.

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

Color convert

RGB2257169-
CMYK00.680.690.12
HSL0.77º72.22%57.65%-
HSV(B)0.77º69.33%88.24%-
XYZ34.3820.947.86-
YUV116.82101.02205.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.64%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=61.64%
G=19.45%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225716900.680.690.120.7772.2257.65
HexE1474504445C1483a
Octal341107105010410514111072
Binary1110000110001111000101010001001000101110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e14745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e14745; }

 p { color: rgb(225,71,69); }

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

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

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

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

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

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

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