#E14828

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

Shades of Cinnabar #E14828

Tints of Cinnabar #E14828

Color information

#E14828 (or 0xE14828) is unknown color: approx Cinnabar. HEX triplet: E1, 48 and 28. RGB value is (225,72,40). Sum of RGB (Red+Green+Blue) = 225+72+40=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E14828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14828 is #1EB7D7. Grayscale: #727272. Windows color (decimal): -2013144 or 2640097. OLE color: 2640097.

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

Color convert

RGB2257240-
CMYK00.680.820.12
HSL10.38º75.51%51.96%-
HSV(B)10.38º82.22%88.24%-
XYZ33.7520.84.24-
YUV114.186.19207.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.77%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=66.77%
G=21.36%
B=11.87%

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
Decimal225724000.680.820.1210.3875.5151.96
HexE1482804452Ca4c34
Octal341110500104122141211464
Binary111000011001000101000010001001010010110010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14828; }

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

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

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

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

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

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

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

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