#E5472B

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

Shades of Cinnabar #E5472B

Tints of Cinnabar #E5472B

Color information

#E5472B (or 0xE5472B) is unknown color: approx Cinnabar. HEX triplet: E5, 47 and 2B. RGB value is (229,71,43). Sum of RGB (Red+Green+Blue) = 229+71+43=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5472B is #1AB8D4. Grayscale: #737373. Windows color (decimal): -1751253 or 2836453. OLE color: 2836453.

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

Color convert

RGB2297143-
CMYK00.690.810.10
HSL9.03º78.15%53.33%-
HSV(B)9.03º81.22%89.8%-
XYZ3521.344.56-
YUV115.0587.35209.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 66.76%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=66.76%
G=20.70%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229714300.690.810.109.0378.1553.33
HexE5472B04551A94e35
Octal345107530105121121111665
Binary111001011000111101011010001011010001101010011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5472B; }

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

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

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

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

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

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

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

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