Shades of Venetian Red #D00117
Tints of Venetian Red #D00117
RGB
CMYK
RGB Variations
Color information
#D00117 (or 0xD00117) is known color: Venetian Red. HEX triplet: D0, 01 and 17. RGB value is (208,1,23). Sum of RGB (Red+Green+Blue) = 208+1+23=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00117 is #2FFEE8. Grayscale: #414141. Windows color (decimal): -3145449 or 1507792. OLE color: 1507792.
HSL color Cylindrical-coordinate representation of color #D00117: hue angle of 353.62º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00117 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 23 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.18 |
| HSL | 353.62º | 0.99% | 0.41% | - |
| HSV(B) | 353.62º | 1% | 0.82% | - |
| XYZ | 26.18 | 13.49 | 2.04 | - |
| YUV | 65.4 | 104.08 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 23 | 0 | 1.00 | 0.89 | 0.18 | 353.62 | 0.99 | 0.41 |
| Hex | D0 | 1 | 17 | 0 | 64 | 59 | 12 | 162 | 63 | 29 |
| Octal | 320 | 1 | 27 | 0 | 144 | 131 | 22 | 542 | 143 | 51 |
| Binary | 11010000 | 1 | 10111 | 0 | 1100100 | 1011001 | 10010 | 101100010 | 1100011 | 101001 |
Color Harmonies of #D00117
Complementary color
Monochromatic Colors of #D00117
Black with #D00117
Text Example
Text Example
White with #D00117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00117; }
p { color: rgb(208,1,23); }
H1.HeaderClassName
{
color: #D00117;
}
.AnyTagClassName
{
color: #D00117;
}
</style>
background-color css
<style>
a { background-color: #D00117; }
a { background-color: rgb(208,1,23); }
div.DivClassName
{
background-color: #D00117;
}
.BgClassName
{
background-color: #D00117;
}
</style>
border-color css
<style>
span { border-color: #D00117; }
span { border-color: rgb(208,1,23); }
td.TdClassName
{
border-color: #D00117;
}
.TagClassName
{
border-color: #D00117;
}
</style>