Shades of Venetian Red #E80317
Tints of Venetian Red #E80317
RGB
CMYK
RGB Variations
Color information
#E80317 (or 0xE80317) is known color: Venetian Red. HEX triplet: E8, 03 and 17. RGB value is (232,3,23). Sum of RGB (Red+Green+Blue) = 232+3+23=258 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.92% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 232 - color contains mainly: red. Hex color #E80317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80317 is #17FCE8. Grayscale: #494949. Windows color (decimal): -1572073 or 1508328. OLE color: 1508328.
HSL color Cylindrical-coordinate representation of color #E80317: hue angle of 354.76º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80317 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.09 |
| HSL | 354.76º | 0.97% | 0.46% | - |
| HSV(B) | 354.76º | 0.99% | 0.91% | - |
| XYZ | 33.47 | 17.28 | 2.38 | - |
| YUV | 73.75 | 99.37 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 23 | 0 | 0.99 | 0.90 | 0.09 | 354.76 | 0.97 | 0.46 |
| Hex | E8 | 3 | 17 | 0 | 63 | 5A | 9 | 163 | 61 | 2E |
| Octal | 350 | 3 | 27 | 0 | 143 | 132 | 11 | 543 | 141 | 56 |
| Binary | 11101000 | 11 | 10111 | 0 | 1100011 | 1011010 | 1001 | 101100011 | 1100001 | 101110 |
Color Harmonies of #E80317
Complementary color
Monochromatic Colors of #E80317
Black with #E80317
Text Example
Text Example
White with #E80317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80317; }
p { color: rgb(232,3,23); }
H1.HeaderClassName
{
color: #E80317;
}
.AnyTagClassName
{
color: #E80317;
}
</style>
background-color css
<style>
a { background-color: #E80317; }
a { background-color: rgb(232,3,23); }
div.DivClassName
{
background-color: #E80317;
}
.BgClassName
{
background-color: #E80317;
}
</style>
border-color css
<style>
span { border-color: #E80317; }
span { border-color: rgb(232,3,23); }
td.TdClassName
{
border-color: #E80317;
}
.TagClassName
{
border-color: #E80317;
}
</style>