Shades of Cinnabar #E74738
Tints of Cinnabar #E74738
RGB
CMYK
RGB Variations
Color information
#E74738 (or 0xE74738) is known color: Cinnabar. HEX triplet: E7, 47 and 38. RGB value is (231,71,56). Sum of RGB (Red+Green+Blue) = 231+71+56=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E74738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74738 is #18B8C7. Grayscale: #757575. Windows color (decimal): -1620168 or 3688423. OLE color: 3688423.
HSL color Cylindrical-coordinate representation of color #E74738: hue angle of 5.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E74738 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 56 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.09 |
| HSL | 5.14º | 0.78% | 0.56% | - |
| HSV(B) | 5.14º | 0.76% | 0.91% | - |
| XYZ | 35.92 | 21.78 | 6.05 | - |
| YUV | 117.13 | 93.51 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 56 | 0 | 0.69 | 0.76 | 0.09 | 5.14 | 0.78 | 0.56 |
| Hex | E7 | 47 | 38 | 0 | 45 | 4C | 9 | 5 | 4E | 38 |
| Octal | 347 | 107 | 70 | 0 | 105 | 114 | 11 | 5 | 116 | 70 |
| Binary | 11100111 | 1000111 | 111000 | 0 | 1000101 | 1001100 | 1001 | 101 | 1001110 | 111000 |
Color Harmonies of #E74738
Complementary color
Monochromatic Colors of #E74738
Black with #E74738
Text Example
Text Example
White with #E74738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74738; }
p { color: rgb(231,71,56); }
H1.HeaderClassName
{
color: #E74738;
}
.AnyTagClassName
{
color: #E74738;
}
</style>
background-color css
<style>
a { background-color: #E74738; }
a { background-color: rgb(231,71,56); }
div.DivClassName
{
background-color: #E74738;
}
.BgClassName
{
background-color: #E74738;
}
</style>
border-color css
<style>
span { border-color: #E74738; }
span { border-color: rgb(231,71,56); }
td.TdClassName
{
border-color: #E74738;
}
.TagClassName
{
border-color: #E74738;
}
</style>