Shades of Venetian Red #D60319
Tints of Venetian Red #D60319
RGB
CMYK
RGB Variations
Color information
#D60319 (or 0xD60319) is known color: Venetian Red. HEX triplet: D6, 03 and 19. RGB value is (214,3,25). Sum of RGB (Red+Green+Blue) = 214+3+25=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D60319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60319 is #29FCE6. Grayscale: #444444. Windows color (decimal): -2751719 or 1639382. OLE color: 1639382.
HSL color Cylindrical-coordinate representation of color #D60319: hue angle of 353.74º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60319 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.16 |
| HSL | 353.74º | 0.97% | 0.43% | - |
| HSV(B) | 353.74º | 0.99% | 0.84% | - |
| XYZ | 27.94 | 14.43 | 2.23 | - |
| YUV | 68.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 25 | 0 | 0.99 | 0.88 | 0.16 | 353.74 | 0.97 | 0.43 |
| Hex | D6 | 3 | 19 | 0 | 63 | 58 | 10 | 162 | 61 | 2B |
| Octal | 326 | 3 | 31 | 0 | 143 | 130 | 20 | 542 | 141 | 53 |
| Binary | 11010110 | 11 | 11001 | 0 | 1100011 | 1011000 | 10000 | 101100010 | 1100001 | 101011 |
Color Harmonies of #D60319
Complementary color
Monochromatic Colors of #D60319
Black with #D60319
Text Example
Text Example
White with #D60319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60319; }
p { color: rgb(214,3,25); }
H1.HeaderClassName
{
color: #D60319;
}
.AnyTagClassName
{
color: #D60319;
}
</style>
background-color css
<style>
a { background-color: #D60319; }
a { background-color: rgb(214,3,25); }
div.DivClassName
{
background-color: #D60319;
}
.BgClassName
{
background-color: #D60319;
}
</style>
border-color css
<style>
span { border-color: #D60319; }
span { border-color: rgb(214,3,25); }
td.TdClassName
{
border-color: #D60319;
}
.TagClassName
{
border-color: #D60319;
}
</style>