Shades of Venetian Red #D5071C
Tints of Venetian Red #D5071C
RGB
CMYK
RGB Variations
Color information
#D5071C (or 0xD5071C) is known color: Venetian Red. HEX triplet: D5, 07 and 1C. RGB value is (213,7,28). Sum of RGB (Red+Green+Blue) = 213+7+28=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D5071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5071C is #2AF8E3. Grayscale: #474747. Windows color (decimal): -2816228 or 1837013. OLE color: 1837013.
HSL color Cylindrical-coordinate representation of color #D5071C: hue angle of 353.88º 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 #D5071C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.16 |
| HSL | 353.88º | 0.94% | 0.43% | - |
| HSV(B) | 353.88º | 0.97% | 0.84% | - |
| XYZ | 27.73 | 14.38 | 2.41 | - |
| YUV | 70.99 | 103.75 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 28 | 0 | 0.97 | 0.87 | 0.16 | 353.88 | 0.94 | 0.43 |
| Hex | D5 | 7 | 1C | 0 | 61 | 57 | 10 | 162 | 5E | 2B |
| Octal | 325 | 7 | 34 | 0 | 141 | 127 | 20 | 542 | 136 | 53 |
| Binary | 11010101 | 111 | 11100 | 0 | 1100001 | 1010111 | 10000 | 101100010 | 1011110 | 101011 |
Color Harmonies of #D5071C
Complementary color
Monochromatic Colors of #D5071C
Black with #D5071C
Text Example
Text Example
White with #D5071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5071C; }
p { color: rgb(213,7,28); }
H1.HeaderClassName
{
color: #D5071C;
}
.AnyTagClassName
{
color: #D5071C;
}
</style>
background-color css
<style>
a { background-color: #D5071C; }
a { background-color: rgb(213,7,28); }
div.DivClassName
{
background-color: #D5071C;
}
.BgClassName
{
background-color: #D5071C;
}
</style>
border-color css
<style>
span { border-color: #D5071C; }
span { border-color: rgb(213,7,28); }
td.TdClassName
{
border-color: #D5071C;
}
.TagClassName
{
border-color: #D5071C;
}
</style>