Shades of Venetian Red #D0070D
Tints of Venetian Red #D0070D
RGB
CMYK
RGB Variations
Color information
#D0070D (or 0xD0070D) is known color: Venetian Red. HEX triplet: D0, 07 and 0D. RGB value is (208,7,13). Sum of RGB (Red+Green+Blue) = 208+7+13=228 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.23% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 208 - color contains mainly: red. Hex color #D0070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0070D is #2FF8F2. Grayscale: #434343. Windows color (decimal): -3143923 or 853968. OLE color: 853968.
HSL color Cylindrical-coordinate representation of color #D0070D: hue angle of 358.21º 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 #D0070D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.18 |
| HSL | 358.21º | 0.93% | 0.42% | - |
| HSV(B) | 358.21º | 0.97% | 0.82% | - |
| XYZ | 26.16 | 13.59 | 1.63 | - |
| YUV | 67.78 | 97.09 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 13 | 0 | 0.97 | 0.94 | 0.18 | 358.21 | 0.93 | 0.42 |
| Hex | D0 | 7 | D | 0 | 61 | 5E | 12 | 166 | 5D | 2A |
| Octal | 320 | 7 | 15 | 0 | 141 | 136 | 22 | 546 | 135 | 52 |
| Binary | 11010000 | 111 | 1101 | 0 | 1100001 | 1011110 | 10010 | 101100110 | 1011101 | 101010 |
Color Harmonies of #D0070D
Complementary color
Monochromatic Colors of #D0070D
Black with #D0070D
Text Example
Text Example
White with #D0070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0070D; }
p { color: rgb(208,7,13); }
H1.HeaderClassName
{
color: #D0070D;
}
.AnyTagClassName
{
color: #D0070D;
}
</style>
background-color css
<style>
a { background-color: #D0070D; }
a { background-color: rgb(208,7,13); }
div.DivClassName
{
background-color: #D0070D;
}
.BgClassName
{
background-color: #D0070D;
}
</style>
border-color css
<style>
span { border-color: #D0070D; }
span { border-color: rgb(208,7,13); }
td.TdClassName
{
border-color: #D0070D;
}
.TagClassName
{
border-color: #D0070D;
}
</style>