Shades of Venetian Red #D50211
Tints of Venetian Red #D50211
RGB
CMYK
RGB Variations
Color information
#D50211 (or 0xD50211) is known color: Venetian Red. HEX triplet: D5, 02 and 11. RGB value is (213,2,17). Sum of RGB (Red+Green+Blue) = 213+2+17=232 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.81% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 213 - color contains mainly: red. Hex color #D50211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50211 is #2AFDEE. Grayscale: #424242. Windows color (decimal): -2817519 or 1114837. OLE color: 1114837.
HSL color Cylindrical-coordinate representation of color #D50211: hue angle of 355.73º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.16 |
| HSL | 355.73º | 0.98% | 0.42% | - |
| HSV(B) | 355.73º | 0.99% | 0.84% | - |
| XYZ | 27.56 | 14.23 | 1.82 | - |
| YUV | 66.8 | 99.9 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 17 | 0 | 0.99 | 0.92 | 0.16 | 355.73 | 0.98 | 0.42 |
| Hex | D5 | 2 | 11 | 0 | 63 | 5C | 10 | 164 | 62 | 2A |
| Octal | 325 | 2 | 21 | 0 | 143 | 134 | 20 | 544 | 142 | 52 |
| Binary | 11010101 | 10 | 10001 | 0 | 1100011 | 1011100 | 10000 | 101100100 | 1100010 | 101010 |
Color Harmonies of #D50211
Complementary color
Monochromatic Colors of #D50211
Black with #D50211
Text Example
Text Example
White with #D50211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50211; }
p { color: rgb(213,2,17); }
H1.HeaderClassName
{
color: #D50211;
}
.AnyTagClassName
{
color: #D50211;
}
</style>
background-color css
<style>
a { background-color: #D50211; }
a { background-color: rgb(213,2,17); }
div.DivClassName
{
background-color: #D50211;
}
.BgClassName
{
background-color: #D50211;
}
</style>
border-color css
<style>
span { border-color: #D50211; }
span { border-color: rgb(213,2,17); }
td.TdClassName
{
border-color: #D50211;
}
.TagClassName
{
border-color: #D50211;
}
</style>