Shades of Venetian Red #D70114
Tints of Venetian Red #D70114
RGB
CMYK
RGB Variations
Color information
#D70114 (or 0xD70114) is known color: Venetian Red. HEX triplet: D7, 01 and 14. RGB value is (215,1,20). Sum of RGB (Red+Green+Blue) = 215+1+20=236 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.10% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 215 - color contains mainly: red. Hex color #D70114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70114 is #28FEEB. Grayscale: #434343. Windows color (decimal): -2686700 or 1311191. OLE color: 1311191.
HSL color Cylindrical-coordinate representation of color #D70114: hue angle of 354.67º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70114 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 20 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.16 |
| HSL | 354.67º | 0.99% | 0.42% | - |
| HSV(B) | 354.67º | 1% | 0.84% | - |
| XYZ | 28.16 | 14.52 | 1.98 | - |
| YUV | 67.15 | 101.4 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 20 | 0 | 1.00 | 0.91 | 0.16 | 354.67 | 0.99 | 0.42 |
| Hex | D7 | 1 | 14 | 0 | 64 | 5B | 10 | 163 | 63 | 2A |
| Octal | 327 | 1 | 24 | 0 | 144 | 133 | 20 | 543 | 143 | 52 |
| Binary | 11010111 | 1 | 10100 | 0 | 1100100 | 1011011 | 10000 | 101100011 | 1100011 | 101010 |
Color Harmonies of #D70114
Complementary color
Monochromatic Colors of #D70114
Black with #D70114
Text Example
Text Example
White with #D70114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70114; }
p { color: rgb(215,1,20); }
H1.HeaderClassName
{
color: #D70114;
}
.AnyTagClassName
{
color: #D70114;
}
</style>
background-color css
<style>
a { background-color: #D70114; }
a { background-color: rgb(215,1,20); }
div.DivClassName
{
background-color: #D70114;
}
.BgClassName
{
background-color: #D70114;
}
</style>
border-color css
<style>
span { border-color: #D70114; }
span { border-color: rgb(215,1,20); }
td.TdClassName
{
border-color: #D70114;
}
.TagClassName
{
border-color: #D70114;
}
</style>