Shades of Venetian Red #D50F12
Tints of Venetian Red #D50F12
RGB
CMYK
RGB Variations
Color information
#D50F12 (or 0xD50F12) is known color: Venetian Red. HEX triplet: D5, 0F and 12. RGB value is (213,15,18). Sum of RGB (Red+Green+Blue) = 213+15+18=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F12 is #2AF0ED. Grayscale: #4A4A4A. Windows color (decimal): -2814190 or 1183701. OLE color: 1183701.
HSL color Cylindrical-coordinate representation of color #D50F12: hue angle of 359.09º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F12 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.16 |
| HSL | 359.09º | 0.87% | 0.45% | - |
| HSV(B) | 359.09º | 0.93% | 0.84% | - |
| XYZ | 27.72 | 14.53 | 1.92 | - |
| YUV | 74.54 | 96.1 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 18 | 0 | 0.93 | 0.92 | 0.16 | 359.09 | 0.87 | 0.45 |
| Hex | D5 | F | 12 | 0 | 5D | 5C | 10 | 167 | 57 | 2D |
| Octal | 325 | 17 | 22 | 0 | 135 | 134 | 20 | 547 | 127 | 55 |
| Binary | 11010101 | 1111 | 10010 | 0 | 1011101 | 1011100 | 10000 | 101100111 | 1010111 | 101101 |
Color Harmonies of #D50F12
Complementary color
Monochromatic Colors of #D50F12
Black with #D50F12
Text Example
Text Example
White with #D50F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F12; }
p { color: rgb(213,15,18); }
H1.HeaderClassName
{
color: #D50F12;
}
.AnyTagClassName
{
color: #D50F12;
}
</style>
background-color css
<style>
a { background-color: #D50F12; }
a { background-color: rgb(213,15,18); }
div.DivClassName
{
background-color: #D50F12;
}
.BgClassName
{
background-color: #D50F12;
}
</style>
border-color css
<style>
span { border-color: #D50F12; }
span { border-color: rgb(213,15,18); }
td.TdClassName
{
border-color: #D50F12;
}
.TagClassName
{
border-color: #D50F12;
}
</style>