Shades of Venetian Red #D9031B
Tints of Venetian Red #D9031B
RGB
CMYK
RGB Variations
Color information
#D9031B (or 0xD9031B) is known color: Venetian Red. HEX triplet: D9, 03 and 1B. RGB value is (217,3,27). Sum of RGB (Red+Green+Blue) = 217+3+27=247 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.85% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 217 - color contains mainly: red. Hex color #D9031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9031B is #26FCE4. Grayscale: #454545. Windows color (decimal): -2555109 or 1770457. OLE color: 1770457.
HSL color Cylindrical-coordinate representation of color #D9031B: hue angle of 353.27º 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 #D9031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.15 |
| HSL | 353.27º | 0.97% | 0.43% | - |
| HSV(B) | 353.27º | 0.99% | 0.85% | - |
| XYZ | 28.85 | 14.9 | 2.39 | - |
| YUV | 69.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 27 | 0 | 0.99 | 0.88 | 0.15 | 353.27 | 0.97 | 0.43 |
| Hex | D9 | 3 | 1B | 0 | 63 | 58 | F | 161 | 61 | 2B |
| Octal | 331 | 3 | 33 | 0 | 143 | 130 | 17 | 541 | 141 | 53 |
| Binary | 11011001 | 11 | 11011 | 0 | 1100011 | 1011000 | 1111 | 101100001 | 1100001 | 101011 |
Color Harmonies of #D9031B
Complementary color
Monochromatic Colors of #D9031B
Black with #D9031B
Text Example
Text Example
White with #D9031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9031B; }
p { color: rgb(217,3,27); }
H1.HeaderClassName
{
color: #D9031B;
}
.AnyTagClassName
{
color: #D9031B;
}
</style>
background-color css
<style>
a { background-color: #D9031B; }
a { background-color: rgb(217,3,27); }
div.DivClassName
{
background-color: #D9031B;
}
.BgClassName
{
background-color: #D9031B;
}
</style>
border-color css
<style>
span { border-color: #D9031B; }
span { border-color: rgb(217,3,27); }
td.TdClassName
{
border-color: #D9031B;
}
.TagClassName
{
border-color: #D9031B;
}
</style>