Shades of Venetian Red #D70207
Tints of Venetian Red #D70207
RGB
CMYK
RGB Variations
Color information
#D70207 (or 0xD70207) is known color: Venetian Red. HEX triplet: D7, 02 and 07. RGB value is (215,2,7). Sum of RGB (Red+Green+Blue) = 215+2+7=224 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.98% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 215 - color contains mainly: red. Hex color #D70207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70207 is #28FDF8. Grayscale: #424242. Windows color (decimal): -2686457 or 459479. OLE color: 459479.
HSL color Cylindrical-coordinate representation of color #D70207: hue angle of 358.59º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70207 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.16 |
| HSL | 358.59º | 0.98% | 0.43% | - |
| HSV(B) | 358.59º | 0.99% | 0.84% | - |
| XYZ | 28.08 | 14.51 | 1.52 | - |
| YUV | 66.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 7 | 0 | 0.99 | 0.97 | 0.16 | 358.59 | 0.98 | 0.43 |
| Hex | D7 | 2 | 7 | 0 | 63 | 61 | 10 | 167 | 62 | 2B |
| Octal | 327 | 2 | 7 | 0 | 143 | 141 | 20 | 547 | 142 | 53 |
| Binary | 11010111 | 10 | 111 | 0 | 1100011 | 1100001 | 10000 | 101100111 | 1100010 | 101011 |
Color Harmonies of #D70207
Complementary color
Monochromatic Colors of #D70207
Black with #D70207
Text Example
Text Example
White with #D70207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70207; }
p { color: rgb(215,2,7); }
H1.HeaderClassName
{
color: #D70207;
}
.AnyTagClassName
{
color: #D70207;
}
</style>
background-color css
<style>
a { background-color: #D70207; }
a { background-color: rgb(215,2,7); }
div.DivClassName
{
background-color: #D70207;
}
.BgClassName
{
background-color: #D70207;
}
</style>
border-color css
<style>
span { border-color: #D70207; }
span { border-color: rgb(215,2,7); }
td.TdClassName
{
border-color: #D70207;
}
.TagClassName
{
border-color: #D70207;
}
</style>