Shades of Venetian Red #E60205
Tints of Venetian Red #E60205
RGB
CMYK
RGB Variations
Color information
#E60205 (or 0xE60205) is known color: Venetian Red. HEX triplet: E6, 02 and 05. RGB value is (230,2,5). Sum of RGB (Red+Green+Blue) = 230+2+5=237 (31% of max value = 765). Red value is 230 (90.23% from 255 or 97.05% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 230 - color contains mainly: red. Hex color #E60205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60205 is #19FDFA. Grayscale: #464646. Windows color (decimal): -1703419 or 328422. OLE color: 328422.
HSL color Cylindrical-coordinate representation of color #E60205: hue angle of 359.21º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.10 |
| HSL | 359.21º | 0.98% | 0.45% | - |
| HSV(B) | 359.21º | 0.99% | 0.9% | - |
| XYZ | 32.68 | 16.88 | 1.68 | - |
| YUV | 70.51 | 91.04 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 5 | 0 | 0.99 | 0.98 | 0.10 | 359.21 | 0.98 | 0.45 |
| Hex | E6 | 2 | 5 | 0 | 63 | 62 | A | 167 | 62 | 2D |
| Octal | 346 | 2 | 5 | 0 | 143 | 142 | 12 | 547 | 142 | 55 |
| Binary | 11100110 | 10 | 101 | 0 | 1100011 | 1100010 | 1010 | 101100111 | 1100010 | 101101 |
Color Harmonies of #E60205
Complementary color
Monochromatic Colors of #E60205
Black with #E60205
Text Example
Text Example
White with #E60205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60205; }
p { color: rgb(230,2,5); }
H1.HeaderClassName
{
color: #E60205;
}
.AnyTagClassName
{
color: #E60205;
}
</style>
background-color css
<style>
a { background-color: #E60205; }
a { background-color: rgb(230,2,5); }
div.DivClassName
{
background-color: #E60205;
}
.BgClassName
{
background-color: #E60205;
}
</style>
border-color css
<style>
span { border-color: #E60205; }
span { border-color: rgb(230,2,5); }
td.TdClassName
{
border-color: #E60205;
}
.TagClassName
{
border-color: #E60205;
}
</style>