Shades of Venetian Red #D5071E
Tints of Venetian Red #D5071E
RGB
CMYK
RGB Variations
Color information
#D5071E (or 0xD5071E) is known color: Venetian Red. HEX triplet: D5, 07 and 1E. RGB value is (213,7,30). Sum of RGB (Red+Green+Blue) = 213+7+30=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D5071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5071E is #2AF8E1. Grayscale: #474747. Windows color (decimal): -2816226 or 1968085. OLE color: 1968085.
HSL color Cylindrical-coordinate representation of color #D5071E: hue angle of 353.3º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5071E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 30 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.16 |
| HSL | 353.3º | 0.94% | 0.43% | - |
| HSV(B) | 353.3º | 0.97% | 0.84% | - |
| XYZ | 27.75 | 14.39 | 2.54 | - |
| YUV | 71.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 30 | 0 | 0.97 | 0.86 | 0.16 | 353.3 | 0.94 | 0.43 |
| Hex | D5 | 7 | 1E | 0 | 61 | 56 | 10 | 161 | 5E | 2B |
| Octal | 325 | 7 | 36 | 0 | 141 | 126 | 20 | 541 | 136 | 53 |
| Binary | 11010101 | 111 | 11110 | 0 | 1100001 | 1010110 | 10000 | 101100001 | 1011110 | 101011 |
Color Harmonies of #D5071E
Complementary color
Monochromatic Colors of #D5071E
Black with #D5071E
Text Example
Text Example
White with #D5071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5071E; }
p { color: rgb(213,7,30); }
H1.HeaderClassName
{
color: #D5071E;
}
.AnyTagClassName
{
color: #D5071E;
}
</style>
background-color css
<style>
a { background-color: #D5071E; }
a { background-color: rgb(213,7,30); }
div.DivClassName
{
background-color: #D5071E;
}
.BgClassName
{
background-color: #D5071E;
}
</style>
border-color css
<style>
span { border-color: #D5071E; }
span { border-color: rgb(213,7,30); }
td.TdClassName
{
border-color: #D5071E;
}
.TagClassName
{
border-color: #D5071E;
}
</style>