#E14838

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

Shades of Cinnabar #E14838

Tints of Cinnabar #E14838

Color information

#E14838 (or 0xE14838) is unknown color: approx Cinnabar. HEX triplet: E1, 48 and 38. RGB value is (225,72,56). Sum of RGB (Red+Green+Blue) = 225+72+56=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E14838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14838 is #1EB7C7. Grayscale: #747474. Windows color (decimal): -2013128 or 3688673. OLE color: 3688673.

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

Color convert

RGB2257256-
CMYK00.680.750.12
HSL5.68º73.8%55.1%-
HSV(B)5.68º75.11%88.24%-
XYZ34.0820.935.98-
YUV115.9294.19205.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.74%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=63.74%
G=20.40%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225725600.680.750.125.6873.855.1
HexE148380444BC64a37
Octal34111070010411314611267
Binary11100001100100011100001000100100101111001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14838; }

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

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

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

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

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

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

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

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