Shades of Venetian Red #D70407
Tints of Venetian Red #D70407
RGB
CMYK
RGB Variations
Color information
#D70407 (or 0xD70407) is known color: Venetian Red. HEX triplet: D7, 04 and 07. RGB value is (215,4,7). Sum of RGB (Red+Green+Blue) = 215+4+7=226 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.13% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 215 - color contains mainly: red. Hex color #D70407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70407 is #28FBF8. Grayscale: #434343. Windows color (decimal): -2685945 or 459991. OLE color: 459991.
HSL color Cylindrical-coordinate representation of color #D70407: hue angle of 359.15º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.16 |
| HSL | 359.15º | 0.96% | 0.43% | - |
| HSV(B) | 359.15º | 0.98% | 0.84% | - |
| XYZ | 28.11 | 14.55 | 1.53 | - |
| YUV | 67.43 | 93.9 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 7 | 0 | 0.98 | 0.97 | 0.16 | 359.15 | 0.96 | 0.43 |
| Hex | D7 | 4 | 7 | 0 | 62 | 61 | 10 | 167 | 60 | 2B |
| Octal | 327 | 4 | 7 | 0 | 142 | 141 | 20 | 547 | 140 | 53 |
| Binary | 11010111 | 100 | 111 | 0 | 1100010 | 1100001 | 10000 | 101100111 | 1100000 | 101011 |
Color Harmonies of #D70407
Complementary color
Monochromatic Colors of #D70407
Black with #D70407
Text Example
Text Example
White with #D70407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70407; }
p { color: rgb(215,4,7); }
H1.HeaderClassName
{
color: #D70407;
}
.AnyTagClassName
{
color: #D70407;
}
</style>
background-color css
<style>
a { background-color: #D70407; }
a { background-color: rgb(215,4,7); }
div.DivClassName
{
background-color: #D70407;
}
.BgClassName
{
background-color: #D70407;
}
</style>
border-color css
<style>
span { border-color: #D70407; }
span { border-color: rgb(215,4,7); }
td.TdClassName
{
border-color: #D70407;
}
.TagClassName
{
border-color: #D70407;
}
</style>