Shades of Cinnabar #E74D2E
Tints of Cinnabar #E74D2E
RGB
CMYK
RGB Variations
Color information
#E74D2E (or 0xE74D2E) is known color: Cinnabar. HEX triplet: E7, 4D and 2E. RGB value is (231,77,46). Sum of RGB (Red+Green+Blue) = 231+77+46=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D2E is #18B2D1. Grayscale: #777777. Windows color (decimal): -1618642 or 3034599. OLE color: 3034599.
HSL color Cylindrical-coordinate representation of color #E74D2E: hue angle of 10.05º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E74D2E is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 46 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.09 |
| HSL | 10.05º | 0.79% | 0.54% | - |
| HSV(B) | 10.05º | 0.8% | 0.91% | - |
| XYZ | 36.1 | 22.49 | 5.02 | - |
| YUV | 119.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 46 | 0 | 0.67 | 0.80 | 0.09 | 10.05 | 0.79 | 0.54 |
| Hex | E7 | 4D | 2E | 0 | 43 | 50 | 9 | A | 4F | 36 |
| Octal | 347 | 115 | 56 | 0 | 103 | 120 | 11 | 12 | 117 | 66 |
| Binary | 11100111 | 1001101 | 101110 | 0 | 1000011 | 1010000 | 1001 | 1010 | 1001111 | 110110 |
Color Harmonies of #E74D2E
Complementary color
Monochromatic Colors of #E74D2E
Black with #E74D2E
Text Example
Text Example
White with #E74D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D2E; }
p { color: rgb(231,77,46); }
H1.HeaderClassName
{
color: #E74D2E;
}
.AnyTagClassName
{
color: #E74D2E;
}
</style>
background-color css
<style>
a { background-color: #E74D2E; }
a { background-color: rgb(231,77,46); }
div.DivClassName
{
background-color: #E74D2E;
}
.BgClassName
{
background-color: #E74D2E;
}
</style>
border-color css
<style>
span { border-color: #E74D2E; }
span { border-color: rgb(231,77,46); }
td.TdClassName
{
border-color: #E74D2E;
}
.TagClassName
{
border-color: #E74D2E;
}
</style>