Shades of Venetian Red #D10613
Tints of Venetian Red #D10613
RGB
CMYK
RGB Variations
Color information
#D10613 (or 0xD10613) is known color: Venetian Red. HEX triplet: D1, 06 and 13. RGB value is (209,6,19). Sum of RGB (Red+Green+Blue) = 209+6+19=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10613 is #2EF9EC. Grayscale: #444444. Windows color (decimal): -3078637 or 1246929. OLE color: 1246929.
HSL color Cylindrical-coordinate representation of color #D10613: hue angle of 356.16º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10613 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.18 |
| HSL | 356.16º | 0.94% | 0.42% | - |
| HSV(B) | 356.16º | 0.97% | 0.82% | - |
| XYZ | 26.48 | 13.73 | 1.87 | - |
| YUV | 68.18 | 100.25 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 19 | 0 | 0.97 | 0.91 | 0.18 | 356.16 | 0.94 | 0.42 |
| Hex | D1 | 6 | 13 | 0 | 61 | 5B | 12 | 164 | 5E | 2A |
| Octal | 321 | 6 | 23 | 0 | 141 | 133 | 22 | 544 | 136 | 52 |
| Binary | 11010001 | 110 | 10011 | 0 | 1100001 | 1011011 | 10010 | 101100100 | 1011110 | 101010 |
Color Harmonies of #D10613
Complementary color
Monochromatic Colors of #D10613
Black with #D10613
Text Example
Text Example
White with #D10613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10613; }
p { color: rgb(209,6,19); }
H1.HeaderClassName
{
color: #D10613;
}
.AnyTagClassName
{
color: #D10613;
}
</style>
background-color css
<style>
a { background-color: #D10613; }
a { background-color: rgb(209,6,19); }
div.DivClassName
{
background-color: #D10613;
}
.BgClassName
{
background-color: #D10613;
}
</style>
border-color css
<style>
span { border-color: #D10613; }
span { border-color: rgb(209,6,19); }
td.TdClassName
{
border-color: #D10613;
}
.TagClassName
{
border-color: #D10613;
}
</style>