Shades of Venetian Red #D0031E
Tints of Venetian Red #D0031E
RGB
CMYK
RGB Variations
Color information
#D0031E (or 0xD0031E) is known color: Venetian Red. HEX triplet: D0, 03 and 1E. RGB value is (208,3,30). Sum of RGB (Red+Green+Blue) = 208+3+30=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D0031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0031E is #2FFCE1. Grayscale: #434343. Windows color (decimal): -3144930 or 1967056. OLE color: 1967056.
HSL color Cylindrical-coordinate representation of color #D0031E: hue angle of 352.1º 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 #D0031E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.18 |
| HSL | 352.1º | 0.97% | 0.41% | - |
| HSV(B) | 352.1º | 0.99% | 0.82% | - |
| XYZ | 26.28 | 13.57 | 2.46 | - |
| YUV | 67.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 30 | 0 | 0.99 | 0.86 | 0.18 | 352.1 | 0.97 | 0.41 |
| Hex | D0 | 3 | 1E | 0 | 63 | 56 | 12 | 160 | 61 | 29 |
| Octal | 320 | 3 | 36 | 0 | 143 | 126 | 22 | 540 | 141 | 51 |
| Binary | 11010000 | 11 | 11110 | 0 | 1100011 | 1010110 | 10010 | 101100000 | 1100001 | 101001 |
Color Harmonies of #D0031E
Complementary color
Monochromatic Colors of #D0031E
Black with #D0031E
Text Example
Text Example
White with #D0031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0031E; }
p { color: rgb(208,3,30); }
H1.HeaderClassName
{
color: #D0031E;
}
.AnyTagClassName
{
color: #D0031E;
}
</style>
background-color css
<style>
a { background-color: #D0031E; }
a { background-color: rgb(208,3,30); }
div.DivClassName
{
background-color: #D0031E;
}
.BgClassName
{
background-color: #D0031E;
}
</style>
border-color css
<style>
span { border-color: #D0031E; }
span { border-color: rgb(208,3,30); }
td.TdClassName
{
border-color: #D0031E;
}
.TagClassName
{
border-color: #D0031E;
}
</style>