Shades of Venetian Red #D50014
Tints of Venetian Red #D50014
RGB
CMYK
RGB Variations
Color information
#D50014 (or 0xD50014) is known color: Venetian Red. HEX triplet: D5, 00 and 14. RGB value is (213,0,20). Sum of RGB (Red+Green+Blue) = 213+0+20=233 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.42% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 213 - color contains mainly: red. Hex color #D50014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50014 is #2AFFEB. Grayscale: #424242. Windows color (decimal): -2818028 or 1310933. OLE color: 1310933.
HSL color Cylindrical-coordinate representation of color #D50014: hue angle of 354.37º 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 #D50014 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.91 | 0.16 |
| HSL | 354.37º | 1% | 0.42% | - |
| HSV(B) | 354.37º | 1% | 0.84% | - |
| XYZ | 27.57 | 14.2 | 1.95 | - |
| YUV | 65.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 20 | 0 | 1 | 0.91 | 0.16 | 354.37 | 1 | 0.42 |
| Hex | D5 | 0 | 14 | 0 | 64 | 5B | 10 | 162 | 64 | 2A |
| Octal | 325 | 0 | 24 | 0 | 144 | 133 | 20 | 542 | 144 | 52 |
| Binary | 11010101 | 0 | 10100 | 0 | 1100100 | 1011011 | 10000 | 101100010 | 1100100 | 101010 |
Color Harmonies of #D50014
Complementary color
Monochromatic Colors of #D50014
Black with #D50014
Text Example
Text Example
White with #D50014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50014; }
p { color: rgb(213,0,20); }
H1.HeaderClassName
{
color: #D50014;
}
.AnyTagClassName
{
color: #D50014;
}
</style>
background-color css
<style>
a { background-color: #D50014; }
a { background-color: rgb(213,0,20); }
div.DivClassName
{
background-color: #D50014;
}
.BgClassName
{
background-color: #D50014;
}
</style>
border-color css
<style>
span { border-color: #D50014; }
span { border-color: rgb(213,0,20); }
td.TdClassName
{
border-color: #D50014;
}
.TagClassName
{
border-color: #D50014;
}
</style>