Shades of Cinnabar #E7452D
Tints of Cinnabar #E7452D
RGB
CMYK
RGB Variations
Color information
#E7452D (or 0xE7452D) is known color: Cinnabar. HEX triplet: E7, 45 and 2D. RGB value is (231,69,45). Sum of RGB (Red+Green+Blue) = 231+69+45=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7452D is #18BAD2. Grayscale: #727272. Windows color (decimal): -1620691 or 2967015. OLE color: 2967015.
HSL color Cylindrical-coordinate representation of color #E7452D: hue angle of 7.74º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7452D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 45 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.09 |
| HSL | 7.74º | 0.79% | 0.54% | - |
| HSV(B) | 7.74º | 0.81% | 0.91% | - |
| XYZ | 35.56 | 21.43 | 4.75 | - |
| YUV | 114.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 45 | 0 | 0.70 | 0.81 | 0.09 | 7.74 | 0.79 | 0.54 |
| Hex | E7 | 45 | 2D | 0 | 46 | 51 | 9 | 8 | 4F | 36 |
| Octal | 347 | 105 | 55 | 0 | 106 | 121 | 11 | 10 | 117 | 66 |
| Binary | 11100111 | 1000101 | 101101 | 0 | 1000110 | 1010001 | 1001 | 1000 | 1001111 | 110110 |
Color Harmonies of #E7452D
Complementary color
Monochromatic Colors of #E7452D
Black with #E7452D
Text Example
Text Example
White with #E7452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7452D; }
p { color: rgb(231,69,45); }
H1.HeaderClassName
{
color: #E7452D;
}
.AnyTagClassName
{
color: #E7452D;
}
</style>
background-color css
<style>
a { background-color: #E7452D; }
a { background-color: rgb(231,69,45); }
div.DivClassName
{
background-color: #E7452D;
}
.BgClassName
{
background-color: #E7452D;
}
</style>
border-color css
<style>
span { border-color: #E7452D; }
span { border-color: rgb(231,69,45); }
td.TdClassName
{
border-color: #E7452D;
}
.TagClassName
{
border-color: #E7452D;
}
</style>