Shades of Venetian Red #D60115
Tints of Venetian Red #D60115
RGB
CMYK
RGB Variations
Color information
#D60115 (or 0xD60115) is known color: Venetian Red. HEX triplet: D6, 01 and 15. RGB value is (214,1,21). Sum of RGB (Red+Green+Blue) = 214+1+21=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D60115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60115 is #29FEEA. Grayscale: #434343. Windows color (decimal): -2752235 or 1376726. OLE color: 1376726.
HSL color Cylindrical-coordinate representation of color #D60115: hue angle of 354.37º 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 #D60115 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.16 |
| HSL | 354.37º | 0.99% | 0.42% | - |
| HSV(B) | 354.37º | 1% | 0.84% | - |
| XYZ | 27.88 | 14.37 | 2.01 | - |
| YUV | 66.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 21 | 0 | 1.00 | 0.90 | 0.16 | 354.37 | 0.99 | 0.42 |
| Hex | D6 | 1 | 15 | 0 | 64 | 5A | 10 | 162 | 63 | 2A |
| Octal | 326 | 1 | 25 | 0 | 144 | 132 | 20 | 542 | 143 | 52 |
| Binary | 11010110 | 1 | 10101 | 0 | 1100100 | 1011010 | 10000 | 101100010 | 1100011 | 101010 |
Color Harmonies of #D60115
Complementary color
Monochromatic Colors of #D60115
Black with #D60115
Text Example
Text Example
White with #D60115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60115; }
p { color: rgb(214,1,21); }
H1.HeaderClassName
{
color: #D60115;
}
.AnyTagClassName
{
color: #D60115;
}
</style>
background-color css
<style>
a { background-color: #D60115; }
a { background-color: rgb(214,1,21); }
div.DivClassName
{
background-color: #D60115;
}
.BgClassName
{
background-color: #D60115;
}
</style>
border-color css
<style>
span { border-color: #D60115; }
span { border-color: rgb(214,1,21); }
td.TdClassName
{
border-color: #D60115;
}
.TagClassName
{
border-color: #D60115;
}
</style>