Shades of Venetian Red #D60007
Tints of Venetian Red #D60007
RGB
CMYK
RGB Variations
Color information
#D60007 (or 0xD60007) is known color: Venetian Red. HEX triplet: D6, 00 and 07. RGB value is (214,0,7). Sum of RGB (Red+Green+Blue) = 214+0+7=221 (29% of max value = 765). Red value is 214 (83.98% from 255 or 96.83% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 214 - color contains mainly: red. Hex color #D60007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60007 is #29FFF8. Grayscale: #404040. Windows color (decimal): -2752505 or 458966. OLE color: 458966.
HSL color Cylindrical-coordinate representation of color #D60007: hue angle of 358.04º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.16 |
| HSL | 358.04º | 1% | 0.42% | - |
| HSV(B) | 358.04º | 1% | 0.84% | - |
| XYZ | 27.77 | 14.31 | 1.5 | - |
| YUV | 64.78 | 95.4 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 7 | 0 | 1 | 0.97 | 0.16 | 358.04 | 1 | 0.42 |
| Hex | D6 | 0 | 7 | 0 | 64 | 61 | 10 | 166 | 64 | 2A |
| Octal | 326 | 0 | 7 | 0 | 144 | 141 | 20 | 546 | 144 | 52 |
| Binary | 11010110 | 0 | 111 | 0 | 1100100 | 1100001 | 10000 | 101100110 | 1100100 | 101010 |
Color Harmonies of #D60007
Complementary color
Monochromatic Colors of #D60007
Black with #D60007
Text Example
Text Example
White with #D60007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60007; }
p { color: rgb(214,0,7); }
H1.HeaderClassName
{
color: #D60007;
}
.AnyTagClassName
{
color: #D60007;
}
</style>
background-color css
<style>
a { background-color: #D60007; }
a { background-color: rgb(214,0,7); }
div.DivClassName
{
background-color: #D60007;
}
.BgClassName
{
background-color: #D60007;
}
</style>
border-color css
<style>
span { border-color: #D60007; }
span { border-color: rgb(214,0,7); }
td.TdClassName
{
border-color: #D60007;
}
.TagClassName
{
border-color: #D60007;
}
</style>