Shades of Venetian Red #D50016
Tints of Venetian Red #D50016
RGB
CMYK
RGB Variations
Color information
#D50016 (or 0xD50016) is known color: Venetian Red. HEX triplet: D5, 00 and 16. RGB value is (213,0,22). Sum of RGB (Red+Green+Blue) = 213+0+22=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D50016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50016 is #2AFFE9. Grayscale: #424242. Windows color (decimal): -2818026 or 1442005. OLE color: 1442005.
HSL color Cylindrical-coordinate representation of color #D50016: hue angle of 353.8º 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 #D50016 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.90 | 0.16 |
| HSL | 353.8º | 1% | 0.42% | - |
| HSV(B) | 353.8º | 1% | 0.84% | - |
| XYZ | 27.59 | 14.2 | 2.05 | - |
| YUV | 66.2 | 103.07 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 22 | 0 | 1 | 0.90 | 0.16 | 353.8 | 1 | 0.42 |
| Hex | D5 | 0 | 16 | 0 | 64 | 5A | 10 | 162 | 64 | 2A |
| Octal | 325 | 0 | 26 | 0 | 144 | 132 | 20 | 542 | 144 | 52 |
| Binary | 11010101 | 0 | 10110 | 0 | 1100100 | 1011010 | 10000 | 101100010 | 1100100 | 101010 |
Color Harmonies of #D50016
Complementary color
Monochromatic Colors of #D50016
Black with #D50016
Text Example
Text Example
White with #D50016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50016; }
p { color: rgb(213,0,22); }
H1.HeaderClassName
{
color: #D50016;
}
.AnyTagClassName
{
color: #D50016;
}
</style>
background-color css
<style>
a { background-color: #D50016; }
a { background-color: rgb(213,0,22); }
div.DivClassName
{
background-color: #D50016;
}
.BgClassName
{
background-color: #D50016;
}
</style>
border-color css
<style>
span { border-color: #D50016; }
span { border-color: rgb(213,0,22); }
td.TdClassName
{
border-color: #D50016;
}
.TagClassName
{
border-color: #D50016;
}
</style>