Shades of Venetian Red #E8050B
Tints of Venetian Red #E8050B
RGB
CMYK
RGB Variations
Color information
#E8050B (or 0xE8050B) is known color: Venetian Red. HEX triplet: E8, 05 and 0B. RGB value is (232,5,11). Sum of RGB (Red+Green+Blue) = 232+5+11=248 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.55% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 232 - color contains mainly: red. Hex color #E8050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8050B is #17FAF4. Grayscale: #494949. Windows color (decimal): -1571573 or 722408. OLE color: 722408.
HSL color Cylindrical-coordinate representation of color #E8050B: hue angle of 358.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.09 |
| HSL | 358.41º | 0.96% | 0.46% | - |
| HSV(B) | 358.41º | 0.98% | 0.91% | - |
| XYZ | 33.39 | 17.29 | 1.89 | - |
| YUV | 73.56 | 92.71 | 241.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 11 | 0 | 0.98 | 0.95 | 0.09 | 358.41 | 0.96 | 0.46 |
| Hex | E8 | 5 | B | 0 | 62 | 5F | 9 | 166 | 60 | 2E |
| Octal | 350 | 5 | 13 | 0 | 142 | 137 | 11 | 546 | 140 | 56 |
| Binary | 11101000 | 101 | 1011 | 0 | 1100010 | 1011111 | 1001 | 101100110 | 1100000 | 101110 |
Color Harmonies of #E8050B
Complementary color
Monochromatic Colors of #E8050B
Black with #E8050B
Text Example
Text Example
White with #E8050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8050B; }
p { color: rgb(232,5,11); }
H1.HeaderClassName
{
color: #E8050B;
}
.AnyTagClassName
{
color: #E8050B;
}
</style>
background-color css
<style>
a { background-color: #E8050B; }
a { background-color: rgb(232,5,11); }
div.DivClassName
{
background-color: #E8050B;
}
.BgClassName
{
background-color: #E8050B;
}
</style>
border-color css
<style>
span { border-color: #E8050B; }
span { border-color: rgb(232,5,11); }
td.TdClassName
{
border-color: #E8050B;
}
.TagClassName
{
border-color: #E8050B;
}
</style>