Shades of Venetian Red #D9031E
Tints of Venetian Red #D9031E
RGB
CMYK
RGB Variations
Color information
#D9031E (or 0xD9031E) is known color: Venetian Red. HEX triplet: D9, 03 and 1E. RGB value is (217,3,30). Sum of RGB (Red+Green+Blue) = 217+3+30=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9031E is #26FCE1. Grayscale: #464646. Windows color (decimal): -2555106 or 1967065. OLE color: 1967065.
HSL color Cylindrical-coordinate representation of color #D9031E: hue angle of 352.43º 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 #D9031E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.15 |
| HSL | 352.43º | 0.97% | 0.43% | - |
| HSV(B) | 352.43º | 0.99% | 0.85% | - |
| XYZ | 28.88 | 14.91 | 2.58 | - |
| YUV | 70.06 | 105.4 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 30 | 0 | 0.99 | 0.86 | 0.15 | 352.43 | 0.97 | 0.43 |
| Hex | D9 | 3 | 1E | 0 | 63 | 56 | F | 160 | 61 | 2B |
| Octal | 331 | 3 | 36 | 0 | 143 | 126 | 17 | 540 | 141 | 53 |
| Binary | 11011001 | 11 | 11110 | 0 | 1100011 | 1010110 | 1111 | 101100000 | 1100001 | 101011 |
Color Harmonies of #D9031E
Complementary color
Monochromatic Colors of #D9031E
Black with #D9031E
Text Example
Text Example
White with #D9031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9031E; }
p { color: rgb(217,3,30); }
H1.HeaderClassName
{
color: #D9031E;
}
.AnyTagClassName
{
color: #D9031E;
}
</style>
background-color css
<style>
a { background-color: #D9031E; }
a { background-color: rgb(217,3,30); }
div.DivClassName
{
background-color: #D9031E;
}
.BgClassName
{
background-color: #D9031E;
}
</style>
border-color css
<style>
span { border-color: #D9031E; }
span { border-color: rgb(217,3,30); }
td.TdClassName
{
border-color: #D9031E;
}
.TagClassName
{
border-color: #D9031E;
}
</style>