Shades of Venetian Red #D00A19
Tints of Venetian Red #D00A19
RGB
CMYK
RGB Variations
Color information
#D00A19 (or 0xD00A19) is known color: Venetian Red. HEX triplet: D0, 0A and 19. RGB value is (208,10,25). Sum of RGB (Red+Green+Blue) = 208+10+25=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A19 is #2FF5E6. Grayscale: #474747. Windows color (decimal): -3143143 or 1641168. OLE color: 1641168.
HSL color Cylindrical-coordinate representation of color #D00A19: hue angle of 355.45º 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 #D00A19 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 25 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.18 |
| HSL | 355.45º | 0.91% | 0.43% | - |
| HSV(B) | 355.45º | 0.95% | 0.82% | - |
| XYZ | 26.3 | 13.7 | 2.18 | - |
| YUV | 70.91 | 102.1 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 25 | 0 | 0.95 | 0.88 | 0.18 | 355.45 | 0.91 | 0.43 |
| Hex | D0 | A | 19 | 0 | 5F | 58 | 12 | 163 | 5B | 2B |
| Octal | 320 | 12 | 31 | 0 | 137 | 130 | 22 | 543 | 133 | 53 |
| Binary | 11010000 | 1010 | 11001 | 0 | 1011111 | 1011000 | 10010 | 101100011 | 1011011 | 101011 |
Color Harmonies of #D00A19
Complementary color
Monochromatic Colors of #D00A19
Black with #D00A19
Text Example
Text Example
White with #D00A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A19; }
p { color: rgb(208,10,25); }
H1.HeaderClassName
{
color: #D00A19;
}
.AnyTagClassName
{
color: #D00A19;
}
</style>
background-color css
<style>
a { background-color: #D00A19; }
a { background-color: rgb(208,10,25); }
div.DivClassName
{
background-color: #D00A19;
}
.BgClassName
{
background-color: #D00A19;
}
</style>
border-color css
<style>
span { border-color: #D00A19; }
span { border-color: rgb(208,10,25); }
td.TdClassName
{
border-color: #D00A19;
}
.TagClassName
{
border-color: #D00A19;
}
</style>