Shades of Venetian Red #D00417
Tints of Venetian Red #D00417
RGB
CMYK
RGB Variations
Color information
#D00417 (or 0xD00417) is known color: Venetian Red. HEX triplet: D0, 04 and 17. RGB value is (208,4,23). Sum of RGB (Red+Green+Blue) = 208+4+23=235 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.51% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 208 - color contains mainly: red. Hex color #D00417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00417 is #2FFBE8. Grayscale: #434343. Windows color (decimal): -3144681 or 1508560. OLE color: 1508560.
HSL color Cylindrical-coordinate representation of color #D00417: hue angle of 354.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00417 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.18 |
| HSL | 354.41º | 0.96% | 0.42% | - |
| HSV(B) | 354.41º | 0.98% | 0.82% | - |
| XYZ | 26.21 | 13.56 | 2.05 | - |
| YUV | 67.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 23 | 0 | 0.98 | 0.89 | 0.18 | 354.41 | 0.96 | 0.42 |
| Hex | D0 | 4 | 17 | 0 | 62 | 59 | 12 | 162 | 60 | 2A |
| Octal | 320 | 4 | 27 | 0 | 142 | 131 | 22 | 542 | 140 | 52 |
| Binary | 11010000 | 100 | 10111 | 0 | 1100010 | 1011001 | 10010 | 101100010 | 1100000 | 101010 |
Color Harmonies of #D00417
Complementary color
Monochromatic Colors of #D00417
Black with #D00417
Text Example
Text Example
White with #D00417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00417; }
p { color: rgb(208,4,23); }
H1.HeaderClassName
{
color: #D00417;
}
.AnyTagClassName
{
color: #D00417;
}
</style>
background-color css
<style>
a { background-color: #D00417; }
a { background-color: rgb(208,4,23); }
div.DivClassName
{
background-color: #D00417;
}
.BgClassName
{
background-color: #D00417;
}
</style>
border-color css
<style>
span { border-color: #D00417; }
span { border-color: rgb(208,4,23); }
td.TdClassName
{
border-color: #D00417;
}
.TagClassName
{
border-color: #D00417;
}
</style>