Shades of Venetian Red #D00722
Tints of Venetian Red #D00722
RGB
CMYK
RGB Variations
Color information
#D00722 (or 0xD00722) is known color: Venetian Red. HEX triplet: D0, 07 and 22. RGB value is (208,7,34). Sum of RGB (Red+Green+Blue) = 208+7+34=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00722 is #2FF8DD. Grayscale: #464646. Windows color (decimal): -3143902 or 2230224. OLE color: 2230224.
HSL color Cylindrical-coordinate representation of color #D00722: hue angle of 351.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00722 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.18 |
| HSL | 351.94º | 0.93% | 0.42% | - |
| HSV(B) | 351.94º | 0.97% | 0.82% | - |
| XYZ | 26.38 | 13.68 | 2.76 | - |
| YUV | 70.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 34 | 0 | 0.97 | 0.84 | 0.18 | 351.94 | 0.93 | 0.42 |
| Hex | D0 | 7 | 22 | 0 | 61 | 54 | 12 | 160 | 5D | 2A |
| Octal | 320 | 7 | 42 | 0 | 141 | 124 | 22 | 540 | 135 | 52 |
| Binary | 11010000 | 111 | 100010 | 0 | 1100001 | 1010100 | 10010 | 101100000 | 1011101 | 101010 |
Color Harmonies of #D00722
Complementary color
Monochromatic Colors of #D00722
Black with #D00722
Text Example
Text Example
White with #D00722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00722; }
p { color: rgb(208,7,34); }
H1.HeaderClassName
{
color: #D00722;
}
.AnyTagClassName
{
color: #D00722;
}
</style>
background-color css
<style>
a { background-color: #D00722; }
a { background-color: rgb(208,7,34); }
div.DivClassName
{
background-color: #D00722;
}
.BgClassName
{
background-color: #D00722;
}
</style>
border-color css
<style>
span { border-color: #D00722; }
span { border-color: rgb(208,7,34); }
td.TdClassName
{
border-color: #D00722;
}
.TagClassName
{
border-color: #D00722;
}
</style>