Shades of Venetian Red #D9011A
Tints of Venetian Red #D9011A
RGB
CMYK
RGB Variations
Color information
#D9011A (or 0xD9011A) is known color: Venetian Red. HEX triplet: D9, 01 and 1A. RGB value is (217,1,26). Sum of RGB (Red+Green+Blue) = 217+1+26=244 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.93% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 217 - color contains mainly: red. Hex color #D9011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9011A is #26FEE5. Grayscale: #444444. Windows color (decimal): -2555622 or 1704409. OLE color: 1704409.
HSL color Cylindrical-coordinate representation of color #D9011A: hue angle of 353.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9011A is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.15 |
| HSL | 353.06º | 0.99% | 0.43% | - |
| HSV(B) | 353.06º | 1% | 0.85% | - |
| XYZ | 28.81 | 14.85 | 2.32 | - |
| YUV | 68.43 | 104.06 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 26 | 0 | 1.00 | 0.88 | 0.15 | 353.06 | 0.99 | 0.43 |
| Hex | D9 | 1 | 1A | 0 | 64 | 58 | F | 161 | 63 | 2B |
| Octal | 331 | 1 | 32 | 0 | 144 | 130 | 17 | 541 | 143 | 53 |
| Binary | 11011001 | 1 | 11010 | 0 | 1100100 | 1011000 | 1111 | 101100001 | 1100011 | 101011 |
Color Harmonies of #D9011A
Complementary color
Monochromatic Colors of #D9011A
Black with #D9011A
Text Example
Text Example
White with #D9011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9011A; }
p { color: rgb(217,1,26); }
H1.HeaderClassName
{
color: #D9011A;
}
.AnyTagClassName
{
color: #D9011A;
}
</style>
background-color css
<style>
a { background-color: #D9011A; }
a { background-color: rgb(217,1,26); }
div.DivClassName
{
background-color: #D9011A;
}
.BgClassName
{
background-color: #D9011A;
}
</style>
border-color css
<style>
span { border-color: #D9011A; }
span { border-color: rgb(217,1,26); }
td.TdClassName
{
border-color: #D9011A;
}
.TagClassName
{
border-color: #D9011A;
}
</style>