#E14728

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

Shades of Cinnabar #E14728

Tints of Cinnabar #E14728

Color information

#E14728 (or 0xE14728) is unknown color: approx Cinnabar. HEX triplet: E1, 47 and 28. RGB value is (225,71,40). Sum of RGB (Red+Green+Blue) = 225+71+40=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E14728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14728 is #1EB8D7. Grayscale: #717171. Windows color (decimal): -2013400 or 2639841. OLE color: 2639841.

HSL color Cylindrical-coordinate representation of color #E14728: hue angle of 10.05º 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 #E14728 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB2257140-
CMYK00.680.820.12
HSL10.05º75.51%51.96%-
HSV(B)10.05º82.22%88.24%-
XYZ33.6920.674.22-
YUV113.5186.52207.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.96%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 40 (16.02% from 255) = 11.90%
R=66.96%
G=21.13%
B=11.90%

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
Decimal225714000.680.820.1210.0575.5151.96
HexE1472804452Ca4c34
Octal341107500104122141211464
Binary111000011000111101000010001001010010110010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14728; }

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

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

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

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

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

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

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

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