Shades of Cinnabar #E72F24
Tints of Cinnabar #E72F24
RGB
CMYK
RGB Variations
Color information
#E72F24 (or 0xE72F24) is known color: Cinnabar. HEX triplet: E7, 2F and 24. RGB value is (231,47,36). Sum of RGB (Red+Green+Blue) = 231+47+36=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72F24 is #18D0DB. Grayscale: #646464. Windows color (decimal): -1626332 or 2371559. OLE color: 2371559.
HSL color Cylindrical-coordinate representation of color #E72F24: hue angle of 3.38º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72F24 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 36 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.09 |
| HSL | 3.38º | 0.8% | 0.52% | - |
| HSV(B) | 3.38º | 0.84% | 0.91% | - |
| XYZ | 34.29 | 19.15 | 3.56 | - |
| YUV | 100.76 | 91.46 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 36 | 0 | 0.80 | 0.84 | 0.09 | 3.38 | 0.8 | 0.52 |
| Hex | E7 | 2F | 24 | 0 | 50 | 54 | 9 | 3 | 50 | 34 |
| Octal | 347 | 57 | 44 | 0 | 120 | 124 | 11 | 3 | 120 | 64 |
| Binary | 11100111 | 101111 | 100100 | 0 | 1010000 | 1010100 | 1001 | 11 | 1010000 | 110100 |
Color Harmonies of #E72F24
Complementary color
Monochromatic Colors of #E72F24
Black with #E72F24
Text Example
Text Example
White with #E72F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72F24; }
p { color: rgb(231,47,36); }
H1.HeaderClassName
{
color: #E72F24;
}
.AnyTagClassName
{
color: #E72F24;
}
</style>
background-color css
<style>
a { background-color: #E72F24; }
a { background-color: rgb(231,47,36); }
div.DivClassName
{
background-color: #E72F24;
}
.BgClassName
{
background-color: #E72F24;
}
</style>
border-color css
<style>
span { border-color: #E72F24; }
span { border-color: rgb(231,47,36); }
td.TdClassName
{
border-color: #E72F24;
}
.TagClassName
{
border-color: #E72F24;
}
</style>