Shades of Venetian Red #D50B16
Tints of Venetian Red #D50B16
RGB
CMYK
RGB Variations
Color information
#D50B16 (or 0xD50B16) is known color: Venetian Red. HEX triplet: D5, 0B and 16. RGB value is (213,11,22). Sum of RGB (Red+Green+Blue) = 213+11+22=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50B16 is #2AF4E9. Grayscale: #484848. Windows color (decimal): -2815210 or 1444821. OLE color: 1444821.
HSL color Cylindrical-coordinate representation of color #D50B16: hue angle of 356.73º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B16 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 22 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.16 |
| HSL | 356.73º | 0.9% | 0.44% | - |
| HSV(B) | 356.73º | 0.95% | 0.84% | - |
| XYZ | 27.71 | 14.44 | 2.09 | - |
| YUV | 72.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 22 | 0 | 0.95 | 0.90 | 0.16 | 356.73 | 0.9 | 0.44 |
| Hex | D5 | B | 16 | 0 | 5F | 5A | 10 | 165 | 5A | 2C |
| Octal | 325 | 13 | 26 | 0 | 137 | 132 | 20 | 545 | 132 | 54 |
| Binary | 11010101 | 1011 | 10110 | 0 | 1011111 | 1011010 | 10000 | 101100101 | 1011010 | 101100 |
Color Harmonies of #D50B16
Complementary color
Monochromatic Colors of #D50B16
Black with #D50B16
Text Example
Text Example
White with #D50B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B16; }
p { color: rgb(213,11,22); }
H1.HeaderClassName
{
color: #D50B16;
}
.AnyTagClassName
{
color: #D50B16;
}
</style>
background-color css
<style>
a { background-color: #D50B16; }
a { background-color: rgb(213,11,22); }
div.DivClassName
{
background-color: #D50B16;
}
.BgClassName
{
background-color: #D50B16;
}
</style>
border-color css
<style>
span { border-color: #D50B16; }
span { border-color: rgb(213,11,22); }
td.TdClassName
{
border-color: #D50B16;
}
.TagClassName
{
border-color: #D50B16;
}
</style>