Shades of Cinnabar #E1472C
Tints of Cinnabar #E1472C
RGB
CMYK
RGB Variations
Color information
#E1472C (or 0xE1472C) is known color: Cinnabar. HEX triplet: E1, 47 and 2C. RGB value is (225,71,44). Sum of RGB (Red+Green+Blue) = 225+71+44=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1472C is #1EB8D3. Grayscale: #727272. Windows color (decimal): -2013396 or 2901985. OLE color: 2901985.
HSL color Cylindrical-coordinate representation of color #E1472C: hue angle of 8.95º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1472C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 44 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.12 |
| HSL | 8.95º | 0.75% | 0.53% | - |
| HSV(B) | 8.95º | 0.8% | 0.88% | - |
| XYZ | 33.76 | 20.7 | 4.6 | - |
| YUV | 113.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 44 | 0 | 0.68 | 0.80 | 0.12 | 8.95 | 0.75 | 0.53 |
| Hex | E1 | 47 | 2C | 0 | 44 | 50 | C | 9 | 4B | 35 |
| Octal | 341 | 107 | 54 | 0 | 104 | 120 | 14 | 11 | 113 | 65 |
| Binary | 11100001 | 1000111 | 101100 | 0 | 1000100 | 1010000 | 1100 | 1001 | 1001011 | 110101 |
Color Harmonies of #E1472C
Complementary color
Monochromatic Colors of #E1472C
Black with #E1472C
Text Example
Text Example
White with #E1472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1472C; }
p { color: rgb(225,71,44); }
H1.HeaderClassName
{
color: #E1472C;
}
.AnyTagClassName
{
color: #E1472C;
}
</style>
background-color css
<style>
a { background-color: #E1472C; }
a { background-color: rgb(225,71,44); }
div.DivClassName
{
background-color: #E1472C;
}
.BgClassName
{
background-color: #E1472C;
}
</style>
border-color css
<style>
span { border-color: #E1472C; }
span { border-color: rgb(225,71,44); }
td.TdClassName
{
border-color: #E1472C;
}
.TagClassName
{
border-color: #E1472C;
}
</style>