Shades of Venetian Red #E60007
Tints of Venetian Red #E60007
RGB
CMYK
RGB Variations
Color information
#E60007 (or 0xE60007) is known color: Venetian Red. HEX triplet: E6, 00 and 07. RGB value is (230,0,7). Sum of RGB (Red+Green+Blue) = 230+0+7=237 (31% of max value = 765). Red value is 230 (90.23% from 255 or 97.05% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 230 - color contains mainly: red. Hex color #E60007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60007 is #19FFF8. Grayscale: #454545. Windows color (decimal): -1703929 or 458982. OLE color: 458982.
HSL color Cylindrical-coordinate representation of color #E60007: hue angle of 358.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.10 |
| HSL | 358.17º | 1% | 0.45% | - |
| HSV(B) | 358.17º | 1% | 0.9% | - |
| XYZ | 32.67 | 16.84 | 1.73 | - |
| YUV | 69.57 | 92.7 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 7 | 0 | 1 | 0.97 | 0.10 | 358.17 | 1 | 0.45 |
| Hex | E6 | 0 | 7 | 0 | 64 | 61 | A | 166 | 64 | 2D |
| Octal | 346 | 0 | 7 | 0 | 144 | 141 | 12 | 546 | 144 | 55 |
| Binary | 11100110 | 0 | 111 | 0 | 1100100 | 1100001 | 1010 | 101100110 | 1100100 | 101101 |
Color Harmonies of #E60007
Complementary color
Monochromatic Colors of #E60007
Black with #E60007
Text Example
Text Example
White with #E60007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60007; }
p { color: rgb(230,0,7); }
H1.HeaderClassName
{
color: #E60007;
}
.AnyTagClassName
{
color: #E60007;
}
</style>
background-color css
<style>
a { background-color: #E60007; }
a { background-color: rgb(230,0,7); }
div.DivClassName
{
background-color: #E60007;
}
.BgClassName
{
background-color: #E60007;
}
</style>
border-color css
<style>
span { border-color: #E60007; }
span { border-color: rgb(230,0,7); }
td.TdClassName
{
border-color: #E60007;
}
.TagClassName
{
border-color: #E60007;
}
</style>