Shades of Venetian Red #D00207
Tints of Venetian Red #D00207
RGB
CMYK
RGB Variations
Color information
#D00207 (or 0xD00207) is known color: Venetian Red. HEX triplet: D0, 02 and 07. RGB value is (208,2,7). Sum of RGB (Red+Green+Blue) = 208+2+7=217 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.85% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 208 - color contains mainly: red. Hex color #D00207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00207 is #2FFDF8. Grayscale: #404040. Windows color (decimal): -3145209 or 459472. OLE color: 459472.
HSL color Cylindrical-coordinate representation of color #D00207: hue angle of 358.54º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00207 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.18 |
| HSL | 358.54º | 0.98% | 0.41% | - |
| HSV(B) | 358.54º | 0.99% | 0.82% | - |
| XYZ | 26.07 | 13.47 | 1.43 | - |
| YUV | 64.16 | 95.75 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 7 | 0 | 0.99 | 0.97 | 0.18 | 358.54 | 0.98 | 0.41 |
| Hex | D0 | 2 | 7 | 0 | 63 | 61 | 12 | 167 | 62 | 29 |
| Octal | 320 | 2 | 7 | 0 | 143 | 141 | 22 | 547 | 142 | 51 |
| Binary | 11010000 | 10 | 111 | 0 | 1100011 | 1100001 | 10010 | 101100111 | 1100010 | 101001 |
Color Harmonies of #D00207
Complementary color
Monochromatic Colors of #D00207
Black with #D00207
Text Example
Text Example
White with #D00207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00207; }
p { color: rgb(208,2,7); }
H1.HeaderClassName
{
color: #D00207;
}
.AnyTagClassName
{
color: #D00207;
}
</style>
background-color css
<style>
a { background-color: #D00207; }
a { background-color: rgb(208,2,7); }
div.DivClassName
{
background-color: #D00207;
}
.BgClassName
{
background-color: #D00207;
}
</style>
border-color css
<style>
span { border-color: #D00207; }
span { border-color: rgb(208,2,7); }
td.TdClassName
{
border-color: #D00207;
}
.TagClassName
{
border-color: #D00207;
}
</style>