Shades of Venetian Red #E8001C
Tints of Venetian Red #E8001C
RGB
CMYK
RGB Variations
Color information
#E8001C (or 0xE8001C) is known color: Venetian Red. HEX triplet: E8, 00 and 1C. RGB value is (232,0,28). Sum of RGB (Red+Green+Blue) = 232+0+28=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E8001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8001C is #17FFE3. Grayscale: #484848. Windows color (decimal): -1572836 or 1835240. OLE color: 1835240.
HSL color Cylindrical-coordinate representation of color #E8001C: hue angle of 352.76º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8001C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.88 | 0.09 |
| HSL | 352.76º | 1% | 0.45% | - |
| HSV(B) | 352.76º | 1% | 0.91% | - |
| XYZ | 33.49 | 17.24 | 2.66 | - |
| YUV | 72.56 | 102.86 | 241.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 28 | 0 | 1 | 0.88 | 0.09 | 352.76 | 1 | 0.45 |
| Hex | E8 | 0 | 1C | 0 | 64 | 58 | 9 | 161 | 64 | 2D |
| Octal | 350 | 0 | 34 | 0 | 144 | 130 | 11 | 541 | 144 | 55 |
| Binary | 11101000 | 0 | 11100 | 0 | 1100100 | 1011000 | 1001 | 101100001 | 1100100 | 101101 |
Color Harmonies of #E8001C
Complementary color
Monochromatic Colors of #E8001C
Black with #E8001C
Text Example
Text Example
White with #E8001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8001C; }
p { color: rgb(232,0,28); }
H1.HeaderClassName
{
color: #E8001C;
}
.AnyTagClassName
{
color: #E8001C;
}
</style>
background-color css
<style>
a { background-color: #E8001C; }
a { background-color: rgb(232,0,28); }
div.DivClassName
{
background-color: #E8001C;
}
.BgClassName
{
background-color: #E8001C;
}
</style>
border-color css
<style>
span { border-color: #E8001C; }
span { border-color: rgb(232,0,28); }
td.TdClassName
{
border-color: #E8001C;
}
.TagClassName
{
border-color: #E8001C;
}
</style>