Shades of Venetian Red #D10518
Tints of Venetian Red #D10518
RGB
CMYK
RGB Variations
Color information
#D10518 (or 0xD10518) is known color: Venetian Red. HEX triplet: D1, 05 and 18. RGB value is (209,5,24). Sum of RGB (Red+Green+Blue) = 209+5+24=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D10518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10518 is #2EFAE7. Grayscale: #444444. Windows color (decimal): -3078888 or 1574353. OLE color: 1574353.
HSL color Cylindrical-coordinate representation of color #D10518: hue angle of 354.41º degrees, saturation: 0.95, 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 #D10518 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.18 |
| HSL | 354.41º | 0.95% | 0.42% | - |
| HSV(B) | 354.41º | 0.98% | 0.82% | - |
| XYZ | 26.51 | 13.73 | 2.12 | - |
| YUV | 68.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 24 | 0 | 0.98 | 0.89 | 0.18 | 354.41 | 0.95 | 0.42 |
| Hex | D1 | 5 | 18 | 0 | 62 | 59 | 12 | 162 | 5F | 2A |
| Octal | 321 | 5 | 30 | 0 | 142 | 131 | 22 | 542 | 137 | 52 |
| Binary | 11010001 | 101 | 11000 | 0 | 1100010 | 1011001 | 10010 | 101100010 | 1011111 | 101010 |
Color Harmonies of #D10518
Complementary color
Monochromatic Colors of #D10518
Black with #D10518
Text Example
Text Example
White with #D10518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10518; }
p { color: rgb(209,5,24); }
H1.HeaderClassName
{
color: #D10518;
}
.AnyTagClassName
{
color: #D10518;
}
</style>
background-color css
<style>
a { background-color: #D10518; }
a { background-color: rgb(209,5,24); }
div.DivClassName
{
background-color: #D10518;
}
.BgClassName
{
background-color: #D10518;
}
</style>
border-color css
<style>
span { border-color: #D10518; }
span { border-color: rgb(209,5,24); }
td.TdClassName
{
border-color: #D10518;
}
.TagClassName
{
border-color: #D10518;
}
</style>