#E14928

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

Shades of Cinnabar #E14928

Tints of Cinnabar #E14928

Color information

#E14928 (or 0xE14928) is unknown color: approx Cinnabar. HEX triplet: E1, 49 and 28. RGB value is (225,73,40). Sum of RGB (Red+Green+Blue) = 225+73+40=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E14928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14928 is #1EB6D7. Grayscale: #727272. Windows color (decimal): -2012888 or 2640353. OLE color: 2640353.

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

Color convert

RGB2257340-
CMYK00.680.820.12
HSL10.7º75.51%51.96%-
HSV(B)10.7º82.22%88.24%-
XYZ33.8220.934.26-
YUV114.6985.86206.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.57%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 40 (16.02% from 255) = 11.83%
R=66.57%
G=21.60%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225734000.680.820.1210.775.5151.96
HexE1492804452Cb4c34
Octal341111500104122141311464
Binary111000011001001101000010001001010010110010111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14928; }

 p { color: rgb(225,73,40); }

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

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

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

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

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

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

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