Shades of Venetian Red #E6010A
Tints of Venetian Red #E6010A
RGB
CMYK
RGB Variations
Color information
#E6010A (or 0xE6010A) is known color: Venetian Red. HEX triplet: E6, 01 and 0A. RGB value is (230,1,10). Sum of RGB (Red+Green+Blue) = 230+1+10=241 (31% of max value = 765). Red value is 230 (90.23% from 255 or 95.44% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 230 - color contains mainly: red. Hex color #E6010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6010A is #19FEF5. Grayscale: #464646. Windows color (decimal): -1703670 or 655846. OLE color: 655846.
HSL color Cylindrical-coordinate representation of color #E6010A: hue angle of 357.64º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.10 |
| HSL | 357.64º | 0.99% | 0.45% | - |
| HSV(B) | 357.64º | 1% | 0.9% | - |
| XYZ | 32.7 | 16.87 | 1.82 | - |
| YUV | 70.5 | 93.87 | 241.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 10 | 0 | 1.00 | 0.96 | 0.10 | 357.64 | 0.99 | 0.45 |
| Hex | E6 | 1 | A | 0 | 64 | 60 | A | 166 | 63 | 2D |
| Octal | 346 | 1 | 12 | 0 | 144 | 140 | 12 | 546 | 143 | 55 |
| Binary | 11100110 | 1 | 1010 | 0 | 1100100 | 1100000 | 1010 | 101100110 | 1100011 | 101101 |
Color Harmonies of #E6010A
Complementary color
Monochromatic Colors of #E6010A
Black with #E6010A
Text Example
Text Example
White with #E6010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6010A; }
p { color: rgb(230,1,10); }
H1.HeaderClassName
{
color: #E6010A;
}
.AnyTagClassName
{
color: #E6010A;
}
</style>
background-color css
<style>
a { background-color: #E6010A; }
a { background-color: rgb(230,1,10); }
div.DivClassName
{
background-color: #E6010A;
}
.BgClassName
{
background-color: #E6010A;
}
</style>
border-color css
<style>
span { border-color: #E6010A; }
span { border-color: rgb(230,1,10); }
td.TdClassName
{
border-color: #E6010A;
}
.TagClassName
{
border-color: #E6010A;
}
</style>