Shades of Cinnabar #E73425
Tints of Cinnabar #E73425
RGB
CMYK
RGB Variations
Color information
#E73425 (or 0xE73425) is known color: Cinnabar. HEX triplet: E7, 34 and 25. RGB value is (231,52,37). Sum of RGB (Red+Green+Blue) = 231+52+37=320 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.19% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 231 - color contains mainly: red. Hex color #E73425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73425 is #18CBDA. Grayscale: #686868. Windows color (decimal): -1625051 or 2438375. OLE color: 2438375.
HSL color Cylindrical-coordinate representation of color #E73425: hue angle of 4.64º 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 #E73425 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 37 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.09 |
| HSL | 4.64º | 0.8% | 0.53% | - |
| HSV(B) | 4.64º | 0.84% | 0.91% | - |
| XYZ | 34.52 | 19.58 | 3.71 | - |
| YUV | 103.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 37 | 0 | 0.77 | 0.84 | 0.09 | 4.64 | 0.8 | 0.53 |
| Hex | E7 | 34 | 25 | 0 | 4D | 54 | 9 | 5 | 50 | 35 |
| Octal | 347 | 64 | 45 | 0 | 115 | 124 | 11 | 5 | 120 | 65 |
| Binary | 11100111 | 110100 | 100101 | 0 | 1001101 | 1010100 | 1001 | 101 | 1010000 | 110101 |
Color Harmonies of #E73425
Complementary color
Monochromatic Colors of #E73425
Black with #E73425
Text Example
Text Example
White with #E73425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73425; }
p { color: rgb(231,52,37); }
H1.HeaderClassName
{
color: #E73425;
}
.AnyTagClassName
{
color: #E73425;
}
</style>
background-color css
<style>
a { background-color: #E73425; }
a { background-color: rgb(231,52,37); }
div.DivClassName
{
background-color: #E73425;
}
.BgClassName
{
background-color: #E73425;
}
</style>
border-color css
<style>
span { border-color: #E73425; }
span { border-color: rgb(231,52,37); }
td.TdClassName
{
border-color: #E73425;
}
.TagClassName
{
border-color: #E73425;
}
</style>