Shades of Venetian Red #E6080A
Tints of Venetian Red #E6080A
RGB
CMYK
RGB Variations
Color information
#E6080A (or 0xE6080A) is known color: Venetian Red. HEX triplet: E6, 08 and 0A. RGB value is (230,8,10). Sum of RGB (Red+Green+Blue) = 230+8+10=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E6080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6080A is #19F7F5. Grayscale: #4A4A4A. Windows color (decimal): -1701878 or 657638. OLE color: 657638.
HSL color Cylindrical-coordinate representation of color #E6080A: hue angle of 359.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6080A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.10 |
| HSL | 359.46º | 0.93% | 0.47% | - |
| HSV(B) | 359.46º | 0.97% | 0.9% | - |
| XYZ | 32.77 | 17.02 | 1.84 | - |
| YUV | 74.61 | 91.55 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 10 | 0 | 0.97 | 0.96 | 0.10 | 359.46 | 0.93 | 0.47 |
| Hex | E6 | 8 | A | 0 | 61 | 60 | A | 167 | 5D | 2F |
| Octal | 346 | 10 | 12 | 0 | 141 | 140 | 12 | 547 | 135 | 57 |
| Binary | 11100110 | 1000 | 1010 | 0 | 1100001 | 1100000 | 1010 | 101100111 | 1011101 | 101111 |
Color Harmonies of #E6080A
Complementary color
Monochromatic Colors of #E6080A
Black with #E6080A
Text Example
Text Example
White with #E6080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6080A; }
p { color: rgb(230,8,10); }
H1.HeaderClassName
{
color: #E6080A;
}
.AnyTagClassName
{
color: #E6080A;
}
</style>
background-color css
<style>
a { background-color: #E6080A; }
a { background-color: rgb(230,8,10); }
div.DivClassName
{
background-color: #E6080A;
}
.BgClassName
{
background-color: #E6080A;
}
</style>
border-color css
<style>
span { border-color: #E6080A; }
span { border-color: rgb(230,8,10); }
td.TdClassName
{
border-color: #E6080A;
}
.TagClassName
{
border-color: #E6080A;
}
</style>