Shades of Venetian Red #D50011
Tints of Venetian Red #D50011
RGB
CMYK
RGB Variations
Color information
#D50011 (or 0xD50011) is known color: Venetian Red. HEX triplet: D5, 00 and 11. RGB value is (213,0,17). Sum of RGB (Red+Green+Blue) = 213+0+17=230 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.61% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 213 - color contains mainly: red. Hex color #D50011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50011 is #2AFFEE. Grayscale: #414141. Windows color (decimal): -2818031 or 1114325. OLE color: 1114325.
HSL color Cylindrical-coordinate representation of color #D50011: hue angle of 355.21º 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 #D50011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.16 |
| HSL | 355.21º | 1% | 0.42% | - |
| HSV(B) | 355.21º | 1% | 0.84% | - |
| XYZ | 27.54 | 14.19 | 1.82 | - |
| YUV | 65.63 | 100.57 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 17 | 0 | 1 | 0.92 | 0.16 | 355.21 | 1 | 0.42 |
| Hex | D5 | 0 | 11 | 0 | 64 | 5C | 10 | 163 | 64 | 2A |
| Octal | 325 | 0 | 21 | 0 | 144 | 134 | 20 | 543 | 144 | 52 |
| Binary | 11010101 | 0 | 10001 | 0 | 1100100 | 1011100 | 10000 | 101100011 | 1100100 | 101010 |
Color Harmonies of #D50011
Complementary color
Monochromatic Colors of #D50011
Black with #D50011
Text Example
Text Example
White with #D50011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50011; }
p { color: rgb(213,0,17); }
H1.HeaderClassName
{
color: #D50011;
}
.AnyTagClassName
{
color: #D50011;
}
</style>
background-color css
<style>
a { background-color: #D50011; }
a { background-color: rgb(213,0,17); }
div.DivClassName
{
background-color: #D50011;
}
.BgClassName
{
background-color: #D50011;
}
</style>
border-color css
<style>
span { border-color: #D50011; }
span { border-color: rgb(213,0,17); }
td.TdClassName
{
border-color: #D50011;
}
.TagClassName
{
border-color: #D50011;
}
</style>