#E5473A

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

Shades of Cinnabar #E5473A

Tints of Cinnabar #E5473A

Color information

#E5473A (or 0xE5473A) is unknown color: approx Cinnabar. HEX triplet: E5, 47 and 3A. RGB value is (229,71,58). Sum of RGB (Red+Green+Blue) = 229+71+58=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5473A is #1AB8C5. Grayscale: #747474. Windows color (decimal): -1751238 or 3819493. OLE color: 3819493.

HSL color Cylindrical-coordinate representation of color #E5473A: hue angle of 4.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5473A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2297158-
CMYK00.690.750.10
HSL4.56º76.68%56.27%-
HSV(B)4.56º74.67%89.8%-
XYZ35.3321.476.29-
YUV116.7694.85208.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.97%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=63.97%
G=19.83%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229715800.690.750.104.5676.6856.27
HexE5473A0454BA54d38
Octal34510772010511312511570
Binary11100101100011111101001000101100101110101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5473A; }

 p { color: rgb(229,71,58); }

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

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

 a { background-color: rgb(229,71,58); }

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

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

 span { border-color: rgb(229,71,58); }

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