Shades of Venetian Red #D50112
Tints of Venetian Red #D50112
RGB
CMYK
RGB Variations
Color information
#D50112 (or 0xD50112) is known color: Venetian Red. HEX triplet: D5, 01 and 12. RGB value is (213,1,18). Sum of RGB (Red+Green+Blue) = 213+1+18=232 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.81% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 213 - color contains mainly: red. Hex color #D50112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50112 is #2AFEED. Grayscale: #424242. Windows color (decimal): -2817774 or 1180117. OLE color: 1180117.
HSL color Cylindrical-coordinate representation of color #D50112: hue angle of 355.19º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.16 |
| HSL | 355.19º | 0.99% | 0.42% | - |
| HSV(B) | 355.19º | 1% | 0.84% | - |
| XYZ | 27.56 | 14.21 | 1.86 | - |
| YUV | 66.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 18 | 0 | 1.00 | 0.92 | 0.16 | 355.19 | 0.99 | 0.42 |
| Hex | D5 | 1 | 12 | 0 | 64 | 5C | 10 | 163 | 63 | 2A |
| Octal | 325 | 1 | 22 | 0 | 144 | 134 | 20 | 543 | 143 | 52 |
| Binary | 11010101 | 1 | 10010 | 0 | 1100100 | 1011100 | 10000 | 101100011 | 1100011 | 101010 |
Color Harmonies of #D50112
Complementary color
Monochromatic Colors of #D50112
Black with #D50112
Text Example
Text Example
White with #D50112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50112; }
p { color: rgb(213,1,18); }
H1.HeaderClassName
{
color: #D50112;
}
.AnyTagClassName
{
color: #D50112;
}
</style>
background-color css
<style>
a { background-color: #D50112; }
a { background-color: rgb(213,1,18); }
div.DivClassName
{
background-color: #D50112;
}
.BgClassName
{
background-color: #D50112;
}
</style>
border-color css
<style>
span { border-color: #D50112; }
span { border-color: rgb(213,1,18); }
td.TdClassName
{
border-color: #D50112;
}
.TagClassName
{
border-color: #D50112;
}
</style>