Shades of Venetian Red #D0031F
Tints of Venetian Red #D0031F
RGB
CMYK
RGB Variations
Color information
#D0031F (or 0xD0031F) is known color: Venetian Red. HEX triplet: D0, 03 and 1F. RGB value is (208,3,31). Sum of RGB (Red+Green+Blue) = 208+3+31=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D0031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0031F is #2FFCE0. Grayscale: #434343. Windows color (decimal): -3144929 or 2032592. OLE color: 2032592.
HSL color Cylindrical-coordinate representation of color #D0031F: hue angle of 351.8º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0031F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.18 |
| HSL | 351.8º | 0.97% | 0.41% | - |
| HSV(B) | 351.8º | 0.99% | 0.82% | - |
| XYZ | 26.29 | 13.57 | 2.53 | - |
| YUV | 67.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 31 | 0 | 0.99 | 0.85 | 0.18 | 351.8 | 0.97 | 0.41 |
| Hex | D0 | 3 | 1F | 0 | 63 | 55 | 12 | 160 | 61 | 29 |
| Octal | 320 | 3 | 37 | 0 | 143 | 125 | 22 | 540 | 141 | 51 |
| Binary | 11010000 | 11 | 11111 | 0 | 1100011 | 1010101 | 10010 | 101100000 | 1100001 | 101001 |
Color Harmonies of #D0031F
Complementary color
Monochromatic Colors of #D0031F
Black with #D0031F
Text Example
Text Example
White with #D0031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0031F; }
p { color: rgb(208,3,31); }
H1.HeaderClassName
{
color: #D0031F;
}
.AnyTagClassName
{
color: #D0031F;
}
</style>
background-color css
<style>
a { background-color: #D0031F; }
a { background-color: rgb(208,3,31); }
div.DivClassName
{
background-color: #D0031F;
}
.BgClassName
{
background-color: #D0031F;
}
</style>
border-color css
<style>
span { border-color: #D0031F; }
span { border-color: rgb(208,3,31); }
td.TdClassName
{
border-color: #D0031F;
}
.TagClassName
{
border-color: #D0031F;
}
</style>