Shades of Venetian Red #D00A17
Tints of Venetian Red #D00A17
RGB
CMYK
RGB Variations
Color information
#D00A17 (or 0xD00A17) is known color: Venetian Red. HEX triplet: D0, 0A and 17. RGB value is (208,10,23). Sum of RGB (Red+Green+Blue) = 208+10+23=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A17 is #2FF5E8. Grayscale: #464646. Windows color (decimal): -3143145 or 1510096. OLE color: 1510096.
HSL color Cylindrical-coordinate representation of color #D00A17: hue angle of 356.06º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A17 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 23 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.18 |
| HSL | 356.06º | 0.91% | 0.43% | - |
| HSV(B) | 356.06º | 0.95% | 0.82% | - |
| XYZ | 26.28 | 13.69 | 2.07 | - |
| YUV | 70.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 23 | 0 | 0.95 | 0.89 | 0.18 | 356.06 | 0.91 | 0.43 |
| Hex | D0 | A | 17 | 0 | 5F | 59 | 12 | 164 | 5B | 2B |
| Octal | 320 | 12 | 27 | 0 | 137 | 131 | 22 | 544 | 133 | 53 |
| Binary | 11010000 | 1010 | 10111 | 0 | 1011111 | 1011001 | 10010 | 101100100 | 1011011 | 101011 |
Color Harmonies of #D00A17
Complementary color
Monochromatic Colors of #D00A17
Black with #D00A17
Text Example
Text Example
White with #D00A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A17; }
p { color: rgb(208,10,23); }
H1.HeaderClassName
{
color: #D00A17;
}
.AnyTagClassName
{
color: #D00A17;
}
</style>
background-color css
<style>
a { background-color: #D00A17; }
a { background-color: rgb(208,10,23); }
div.DivClassName
{
background-color: #D00A17;
}
.BgClassName
{
background-color: #D00A17;
}
</style>
border-color css
<style>
span { border-color: #D00A17; }
span { border-color: rgb(208,10,23); }
td.TdClassName
{
border-color: #D00A17;
}
.TagClassName
{
border-color: #D00A17;
}
</style>