#E14F3C

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

Shades of Cinnabar #E14F3C

Tints of Cinnabar #E14F3C

Color information

#E14F3C (or 0xE14F3C) is unknown color: approx Cinnabar. HEX triplet: E1, 4F and 3C. RGB value is (225,79,60). Sum of RGB (Red+Green+Blue) = 225+79+60=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14F3C is #1EB0C3. Grayscale: #787878. Windows color (decimal): -2011332 or 3952609. OLE color: 3952609.

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

Color convert

RGB2257960-
CMYK00.650.730.12
HSL6.91º73.33%55.88%-
HSV(B)6.91º73.33%88.24%-
XYZ34.6621.936.68-
YUV120.4993.87202.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.81%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=61.81%
G=21.70%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225796000.650.730.126.9173.3355.88
HexE14F3C04149C74938
Octal34111774010111114711170
Binary11100001100111111110001000001100100111001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F3C; }

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

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

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

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

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

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

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

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