Shades of Venetian Red #D60915
Tints of Venetian Red #D60915
RGB
CMYK
RGB Variations
Color information
#D60915 (or 0xD60915) is known color: Venetian Red. HEX triplet: D6, 09 and 15. RGB value is (214,9,21). Sum of RGB (Red+Green+Blue) = 214+9+21=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D60915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60915 is #29F6EA. Grayscale: #474747. Windows color (decimal): -2750187 or 1378774. OLE color: 1378774.
HSL color Cylindrical-coordinate representation of color #D60915: hue angle of 356.49º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60915 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.16 |
| HSL | 356.49º | 0.92% | 0.44% | - |
| HSV(B) | 356.49º | 0.96% | 0.84% | - |
| XYZ | 27.96 | 14.55 | 2.04 | - |
| YUV | 71.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 21 | 0 | 0.96 | 0.90 | 0.16 | 356.49 | 0.92 | 0.44 |
| Hex | D6 | 9 | 15 | 0 | 60 | 5A | 10 | 164 | 5C | 2C |
| Octal | 326 | 11 | 25 | 0 | 140 | 132 | 20 | 544 | 134 | 54 |
| Binary | 11010110 | 1001 | 10101 | 0 | 1100000 | 1011010 | 10000 | 101100100 | 1011100 | 101100 |
Color Harmonies of #D60915
Complementary color
Monochromatic Colors of #D60915
Black with #D60915
Text Example
Text Example
White with #D60915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60915; }
p { color: rgb(214,9,21); }
H1.HeaderClassName
{
color: #D60915;
}
.AnyTagClassName
{
color: #D60915;
}
</style>
background-color css
<style>
a { background-color: #D60915; }
a { background-color: rgb(214,9,21); }
div.DivClassName
{
background-color: #D60915;
}
.BgClassName
{
background-color: #D60915;
}
</style>
border-color css
<style>
span { border-color: #D60915; }
span { border-color: rgb(214,9,21); }
td.TdClassName
{
border-color: #D60915;
}
.TagClassName
{
border-color: #D60915;
}
</style>