Shades of Venetian Red #D70714
Tints of Venetian Red #D70714
RGB
CMYK
RGB Variations
Color information
#D70714 (or 0xD70714) is known color: Venetian Red. HEX triplet: D7, 07 and 14. RGB value is (215,7,20). Sum of RGB (Red+Green+Blue) = 215+7+20=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D70714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70714 is #28F8EB. Grayscale: #464646. Windows color (decimal): -2685164 or 1312727. OLE color: 1312727.
HSL color Cylindrical-coordinate representation of color #D70714: hue angle of 356.25º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.16 |
| HSL | 356.25º | 0.94% | 0.44% | - |
| HSV(B) | 356.25º | 0.97% | 0.84% | - |
| XYZ | 28.23 | 14.65 | 2 | - |
| YUV | 70.67 | 99.41 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 20 | 0 | 0.97 | 0.91 | 0.16 | 356.25 | 0.94 | 0.44 |
| Hex | D7 | 7 | 14 | 0 | 61 | 5B | 10 | 164 | 5E | 2C |
| Octal | 327 | 7 | 24 | 0 | 141 | 133 | 20 | 544 | 136 | 54 |
| Binary | 11010111 | 111 | 10100 | 0 | 1100001 | 1011011 | 10000 | 101100100 | 1011110 | 101100 |
Color Harmonies of #D70714
Complementary color
Monochromatic Colors of #D70714
Black with #D70714
Text Example
Text Example
White with #D70714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70714; }
p { color: rgb(215,7,20); }
H1.HeaderClassName
{
color: #D70714;
}
.AnyTagClassName
{
color: #D70714;
}
</style>
background-color css
<style>
a { background-color: #D70714; }
a { background-color: rgb(215,7,20); }
div.DivClassName
{
background-color: #D70714;
}
.BgClassName
{
background-color: #D70714;
}
</style>
border-color css
<style>
span { border-color: #D70714; }
span { border-color: rgb(215,7,20); }
td.TdClassName
{
border-color: #D70714;
}
.TagClassName
{
border-color: #D70714;
}
</style>