Shades of Venetian Red #D60112
Tints of Venetian Red #D60112
RGB
CMYK
RGB Variations
Color information
#D60112 (or 0xD60112) is known color: Venetian Red. HEX triplet: D6, 01 and 12. RGB value is (214,1,18). Sum of RGB (Red+Green+Blue) = 214+1+18=233 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.85% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 214 - color contains mainly: red. Hex color #D60112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60112 is #29FEED. Grayscale: #424242. Windows color (decimal): -2752238 or 1180118. OLE color: 1180118.
HSL color Cylindrical-coordinate representation of color #D60112: hue angle of 355.21º 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 #D60112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.16 |
| HSL | 355.21º | 0.99% | 0.42% | - |
| HSV(B) | 355.21º | 1% | 0.84% | - |
| XYZ | 27.85 | 14.36 | 1.88 | - |
| YUV | 66.63 | 100.57 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 18 | 0 | 1.00 | 0.92 | 0.16 | 355.21 | 0.99 | 0.42 |
| Hex | D6 | 1 | 12 | 0 | 64 | 5C | 10 | 163 | 63 | 2A |
| Octal | 326 | 1 | 22 | 0 | 144 | 134 | 20 | 543 | 143 | 52 |
| Binary | 11010110 | 1 | 10010 | 0 | 1100100 | 1011100 | 10000 | 101100011 | 1100011 | 101010 |
Color Harmonies of #D60112
Complementary color
Monochromatic Colors of #D60112
Black with #D60112
Text Example
Text Example
White with #D60112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60112; }
p { color: rgb(214,1,18); }
H1.HeaderClassName
{
color: #D60112;
}
.AnyTagClassName
{
color: #D60112;
}
</style>
background-color css
<style>
a { background-color: #D60112; }
a { background-color: rgb(214,1,18); }
div.DivClassName
{
background-color: #D60112;
}
.BgClassName
{
background-color: #D60112;
}
</style>
border-color css
<style>
span { border-color: #D60112; }
span { border-color: rgb(214,1,18); }
td.TdClassName
{
border-color: #D60112;
}
.TagClassName
{
border-color: #D60112;
}
</style>