Shades of Venetian Red #D1011A
Tints of Venetian Red #D1011A
RGB
CMYK
RGB Variations
Color information
#D1011A (or 0xD1011A) is known color: Venetian Red. HEX triplet: D1, 01 and 1A. RGB value is (209,1,26). Sum of RGB (Red+Green+Blue) = 209+1+26=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D1011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1011A is #2EFEE5. Grayscale: #424242. Windows color (decimal): -3079910 or 1704401. OLE color: 1704401.
HSL color Cylindrical-coordinate representation of color #D1011A: hue angle of 352.79º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1011A is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.18 |
| HSL | 352.79º | 0.99% | 0.41% | - |
| HSV(B) | 352.79º | 1% | 0.82% | - |
| XYZ | 26.49 | 13.65 | 2.22 | - |
| YUV | 66.04 | 105.41 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 26 | 0 | 1.00 | 0.88 | 0.18 | 352.79 | 0.99 | 0.41 |
| Hex | D1 | 1 | 1A | 0 | 64 | 58 | 12 | 161 | 63 | 29 |
| Octal | 321 | 1 | 32 | 0 | 144 | 130 | 22 | 541 | 143 | 51 |
| Binary | 11010001 | 1 | 11010 | 0 | 1100100 | 1011000 | 10010 | 101100001 | 1100011 | 101001 |
Color Harmonies of #D1011A
Complementary color
Monochromatic Colors of #D1011A
Black with #D1011A
Text Example
Text Example
White with #D1011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1011A; }
p { color: rgb(209,1,26); }
H1.HeaderClassName
{
color: #D1011A;
}
.AnyTagClassName
{
color: #D1011A;
}
</style>
background-color css
<style>
a { background-color: #D1011A; }
a { background-color: rgb(209,1,26); }
div.DivClassName
{
background-color: #D1011A;
}
.BgClassName
{
background-color: #D1011A;
}
</style>
border-color css
<style>
span { border-color: #D1011A; }
span { border-color: rgb(209,1,26); }
td.TdClassName
{
border-color: #D1011A;
}
.TagClassName
{
border-color: #D1011A;
}
</style>