Shades of Venetian Red #D70307
Tints of Venetian Red #D70307
RGB
CMYK
RGB Variations
Color information
#D70307 (or 0xD70307) is known color: Venetian Red. HEX triplet: D7, 03 and 07. RGB value is (215,3,7). Sum of RGB (Red+Green+Blue) = 215+3+7=225 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 215 - color contains mainly: red. Hex color #D70307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70307 is #28FCF8. Grayscale: #434343. Windows color (decimal): -2686201 or 459735. OLE color: 459735.
HSL color Cylindrical-coordinate representation of color #D70307: hue angle of 358.87º degrees, saturation: 0.97, 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 #D70307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.16 |
| HSL | 358.87º | 0.97% | 0.43% | - |
| HSV(B) | 358.87º | 0.99% | 0.84% | - |
| XYZ | 28.1 | 14.53 | 1.52 | - |
| YUV | 66.84 | 94.24 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 7 | 0 | 0.99 | 0.97 | 0.16 | 358.87 | 0.97 | 0.43 |
| Hex | D7 | 3 | 7 | 0 | 63 | 61 | 10 | 167 | 61 | 2B |
| Octal | 327 | 3 | 7 | 0 | 143 | 141 | 20 | 547 | 141 | 53 |
| Binary | 11010111 | 11 | 111 | 0 | 1100011 | 1100001 | 10000 | 101100111 | 1100001 | 101011 |
Color Harmonies of #D70307
Complementary color
Monochromatic Colors of #D70307
Black with #D70307
Text Example
Text Example
White with #D70307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70307; }
p { color: rgb(215,3,7); }
H1.HeaderClassName
{
color: #D70307;
}
.AnyTagClassName
{
color: #D70307;
}
</style>
background-color css
<style>
a { background-color: #D70307; }
a { background-color: rgb(215,3,7); }
div.DivClassName
{
background-color: #D70307;
}
.BgClassName
{
background-color: #D70307;
}
</style>
border-color css
<style>
span { border-color: #D70307; }
span { border-color: rgb(215,3,7); }
td.TdClassName
{
border-color: #D70307;
}
.TagClassName
{
border-color: #D70307;
}
</style>