Shades of Cinnabar #E74030
Tints of Cinnabar #E74030
RGB
CMYK
RGB Variations
Color information
#E74030 (or 0xE74030) is known color: Cinnabar. HEX triplet: E7, 40 and 30. RGB value is (231,64,48). Sum of RGB (Red+Green+Blue) = 231+64+48=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E74030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74030 is #18BFCF. Grayscale: #707070. Windows color (decimal): -1621968 or 3162343. OLE color: 3162343.
HSL color Cylindrical-coordinate representation of color #E74030: hue angle of 5.25º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E74030 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 48 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.09 |
| HSL | 5.25º | 0.79% | 0.55% | - |
| HSV(B) | 5.25º | 0.79% | 0.91% | - |
| XYZ | 35.32 | 20.87 | 4.96 | - |
| YUV | 112.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 48 | 0 | 0.72 | 0.79 | 0.09 | 5.25 | 0.79 | 0.55 |
| Hex | E7 | 40 | 30 | 0 | 48 | 4F | 9 | 5 | 4F | 37 |
| Octal | 347 | 100 | 60 | 0 | 110 | 117 | 11 | 5 | 117 | 67 |
| Binary | 11100111 | 1000000 | 110000 | 0 | 1001000 | 1001111 | 1001 | 101 | 1001111 | 110111 |
Color Harmonies of #E74030
Complementary color
Monochromatic Colors of #E74030
Black with #E74030
Text Example
Text Example
White with #E74030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74030; }
p { color: rgb(231,64,48); }
H1.HeaderClassName
{
color: #E74030;
}
.AnyTagClassName
{
color: #E74030;
}
</style>
background-color css
<style>
a { background-color: #E74030; }
a { background-color: rgb(231,64,48); }
div.DivClassName
{
background-color: #E74030;
}
.BgClassName
{
background-color: #E74030;
}
</style>
border-color css
<style>
span { border-color: #E74030; }
span { border-color: rgb(231,64,48); }
td.TdClassName
{
border-color: #E74030;
}
.TagClassName
{
border-color: #E74030;
}
</style>