Shades of Venetian Red #D00B11
Tints of Venetian Red #D00B11
RGB
CMYK
RGB Variations
Color information
#D00B11 (or 0xD00B11) is known color: Venetian Red. HEX triplet: D0, 0B and 11. RGB value is (208,11,17). Sum of RGB (Red+Green+Blue) = 208+11+17=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00B11 is #2FF4EE. Grayscale: #464646. Windows color (decimal): -3142895 or 1117136. OLE color: 1117136.
HSL color Cylindrical-coordinate representation of color #D00B11: hue angle of 358.17º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00B11 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 17 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.18 |
| HSL | 358.17º | 0.9% | 0.43% | - |
| HSV(B) | 358.17º | 0.95% | 0.82% | - |
| XYZ | 26.23 | 13.69 | 1.79 | - |
| YUV | 70.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 17 | 0 | 0.95 | 0.92 | 0.18 | 358.17 | 0.9 | 0.43 |
| Hex | D0 | B | 11 | 0 | 5F | 5C | 12 | 166 | 5A | 2B |
| Octal | 320 | 13 | 21 | 0 | 137 | 134 | 22 | 546 | 132 | 53 |
| Binary | 11010000 | 1011 | 10001 | 0 | 1011111 | 1011100 | 10010 | 101100110 | 1011010 | 101011 |
Color Harmonies of #D00B11
Complementary color
Monochromatic Colors of #D00B11
Black with #D00B11
Text Example
Text Example
White with #D00B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B11; }
p { color: rgb(208,11,17); }
H1.HeaderClassName
{
color: #D00B11;
}
.AnyTagClassName
{
color: #D00B11;
}
</style>
background-color css
<style>
a { background-color: #D00B11; }
a { background-color: rgb(208,11,17); }
div.DivClassName
{
background-color: #D00B11;
}
.BgClassName
{
background-color: #D00B11;
}
</style>
border-color css
<style>
span { border-color: #D00B11; }
span { border-color: rgb(208,11,17); }
td.TdClassName
{
border-color: #D00B11;
}
.TagClassName
{
border-color: #D00B11;
}
</style>