Shades of Venetian Red #D5000B
Tints of Venetian Red #D5000B
RGB
CMYK
RGB Variations
Color information
#D5000B (or 0xD5000B) is known color: Venetian Red. HEX triplet: D5, 00 and 0B. RGB value is (213,0,11). Sum of RGB (Red+Green+Blue) = 213+0+11=224 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.09% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 213 - color contains mainly: red. Hex color #D5000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5000B is #2AFFF4. Grayscale: #414141. Windows color (decimal): -2818037 or 721109. OLE color: 721109.
HSL color Cylindrical-coordinate representation of color #D5000B: hue angle of 356.9º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.16 |
| HSL | 356.9º | 1% | 0.42% | - |
| HSV(B) | 356.9º | 1% | 0.84% | - |
| XYZ | 27.5 | 14.17 | 1.6 | - |
| YUV | 64.94 | 97.57 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 11 | 0 | 1 | 0.95 | 0.16 | 356.9 | 1 | 0.42 |
| Hex | D5 | 0 | B | 0 | 64 | 5F | 10 | 165 | 64 | 2A |
| Octal | 325 | 0 | 13 | 0 | 144 | 137 | 20 | 545 | 144 | 52 |
| Binary | 11010101 | 0 | 1011 | 0 | 1100100 | 1011111 | 10000 | 101100101 | 1100100 | 101010 |
Color Harmonies of #D5000B
Complementary color
Monochromatic Colors of #D5000B
Black with #D5000B
Text Example
Text Example
White with #D5000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5000B; }
p { color: rgb(213,0,11); }
H1.HeaderClassName
{
color: #D5000B;
}
.AnyTagClassName
{
color: #D5000B;
}
</style>
background-color css
<style>
a { background-color: #D5000B; }
a { background-color: rgb(213,0,11); }
div.DivClassName
{
background-color: #D5000B;
}
.BgClassName
{
background-color: #D5000B;
}
</style>
border-color css
<style>
span { border-color: #D5000B; }
span { border-color: rgb(213,0,11); }
td.TdClassName
{
border-color: #D5000B;
}
.TagClassName
{
border-color: #D5000B;
}
</style>