Shades of Cinnabar #E74B3A
Tints of Cinnabar #E74B3A
RGB
CMYK
RGB Variations
Color information
#E74B3A (or 0xE74B3A) is known color: Cinnabar. HEX triplet: E7, 4B and 3A. RGB value is (231,75,58). Sum of RGB (Red+Green+Blue) = 231+75+58=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74B3A is #18B4C5. Grayscale: #777777. Windows color (decimal): -1619142 or 3820519. OLE color: 3820519.
HSL color Cylindrical-coordinate representation of color #E74B3A: hue angle of 5.9º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E74B3A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 58 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.09 |
| HSL | 5.9º | 0.78% | 0.57% | - |
| HSV(B) | 5.9º | 0.75% | 0.91% | - |
| XYZ | 36.23 | 22.33 | 6.4 | - |
| YUV | 119.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 58 | 0 | 0.68 | 0.75 | 0.09 | 5.9 | 0.78 | 0.57 |
| Hex | E7 | 4B | 3A | 0 | 44 | 4B | 9 | 6 | 4E | 39 |
| Octal | 347 | 113 | 72 | 0 | 104 | 113 | 11 | 6 | 116 | 71 |
| Binary | 11100111 | 1001011 | 111010 | 0 | 1000100 | 1001011 | 1001 | 110 | 1001110 | 111001 |
Color Harmonies of #E74B3A
Complementary color
Monochromatic Colors of #E74B3A
Black with #E74B3A
Text Example
Text Example
White with #E74B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B3A; }
p { color: rgb(231,75,58); }
H1.HeaderClassName
{
color: #E74B3A;
}
.AnyTagClassName
{
color: #E74B3A;
}
</style>
background-color css
<style>
a { background-color: #E74B3A; }
a { background-color: rgb(231,75,58); }
div.DivClassName
{
background-color: #E74B3A;
}
.BgClassName
{
background-color: #E74B3A;
}
</style>
border-color css
<style>
span { border-color: #E74B3A; }
span { border-color: rgb(231,75,58); }
td.TdClassName
{
border-color: #E74B3A;
}
.TagClassName
{
border-color: #E74B3A;
}
</style>