Shades of Cinnabar #E1452D
Tints of Cinnabar #E1452D
RGB
CMYK
RGB Variations
Color information
#E1452D (or 0xE1452D) is known color: Cinnabar. HEX triplet: E1, 45 and 2D. RGB value is (225,69,45). Sum of RGB (Red+Green+Blue) = 225+69+45=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1452D is #1EBAD2. Grayscale: #717171. Windows color (decimal): -2013907 or 2967009. OLE color: 2967009.
HSL color Cylindrical-coordinate representation of color #E1452D: hue angle of 8º 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 #E1452D is Cyan = 0, Magento = 0.69, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 45 | - |
| CMYK | 0 | 0.69 | 0.8 | 0.12 |
| HSL | 8º | 0.75% | 0.53% | - |
| HSV(B) | 8º | 0.8% | 0.88% | - |
| XYZ | 33.65 | 20.45 | 4.66 | - |
| YUV | 112.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 45 | 0 | 0.69 | 0.8 | 0.12 | 8 | 0.75 | 0.53 |
| Hex | E1 | 45 | 2D | 0 | 45 | 50 | C | 8 | 4B | 35 |
| Octal | 341 | 105 | 55 | 0 | 105 | 120 | 14 | 10 | 113 | 65 |
| Binary | 11100001 | 1000101 | 101101 | 0 | 1000101 | 1010000 | 1100 | 1000 | 1001011 | 110101 |
Color Harmonies of #E1452D
Complementary color
Monochromatic Colors of #E1452D
Black with #E1452D
Text Example
Text Example
White with #E1452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1452D; }
p { color: rgb(225,69,45); }
H1.HeaderClassName
{
color: #E1452D;
}
.AnyTagClassName
{
color: #E1452D;
}
</style>
background-color css
<style>
a { background-color: #E1452D; }
a { background-color: rgb(225,69,45); }
div.DivClassName
{
background-color: #E1452D;
}
.BgClassName
{
background-color: #E1452D;
}
</style>
border-color css
<style>
span { border-color: #E1452D; }
span { border-color: rgb(225,69,45); }
td.TdClassName
{
border-color: #E1452D;
}
.TagClassName
{
border-color: #E1452D;
}
</style>