Shades of Cinnabar #E72725
Tints of Cinnabar #E72725
RGB
CMYK
RGB Variations
Color information
#E72725 (or 0xE72725) is known color: Cinnabar. HEX triplet: E7, 27 and 25. RGB value is (231,39,37). Sum of RGB (Red+Green+Blue) = 231+39+37=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E72725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72725 is #18D8DA. Grayscale: #606060. Windows color (decimal): -1628379 or 2435047. OLE color: 2435047.
HSL color Cylindrical-coordinate representation of color #E72725: hue angle of 0.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72725 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 37 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.09 |
| HSL | 0.62º | 0.8% | 0.53% | - |
| HSV(B) | 0.62º | 0.84% | 0.91% | - |
| XYZ | 34.01 | 18.57 | 3.54 | - |
| YUV | 96.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 37 | 0 | 0.83 | 0.84 | 0.09 | 0.62 | 0.8 | 0.53 |
| Hex | E7 | 27 | 25 | 0 | 53 | 54 | 9 | 1 | 50 | 35 |
| Octal | 347 | 47 | 45 | 0 | 123 | 124 | 11 | 1 | 120 | 65 |
| Binary | 11100111 | 100111 | 100101 | 0 | 1010011 | 1010100 | 1001 | 1 | 1010000 | 110101 |
Color Harmonies of #E72725
Complementary color
Monochromatic Colors of #E72725
Black with #E72725
Text Example
Text Example
White with #E72725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72725; }
p { color: rgb(231,39,37); }
H1.HeaderClassName
{
color: #E72725;
}
.AnyTagClassName
{
color: #E72725;
}
</style>
background-color css
<style>
a { background-color: #E72725; }
a { background-color: rgb(231,39,37); }
div.DivClassName
{
background-color: #E72725;
}
.BgClassName
{
background-color: #E72725;
}
</style>
border-color css
<style>
span { border-color: #E72725; }
span { border-color: rgb(231,39,37); }
td.TdClassName
{
border-color: #E72725;
}
.TagClassName
{
border-color: #E72725;
}
</style>