Shades of Venetian Red #D10314
Tints of Venetian Red #D10314
RGB
CMYK
RGB Variations
Color information
#D10314 (or 0xD10314) is known color: Venetian Red. HEX triplet: D1, 03 and 14. RGB value is (209,3,20). Sum of RGB (Red+Green+Blue) = 209+3+20=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D10314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10314 is #2EFCEB. Grayscale: #424242. Windows color (decimal): -3079404 or 1311697. OLE color: 1311697.
HSL color Cylindrical-coordinate representation of color #D10314: hue angle of 355.05º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10314 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.18 |
| HSL | 355.05º | 0.97% | 0.42% | - |
| HSV(B) | 355.05º | 0.99% | 0.82% | - |
| XYZ | 26.45 | 13.67 | 1.91 | - |
| YUV | 66.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 20 | 0 | 0.99 | 0.90 | 0.18 | 355.05 | 0.97 | 0.42 |
| Hex | D1 | 3 | 14 | 0 | 63 | 5A | 12 | 163 | 61 | 2A |
| Octal | 321 | 3 | 24 | 0 | 143 | 132 | 22 | 543 | 141 | 52 |
| Binary | 11010001 | 11 | 10100 | 0 | 1100011 | 1011010 | 10010 | 101100011 | 1100001 | 101010 |
Color Harmonies of #D10314
Complementary color
Monochromatic Colors of #D10314
Black with #D10314
Text Example
Text Example
White with #D10314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10314; }
p { color: rgb(209,3,20); }
H1.HeaderClassName
{
color: #D10314;
}
.AnyTagClassName
{
color: #D10314;
}
</style>
background-color css
<style>
a { background-color: #D10314; }
a { background-color: rgb(209,3,20); }
div.DivClassName
{
background-color: #D10314;
}
.BgClassName
{
background-color: #D10314;
}
</style>
border-color css
<style>
span { border-color: #D10314; }
span { border-color: rgb(209,3,20); }
td.TdClassName
{
border-color: #D10314;
}
.TagClassName
{
border-color: #D10314;
}
</style>