Shades of Venetian Red #D10419
Tints of Venetian Red #D10419
RGB
CMYK
RGB Variations
Color information
#D10419 (or 0xD10419) is known color: Venetian Red. HEX triplet: D1, 04 and 19. RGB value is (209,4,25). Sum of RGB (Red+Green+Blue) = 209+4+25=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D10419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10419 is #2EFBE6. Grayscale: #434343. Windows color (decimal): -3079143 or 1639633. OLE color: 1639633.
HSL color Cylindrical-coordinate representation of color #D10419: hue angle of 353.85º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10419 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.18 |
| HSL | 353.85º | 0.96% | 0.42% | - |
| HSV(B) | 353.85º | 0.98% | 0.82% | - |
| XYZ | 26.51 | 13.71 | 2.17 | - |
| YUV | 67.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 25 | 0 | 0.98 | 0.88 | 0.18 | 353.85 | 0.96 | 0.42 |
| Hex | D1 | 4 | 19 | 0 | 62 | 58 | 12 | 162 | 60 | 2A |
| Octal | 321 | 4 | 31 | 0 | 142 | 130 | 22 | 542 | 140 | 52 |
| Binary | 11010001 | 100 | 11001 | 0 | 1100010 | 1011000 | 10010 | 101100010 | 1100000 | 101010 |
Color Harmonies of #D10419
Complementary color
Monochromatic Colors of #D10419
Black with #D10419
Text Example
Text Example
White with #D10419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10419; }
p { color: rgb(209,4,25); }
H1.HeaderClassName
{
color: #D10419;
}
.AnyTagClassName
{
color: #D10419;
}
</style>
background-color css
<style>
a { background-color: #D10419; }
a { background-color: rgb(209,4,25); }
div.DivClassName
{
background-color: #D10419;
}
.BgClassName
{
background-color: #D10419;
}
</style>
border-color css
<style>
span { border-color: #D10419; }
span { border-color: rgb(209,4,25); }
td.TdClassName
{
border-color: #D10419;
}
.TagClassName
{
border-color: #D10419;
}
</style>