Shades of Venetian Red #D3000B
Tints of Venetian Red #D3000B
RGB
CMYK
RGB Variations
Color information
#D3000B (or 0xD3000B) is known color: Venetian Red. HEX triplet: D3, 00 and 0B. RGB value is (211,0,11). Sum of RGB (Red+Green+Blue) = 211+0+11=222 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.05% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 211 - color contains mainly: red. Hex color #D3000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3000B is #2CFFF4. Grayscale: #404040. Windows color (decimal): -2949109 or 721107. OLE color: 721107.
HSL color Cylindrical-coordinate representation of color #D3000B: hue angle of 356.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.17 |
| HSL | 356.87º | 1% | 0.41% | - |
| HSV(B) | 356.87º | 1% | 0.83% | - |
| XYZ | 26.92 | 13.87 | 1.58 | - |
| YUV | 64.34 | 97.9 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 11 | 0 | 1 | 0.95 | 0.17 | 356.87 | 1 | 0.41 |
| Hex | D3 | 0 | B | 0 | 64 | 5F | 11 | 165 | 64 | 29 |
| Octal | 323 | 0 | 13 | 0 | 144 | 137 | 21 | 545 | 144 | 51 |
| Binary | 11010011 | 0 | 1011 | 0 | 1100100 | 1011111 | 10001 | 101100101 | 1100100 | 101001 |
Color Harmonies of #D3000B
Complementary color
Monochromatic Colors of #D3000B
Black with #D3000B
Text Example
Text Example
White with #D3000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3000B; }
p { color: rgb(211,0,11); }
H1.HeaderClassName
{
color: #D3000B;
}
.AnyTagClassName
{
color: #D3000B;
}
</style>
background-color css
<style>
a { background-color: #D3000B; }
a { background-color: rgb(211,0,11); }
div.DivClassName
{
background-color: #D3000B;
}
.BgClassName
{
background-color: #D3000B;
}
</style>
border-color css
<style>
span { border-color: #D3000B; }
span { border-color: rgb(211,0,11); }
td.TdClassName
{
border-color: #D3000B;
}
.TagClassName
{
border-color: #D3000B;
}
</style>