#E1472A

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

Shades of Cinnabar #E1472A

Tints of Cinnabar #E1472A

Color information

#E1472A (or 0xE1472A) is unknown color: approx Cinnabar. HEX triplet: E1, 47 and 2A. RGB value is (225,71,42). Sum of RGB (Red+Green+Blue) = 225+71+42=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1472A is #1EB8D5. Grayscale: #727272. Windows color (decimal): -2013398 or 2770913. OLE color: 2770913.

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

Color convert

RGB2257142-
CMYK00.680.810.12
HSL9.51º75.31%52.35%-
HSV(B)9.51º81.33%88.24%-
XYZ33.7220.684.4-
YUV113.7487.52207.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.57%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 42 (16.80% from 255) = 12.43%
R=66.57%
G=21.01%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225714200.680.810.129.5175.3152.35
HexE1472A04451Ca4b34
Octal341107520104121141211364
Binary111000011000111101010010001001010001110010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1472A; }

 p { color: rgb(225,71,42); }

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

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

 a { background-color: rgb(225,71,42); }

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

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

 span { border-color: rgb(225,71,42); }

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