Shades of Cinnabar #E7452F
Tints of Cinnabar #E7452F
RGB
CMYK
RGB Variations
Color information
#E7452F (or 0xE7452F) is known color: Cinnabar. HEX triplet: E7, 45 and 2F. RGB value is (231,69,47). Sum of RGB (Red+Green+Blue) = 231+69+47=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7452F is #18BAD0. Grayscale: #737373. Windows color (decimal): -1620689 or 3098087. OLE color: 3098087.
HSL color Cylindrical-coordinate representation of color #E7452F: hue angle of 7.17º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7452F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 47 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.09 |
| HSL | 7.17º | 0.79% | 0.55% | - |
| HSV(B) | 7.17º | 0.8% | 0.91% | - |
| XYZ | 35.6 | 21.45 | 4.95 | - |
| YUV | 114.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 47 | 0 | 0.70 | 0.80 | 0.09 | 7.17 | 0.79 | 0.55 |
| Hex | E7 | 45 | 2F | 0 | 46 | 50 | 9 | 7 | 4F | 37 |
| Octal | 347 | 105 | 57 | 0 | 106 | 120 | 11 | 7 | 117 | 67 |
| Binary | 11100111 | 1000101 | 101111 | 0 | 1000110 | 1010000 | 1001 | 111 | 1001111 | 110111 |
Color Harmonies of #E7452F
Complementary color
Monochromatic Colors of #E7452F
Black with #E7452F
Text Example
Text Example
White with #E7452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7452F; }
p { color: rgb(231,69,47); }
H1.HeaderClassName
{
color: #E7452F;
}
.AnyTagClassName
{
color: #E7452F;
}
</style>
background-color css
<style>
a { background-color: #E7452F; }
a { background-color: rgb(231,69,47); }
div.DivClassName
{
background-color: #E7452F;
}
.BgClassName
{
background-color: #E7452F;
}
</style>
border-color css
<style>
span { border-color: #E7452F; }
span { border-color: rgb(231,69,47); }
td.TdClassName
{
border-color: #E7452F;
}
.TagClassName
{
border-color: #E7452F;
}
</style>