Shades of Venetian Red #D5001F
Tints of Venetian Red #D5001F
RGB
CMYK
RGB Variations
Color information
#D5001F (or 0xD5001F) is known color: Venetian Red. HEX triplet: D5, 00 and 1F. RGB value is (213,0,31). Sum of RGB (Red+Green+Blue) = 213+0+31=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D5001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5001F is #2AFFE0. Grayscale: #434343. Windows color (decimal): -2818017 or 2031829. OLE color: 2031829.
HSL color Cylindrical-coordinate representation of color #D5001F: hue angle of 351.27º 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 #D5001F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.85 | 0.16 |
| HSL | 351.27º | 1% | 0.42% | - |
| HSV(B) | 351.27º | 1% | 0.84% | - |
| XYZ | 27.69 | 14.25 | 2.59 | - |
| YUV | 67.22 | 107.57 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 31 | 0 | 1 | 0.85 | 0.16 | 351.27 | 1 | 0.42 |
| Hex | D5 | 0 | 1F | 0 | 64 | 55 | 10 | 15F | 64 | 2A |
| Octal | 325 | 0 | 37 | 0 | 144 | 125 | 20 | 537 | 144 | 52 |
| Binary | 11010101 | 0 | 11111 | 0 | 1100100 | 1010101 | 10000 | 101011111 | 1100100 | 101010 |
Color Harmonies of #D5001F
Complementary color
Monochromatic Colors of #D5001F
Black with #D5001F
Text Example
Text Example
White with #D5001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5001F; }
p { color: rgb(213,0,31); }
H1.HeaderClassName
{
color: #D5001F;
}
.AnyTagClassName
{
color: #D5001F;
}
</style>
background-color css
<style>
a { background-color: #D5001F; }
a { background-color: rgb(213,0,31); }
div.DivClassName
{
background-color: #D5001F;
}
.BgClassName
{
background-color: #D5001F;
}
</style>
border-color css
<style>
span { border-color: #D5001F; }
span { border-color: rgb(213,0,31); }
td.TdClassName
{
border-color: #D5001F;
}
.TagClassName
{
border-color: #D5001F;
}
</style>