Shades of Cinnabar #E1472A
Tints of Cinnabar #E1472A
RGB
CMYK
RGB Variations
Color information
#E1472A (or 0xE1472A) is known color: 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
| RGB | 225 | 71 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.12 |
| HSL | 9.51º | 0.75% | 0.52% | - |
| HSV(B) | 9.51º | 0.81% | 0.88% | - |
| XYZ | 33.72 | 20.68 | 4.4 | - |
| YUV | 113.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 42 | 0 | 0.68 | 0.81 | 0.12 | 9.51 | 0.75 | 0.52 |
| Hex | E1 | 47 | 2A | 0 | 44 | 51 | C | A | 4B | 34 |
| Octal | 341 | 107 | 52 | 0 | 104 | 121 | 14 | 12 | 113 | 64 |
| Binary | 11100001 | 1000111 | 101010 | 0 | 1000100 | 1010001 | 1100 | 1010 | 1001011 | 110100 |
Color Harmonies of #E1472A
Complementary color
Monochromatic Colors of #E1472A
Black with #E1472A
Text Example
Text Example
White with #E1472A
Text Example
Text Example
HTML Codes & Css Web 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>