Shades of Venetian Red #D9041B
Tints of Venetian Red #D9041B
RGB
CMYK
RGB Variations
Color information
#D9041B (or 0xD9041B) is known color: Venetian Red. HEX triplet: D9, 04 and 1B. RGB value is (217,4,27). Sum of RGB (Red+Green+Blue) = 217+4+27=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D9041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9041B is #26FBE4. Grayscale: #464646. Windows color (decimal): -2554853 or 1770713. OLE color: 1770713.
HSL color Cylindrical-coordinate representation of color #D9041B: hue angle of 353.52º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9041B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.15 |
| HSL | 353.52º | 0.96% | 0.43% | - |
| HSV(B) | 353.52º | 0.98% | 0.85% | - |
| XYZ | 28.86 | 14.92 | 2.4 | - |
| YUV | 70.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 27 | 0 | 0.98 | 0.88 | 0.15 | 353.52 | 0.96 | 0.43 |
| Hex | D9 | 4 | 1B | 0 | 62 | 58 | F | 162 | 60 | 2B |
| Octal | 331 | 4 | 33 | 0 | 142 | 130 | 17 | 542 | 140 | 53 |
| Binary | 11011001 | 100 | 11011 | 0 | 1100010 | 1011000 | 1111 | 101100010 | 1100000 | 101011 |
Color Harmonies of #D9041B
Complementary color
Monochromatic Colors of #D9041B
Black with #D9041B
Text Example
Text Example
White with #D9041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9041B; }
p { color: rgb(217,4,27); }
H1.HeaderClassName
{
color: #D9041B;
}
.AnyTagClassName
{
color: #D9041B;
}
</style>
background-color css
<style>
a { background-color: #D9041B; }
a { background-color: rgb(217,4,27); }
div.DivClassName
{
background-color: #D9041B;
}
.BgClassName
{
background-color: #D9041B;
}
</style>
border-color css
<style>
span { border-color: #D9041B; }
span { border-color: rgb(217,4,27); }
td.TdClassName
{
border-color: #D9041B;
}
.TagClassName
{
border-color: #D9041B;
}
</style>