Shades of Venetian Red #D00D19
Tints of Venetian Red #D00D19
RGB
CMYK
RGB Variations
Color information
#D00D19 (or 0xD00D19) is known color: Venetian Red. HEX triplet: D0, 0D and 19. RGB value is (208,13,25). Sum of RGB (Red+Green+Blue) = 208+13+25=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D19 is #2FF2E6. Grayscale: #484848. Windows color (decimal): -3142375 or 1641936. OLE color: 1641936.
HSL color Cylindrical-coordinate representation of color #D00D19: hue angle of 356.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D19 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 25 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.18 |
| HSL | 356.31º | 0.88% | 0.43% | - |
| HSV(B) | 356.31º | 0.94% | 0.82% | - |
| XYZ | 26.33 | 13.77 | 2.19 | - |
| YUV | 72.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 25 | 0 | 0.94 | 0.88 | 0.18 | 356.31 | 0.88 | 0.43 |
| Hex | D0 | D | 19 | 0 | 5E | 58 | 12 | 164 | 58 | 2B |
| Octal | 320 | 15 | 31 | 0 | 136 | 130 | 22 | 544 | 130 | 53 |
| Binary | 11010000 | 1101 | 11001 | 0 | 1011110 | 1011000 | 10010 | 101100100 | 1011000 | 101011 |
Color Harmonies of #D00D19
Complementary color
Monochromatic Colors of #D00D19
Black with #D00D19
Text Example
Text Example
White with #D00D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D19; }
p { color: rgb(208,13,25); }
H1.HeaderClassName
{
color: #D00D19;
}
.AnyTagClassName
{
color: #D00D19;
}
</style>
background-color css
<style>
a { background-color: #D00D19; }
a { background-color: rgb(208,13,25); }
div.DivClassName
{
background-color: #D00D19;
}
.BgClassName
{
background-color: #D00D19;
}
</style>
border-color css
<style>
span { border-color: #D00D19; }
span { border-color: rgb(208,13,25); }
td.TdClassName
{
border-color: #D00D19;
}
.TagClassName
{
border-color: #D00D19;
}
</style>