Shades of Cinnabar #E73A27
Tints of Cinnabar #E73A27
RGB
CMYK
RGB Variations
Color information
#E73A27 (or 0xE73A27) is known color: Cinnabar. HEX triplet: E7, 3A and 27. RGB value is (231,58,39). Sum of RGB (Red+Green+Blue) = 231+58+39=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E73A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73A27 is #18C5D8. Grayscale: #6B6B6B. Windows color (decimal): -1623513 or 2570983. OLE color: 2570983.
HSL color Cylindrical-coordinate representation of color #E73A27: hue angle of 5.94º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E73A27 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 39 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.09 |
| HSL | 5.94º | 0.8% | 0.53% | - |
| HSV(B) | 5.94º | 0.83% | 0.91% | - |
| XYZ | 34.83 | 20.16 | 3.98 | - |
| YUV | 107.56 | 89.31 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 39 | 0 | 0.75 | 0.83 | 0.09 | 5.94 | 0.8 | 0.53 |
| Hex | E7 | 3A | 27 | 0 | 4B | 53 | 9 | 6 | 50 | 35 |
| Octal | 347 | 72 | 47 | 0 | 113 | 123 | 11 | 6 | 120 | 65 |
| Binary | 11100111 | 111010 | 100111 | 0 | 1001011 | 1010011 | 1001 | 110 | 1010000 | 110101 |
Color Harmonies of #E73A27
Complementary color
Monochromatic Colors of #E73A27
Black with #E73A27
Text Example
Text Example
White with #E73A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73A27; }
p { color: rgb(231,58,39); }
H1.HeaderClassName
{
color: #E73A27;
}
.AnyTagClassName
{
color: #E73A27;
}
</style>
background-color css
<style>
a { background-color: #E73A27; }
a { background-color: rgb(231,58,39); }
div.DivClassName
{
background-color: #E73A27;
}
.BgClassName
{
background-color: #E73A27;
}
</style>
border-color css
<style>
span { border-color: #E73A27; }
span { border-color: rgb(231,58,39); }
td.TdClassName
{
border-color: #E73A27;
}
.TagClassName
{
border-color: #E73A27;
}
</style>