Shades of Venetian Red #D50005
Tints of Venetian Red #D50005
RGB
CMYK
RGB Variations
Color information
#D50005 (or 0xD50005) is known color: Venetian Red. HEX triplet: D5, 00 and 05. RGB value is (213,0,5). Sum of RGB (Red+Green+Blue) = 213+0+5=218 (28% of max value = 765). Red value is 213 (83.59% from 255 or 97.71% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 213 - color contains mainly: red. Hex color #D50005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50005 is #2AFFFA. Grayscale: #404040. Windows color (decimal): -2818043 or 327893. OLE color: 327893.
HSL color Cylindrical-coordinate representation of color #D50005: hue angle of 358.59º 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 #D50005 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.98 | 0.16 |
| HSL | 358.59º | 1% | 0.42% | - |
| HSV(B) | 358.59º | 1% | 0.84% | - |
| XYZ | 27.47 | 14.16 | 1.43 | - |
| YUV | 64.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 5 | 0 | 1 | 0.98 | 0.16 | 358.59 | 1 | 0.42 |
| Hex | D5 | 0 | 5 | 0 | 64 | 62 | 10 | 167 | 64 | 2A |
| Octal | 325 | 0 | 5 | 0 | 144 | 142 | 20 | 547 | 144 | 52 |
| Binary | 11010101 | 0 | 101 | 0 | 1100100 | 1100010 | 10000 | 101100111 | 1100100 | 101010 |
Color Harmonies of #D50005
Complementary color
Monochromatic Colors of #D50005
Black with #D50005
Text Example
Text Example
White with #D50005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50005; }
p { color: rgb(213,0,5); }
H1.HeaderClassName
{
color: #D50005;
}
.AnyTagClassName
{
color: #D50005;
}
</style>
background-color css
<style>
a { background-color: #D50005; }
a { background-color: rgb(213,0,5); }
div.DivClassName
{
background-color: #D50005;
}
.BgClassName
{
background-color: #D50005;
}
</style>
border-color css
<style>
span { border-color: #D50005; }
span { border-color: rgb(213,0,5); }
td.TdClassName
{
border-color: #D50005;
}
.TagClassName
{
border-color: #D50005;
}
</style>