Shades of Venetian Red #D40B17
Tints of Venetian Red #D40B17
RGB
CMYK
RGB Variations
Color information
#D40B17 (or 0xD40B17) is known color: Venetian Red. HEX triplet: D4, 0B and 17. RGB value is (212,11,23). Sum of RGB (Red+Green+Blue) = 212+11+23=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40B17 is #2BF4E8. Grayscale: #484848. Windows color (decimal): -2880745 or 1510356. OLE color: 1510356.
HSL color Cylindrical-coordinate representation of color #D40B17: hue angle of 356.42º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B17 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 23 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.17 |
| HSL | 356.42º | 0.9% | 0.44% | - |
| HSV(B) | 356.42º | 0.95% | 0.83% | - |
| XYZ | 27.43 | 14.3 | 2.12 | - |
| YUV | 72.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 23 | 0 | 0.95 | 0.89 | 0.17 | 356.42 | 0.9 | 0.44 |
| Hex | D4 | B | 17 | 0 | 5F | 59 | 11 | 164 | 5A | 2C |
| Octal | 324 | 13 | 27 | 0 | 137 | 131 | 21 | 544 | 132 | 54 |
| Binary | 11010100 | 1011 | 10111 | 0 | 1011111 | 1011001 | 10001 | 101100100 | 1011010 | 101100 |
Color Harmonies of #D40B17
Complementary color
Monochromatic Colors of #D40B17
Black with #D40B17
Text Example
Text Example
White with #D40B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B17; }
p { color: rgb(212,11,23); }
H1.HeaderClassName
{
color: #D40B17;
}
.AnyTagClassName
{
color: #D40B17;
}
</style>
background-color css
<style>
a { background-color: #D40B17; }
a { background-color: rgb(212,11,23); }
div.DivClassName
{
background-color: #D40B17;
}
.BgClassName
{
background-color: #D40B17;
}
</style>
border-color css
<style>
span { border-color: #D40B17; }
span { border-color: rgb(212,11,23); }
td.TdClassName
{
border-color: #D40B17;
}
.TagClassName
{
border-color: #D40B17;
}
</style>