Shades of Venetian Red #D9031A
Tints of Venetian Red #D9031A
RGB
CMYK
RGB Variations
Color information
#D9031A (or 0xD9031A) is known color: Venetian Red. HEX triplet: D9, 03 and 1A. RGB value is (217,3,26). Sum of RGB (Red+Green+Blue) = 217+3+26=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D9031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9031A is #26FCE5. Grayscale: #454545. Windows color (decimal): -2555110 or 1704921. OLE color: 1704921.
HSL color Cylindrical-coordinate representation of color #D9031A: hue angle of 353.55º 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 #D9031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.15 |
| HSL | 353.55º | 0.97% | 0.43% | - |
| HSV(B) | 353.55º | 0.99% | 0.85% | - |
| XYZ | 28.83 | 14.89 | 2.33 | - |
| YUV | 69.61 | 103.4 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 26 | 0 | 0.99 | 0.88 | 0.15 | 353.55 | 0.97 | 0.43 |
| Hex | D9 | 3 | 1A | 0 | 63 | 58 | F | 162 | 61 | 2B |
| Octal | 331 | 3 | 32 | 0 | 143 | 130 | 17 | 542 | 141 | 53 |
| Binary | 11011001 | 11 | 11010 | 0 | 1100011 | 1011000 | 1111 | 101100010 | 1100001 | 101011 |
Color Harmonies of #D9031A
Complementary color
Monochromatic Colors of #D9031A
Black with #D9031A
Text Example
Text Example
White with #D9031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9031A; }
p { color: rgb(217,3,26); }
H1.HeaderClassName
{
color: #D9031A;
}
.AnyTagClassName
{
color: #D9031A;
}
</style>
background-color css
<style>
a { background-color: #D9031A; }
a { background-color: rgb(217,3,26); }
div.DivClassName
{
background-color: #D9031A;
}
.BgClassName
{
background-color: #D9031A;
}
</style>
border-color css
<style>
span { border-color: #D9031A; }
span { border-color: rgb(217,3,26); }
td.TdClassName
{
border-color: #D9031A;
}
.TagClassName
{
border-color: #D9031A;
}
</style>