Shades of Cinnabar #E74636
Tints of Cinnabar #E74636
RGB
CMYK
RGB Variations
Color information
#E74636 (or 0xE74636) is known color: Cinnabar. HEX triplet: E7, 46 and 36. RGB value is (231,70,54). Sum of RGB (Red+Green+Blue) = 231+70+54=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E74636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74636 is #18B9C9. Grayscale: #747474. Windows color (decimal): -1620426 or 3557095. OLE color: 3557095.
HSL color Cylindrical-coordinate representation of color #E74636: hue angle of 5.42º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E74636 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 54 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.09 |
| HSL | 5.42º | 0.79% | 0.56% | - |
| HSV(B) | 5.42º | 0.77% | 0.91% | - |
| XYZ | 35.81 | 21.64 | 5.78 | - |
| YUV | 116.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 54 | 0 | 0.70 | 0.77 | 0.09 | 5.42 | 0.79 | 0.56 |
| Hex | E7 | 46 | 36 | 0 | 46 | 4D | 9 | 5 | 4F | 38 |
| Octal | 347 | 106 | 66 | 0 | 106 | 115 | 11 | 5 | 117 | 70 |
| Binary | 11100111 | 1000110 | 110110 | 0 | 1000110 | 1001101 | 1001 | 101 | 1001111 | 111000 |
Color Harmonies of #E74636
Complementary color
Monochromatic Colors of #E74636
Black with #E74636
Text Example
Text Example
White with #E74636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74636; }
p { color: rgb(231,70,54); }
H1.HeaderClassName
{
color: #E74636;
}
.AnyTagClassName
{
color: #E74636;
}
</style>
background-color css
<style>
a { background-color: #E74636; }
a { background-color: rgb(231,70,54); }
div.DivClassName
{
background-color: #E74636;
}
.BgClassName
{
background-color: #E74636;
}
</style>
border-color css
<style>
span { border-color: #E74636; }
span { border-color: rgb(231,70,54); }
td.TdClassName
{
border-color: #E74636;
}
.TagClassName
{
border-color: #E74636;
}
</style>