Shades of Venetian Red #D50119
Tints of Venetian Red #D50119
RGB
CMYK
RGB Variations
Color information
#D50119 (or 0xD50119) is known color: Venetian Red. HEX triplet: D5, 01 and 19. RGB value is (213,1,25). Sum of RGB (Red+Green+Blue) = 213+1+25=239 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.12% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 213 - color contains mainly: red. Hex color #D50119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50119 is #2AFEE6. Grayscale: #434343. Windows color (decimal): -2817767 or 1638869. OLE color: 1638869.
HSL color Cylindrical-coordinate representation of color #D50119: hue angle of 353.21º 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 #D50119 is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.16 |
| HSL | 353.21º | 0.99% | 0.42% | - |
| HSV(B) | 353.21º | 1% | 0.84% | - |
| XYZ | 27.63 | 14.24 | 2.21 | - |
| YUV | 67.12 | 104.24 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 25 | 0 | 1.00 | 0.88 | 0.16 | 353.21 | 0.99 | 0.42 |
| Hex | D5 | 1 | 19 | 0 | 64 | 58 | 10 | 161 | 63 | 2A |
| Octal | 325 | 1 | 31 | 0 | 144 | 130 | 20 | 541 | 143 | 52 |
| Binary | 11010101 | 1 | 11001 | 0 | 1100100 | 1011000 | 10000 | 101100001 | 1100011 | 101010 |
Color Harmonies of #D50119
Complementary color
Monochromatic Colors of #D50119
Black with #D50119
Text Example
Text Example
White with #D50119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50119; }
p { color: rgb(213,1,25); }
H1.HeaderClassName
{
color: #D50119;
}
.AnyTagClassName
{
color: #D50119;
}
</style>
background-color css
<style>
a { background-color: #D50119; }
a { background-color: rgb(213,1,25); }
div.DivClassName
{
background-color: #D50119;
}
.BgClassName
{
background-color: #D50119;
}
</style>
border-color css
<style>
span { border-color: #D50119; }
span { border-color: rgb(213,1,25); }
td.TdClassName
{
border-color: #D50119;
}
.TagClassName
{
border-color: #D50119;
}
</style>