Shades of Venetian Red #D60118
Tints of Venetian Red #D60118
RGB
CMYK
RGB Variations
Color information
#D60118 (or 0xD60118) is known color: Venetian Red. HEX triplet: D6, 01 and 18. RGB value is (214,1,24). Sum of RGB (Red+Green+Blue) = 214+1+24=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D60118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60118 is #29FEE7. Grayscale: #434343. Windows color (decimal): -2752232 or 1573334. OLE color: 1573334.
HSL color Cylindrical-coordinate representation of color #D60118: hue angle of 353.52º 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 #D60118 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.16 |
| HSL | 353.52º | 0.99% | 0.42% | - |
| HSV(B) | 353.52º | 1% | 0.84% | - |
| XYZ | 27.91 | 14.38 | 2.17 | - |
| YUV | 67.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 24 | 0 | 1.00 | 0.89 | 0.16 | 353.52 | 0.99 | 0.42 |
| Hex | D6 | 1 | 18 | 0 | 64 | 59 | 10 | 162 | 63 | 2A |
| Octal | 326 | 1 | 30 | 0 | 144 | 131 | 20 | 542 | 143 | 52 |
| Binary | 11010110 | 1 | 11000 | 0 | 1100100 | 1011001 | 10000 | 101100010 | 1100011 | 101010 |
Color Harmonies of #D60118
Complementary color
Monochromatic Colors of #D60118
Black with #D60118
Text Example
Text Example
White with #D60118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60118; }
p { color: rgb(214,1,24); }
H1.HeaderClassName
{
color: #D60118;
}
.AnyTagClassName
{
color: #D60118;
}
</style>
background-color css
<style>
a { background-color: #D60118; }
a { background-color: rgb(214,1,24); }
div.DivClassName
{
background-color: #D60118;
}
.BgClassName
{
background-color: #D60118;
}
</style>
border-color css
<style>
span { border-color: #D60118; }
span { border-color: rgb(214,1,24); }
td.TdClassName
{
border-color: #D60118;
}
.TagClassName
{
border-color: #D60118;
}
</style>