Shades of Venetian Red #D1090B
Tints of Venetian Red #D1090B
RGB
CMYK
RGB Variations
Color information
#D1090B (or 0xD1090B) is known color: Venetian Red. HEX triplet: D1, 09 and 0B. RGB value is (209,9,11). Sum of RGB (Red+Green+Blue) = 209+9+11=229 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.27% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 209 - color contains mainly: red. Hex color #D1090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1090B is #2EF6F4. Grayscale: #454545. Windows color (decimal): -3077877 or 723409. OLE color: 723409.
HSL color Cylindrical-coordinate representation of color #D1090B: hue angle of 359.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.18 |
| HSL | 359.4º | 0.92% | 0.43% | - |
| HSV(B) | 359.4º | 0.96% | 0.82% | - |
| XYZ | 26.45 | 13.77 | 1.58 | - |
| YUV | 69.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 11 | 0 | 0.96 | 0.95 | 0.18 | 359.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | B | 0 | 60 | 5F | 12 | 167 | 5C | 2B |
| Octal | 321 | 11 | 13 | 0 | 140 | 137 | 22 | 547 | 134 | 53 |
| Binary | 11010001 | 1001 | 1011 | 0 | 1100000 | 1011111 | 10010 | 101100111 | 1011100 | 101011 |
Color Harmonies of #D1090B
Complementary color
Monochromatic Colors of #D1090B
Black with #D1090B
Text Example
Text Example
White with #D1090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1090B; }
p { color: rgb(209,9,11); }
H1.HeaderClassName
{
color: #D1090B;
}
.AnyTagClassName
{
color: #D1090B;
}
</style>
background-color css
<style>
a { background-color: #D1090B; }
a { background-color: rgb(209,9,11); }
div.DivClassName
{
background-color: #D1090B;
}
.BgClassName
{
background-color: #D1090B;
}
</style>
border-color css
<style>
span { border-color: #D1090B; }
span { border-color: rgb(209,9,11); }
td.TdClassName
{
border-color: #D1090B;
}
.TagClassName
{
border-color: #D1090B;
}
</style>