Shades of Venetian Red #D00B0C
Tints of Venetian Red #D00B0C
RGB
CMYK
RGB Variations
Color information
#D00B0C (or 0xD00B0C) is known color: Venetian Red. HEX triplet: D0, 0B and 0C. RGB value is (208,11,12). Sum of RGB (Red+Green+Blue) = 208+11+12=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00B0C is #2FF4F3. Grayscale: #464646. Windows color (decimal): -3142900 or 789456. OLE color: 789456.
HSL color Cylindrical-coordinate representation of color #D00B0C: hue angle of 359.7º 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 #D00B0C is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 12 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.18 |
| HSL | 359.7º | 0.9% | 0.43% | - |
| HSV(B) | 359.7º | 0.95% | 0.82% | - |
| XYZ | 26.2 | 13.68 | 1.61 | - |
| YUV | 70.02 | 95.27 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 12 | 0 | 0.95 | 0.94 | 0.18 | 359.7 | 0.9 | 0.43 |
| Hex | D0 | B | C | 0 | 5F | 5E | 12 | 168 | 5A | 2B |
| Octal | 320 | 13 | 14 | 0 | 137 | 136 | 22 | 550 | 132 | 53 |
| Binary | 11010000 | 1011 | 1100 | 0 | 1011111 | 1011110 | 10010 | 101101000 | 1011010 | 101011 |
Color Harmonies of #D00B0C
Complementary color
Monochromatic Colors of #D00B0C
Black with #D00B0C
Text Example
Text Example
White with #D00B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B0C; }
p { color: rgb(208,11,12); }
H1.HeaderClassName
{
color: #D00B0C;
}
.AnyTagClassName
{
color: #D00B0C;
}
</style>
background-color css
<style>
a { background-color: #D00B0C; }
a { background-color: rgb(208,11,12); }
div.DivClassName
{
background-color: #D00B0C;
}
.BgClassName
{
background-color: #D00B0C;
}
</style>
border-color css
<style>
span { border-color: #D00B0C; }
span { border-color: rgb(208,11,12); }
td.TdClassName
{
border-color: #D00B0C;
}
.TagClassName
{
border-color: #D00B0C;
}
</style>