Shades of Venetian Red #D9031F
Tints of Venetian Red #D9031F
RGB
CMYK
RGB Variations
Color information
#D9031F (or 0xD9031F) is known color: Venetian Red. HEX triplet: D9, 03 and 1F. RGB value is (217,3,31). Sum of RGB (Red+Green+Blue) = 217+3+31=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D9031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9031F is #26FCE0. Grayscale: #464646. Windows color (decimal): -2555105 or 2032601. OLE color: 2032601.
HSL color Cylindrical-coordinate representation of color #D9031F: hue angle of 352.15º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9031F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.15 |
| HSL | 352.15º | 0.97% | 0.43% | - |
| HSV(B) | 352.15º | 0.99% | 0.85% | - |
| XYZ | 28.9 | 14.92 | 2.65 | - |
| YUV | 70.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 31 | 0 | 0.99 | 0.86 | 0.15 | 352.15 | 0.97 | 0.43 |
| Hex | D9 | 3 | 1F | 0 | 63 | 56 | F | 160 | 61 | 2B |
| Octal | 331 | 3 | 37 | 0 | 143 | 126 | 17 | 540 | 141 | 53 |
| Binary | 11011001 | 11 | 11111 | 0 | 1100011 | 1010110 | 1111 | 101100000 | 1100001 | 101011 |
Color Harmonies of #D9031F
Complementary color
Monochromatic Colors of #D9031F
Black with #D9031F
Text Example
Text Example
White with #D9031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9031F; }
p { color: rgb(217,3,31); }
H1.HeaderClassName
{
color: #D9031F;
}
.AnyTagClassName
{
color: #D9031F;
}
</style>
background-color css
<style>
a { background-color: #D9031F; }
a { background-color: rgb(217,3,31); }
div.DivClassName
{
background-color: #D9031F;
}
.BgClassName
{
background-color: #D9031F;
}
</style>
border-color css
<style>
span { border-color: #D9031F; }
span { border-color: rgb(217,3,31); }
td.TdClassName
{
border-color: #D9031F;
}
.TagClassName
{
border-color: #D9031F;
}
</style>