Shades of Venetian Red #D9050B
Tints of Venetian Red #D9050B
RGB
CMYK
RGB Variations
Color information
#D9050B (or 0xD9050B) is known color: Venetian Red. HEX triplet: D9, 05 and 0B. RGB value is (217,5,11). Sum of RGB (Red+Green+Blue) = 217+5+11=233 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.13% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 217 - color contains mainly: red. Hex color #D9050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9050B is #26FAF4. Grayscale: #454545. Windows color (decimal): -2554613 or 722393. OLE color: 722393.
HSL color Cylindrical-coordinate representation of color #D9050B: hue angle of 358.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.15 |
| HSL | 358.3º | 0.95% | 0.44% | - |
| HSV(B) | 358.3º | 0.98% | 0.85% | - |
| XYZ | 28.73 | 14.88 | 1.68 | - |
| YUV | 69.07 | 95.24 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 11 | 0 | 0.98 | 0.95 | 0.15 | 358.3 | 0.95 | 0.44 |
| Hex | D9 | 5 | B | 0 | 62 | 5F | F | 166 | 5F | 2C |
| Octal | 331 | 5 | 13 | 0 | 142 | 137 | 17 | 546 | 137 | 54 |
| Binary | 11011001 | 101 | 1011 | 0 | 1100010 | 1011111 | 1111 | 101100110 | 1011111 | 101100 |
Color Harmonies of #D9050B
Complementary color
Monochromatic Colors of #D9050B
Black with #D9050B
Text Example
Text Example
White with #D9050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9050B; }
p { color: rgb(217,5,11); }
H1.HeaderClassName
{
color: #D9050B;
}
.AnyTagClassName
{
color: #D9050B;
}
</style>
background-color css
<style>
a { background-color: #D9050B; }
a { background-color: rgb(217,5,11); }
div.DivClassName
{
background-color: #D9050B;
}
.BgClassName
{
background-color: #D9050B;
}
</style>
border-color css
<style>
span { border-color: #D9050B; }
span { border-color: rgb(217,5,11); }
td.TdClassName
{
border-color: #D9050B;
}
.TagClassName
{
border-color: #D9050B;
}
</style>