#E14C3C

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

Shades of Cinnabar #E14C3C

Tints of Cinnabar #E14C3C

Color information

#E14C3C (or 0xE14C3C) is unknown color: approx Cinnabar. HEX triplet: E1, 4C and 3C. RGB value is (225,76,60). Sum of RGB (Red+Green+Blue) = 225+76+60=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C3C is #1EB3C3. Grayscale: #767676. Windows color (decimal): -2012100 or 3951841. OLE color: 3951841.

HSL color Cylindrical-coordinate representation of color #E14C3C: hue angle of 5.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E14C3C is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2257660-
CMYK00.660.730.12
HSL5.82º73.33%55.88%-
HSV(B)5.82º73.33%88.24%-
XYZ34.4521.56.61-
YUV118.7394.86203.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.33%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=62.33%
G=21.05%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225766000.660.730.125.8273.3355.88
HexE14C3C04249C64938
Octal34111474010211114611170
Binary11100001100110011110001000010100100111001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C3C; }

 p { color: rgb(225,76,60); }

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

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

 a { background-color: rgb(225,76,60); }

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

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

 span { border-color: rgb(225,76,60); }

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