Shades of Venetian Red #D9041C
Tints of Venetian Red #D9041C
RGB
CMYK
RGB Variations
Color information
#D9041C (or 0xD9041C) is known color: Venetian Red. HEX triplet: D9, 04 and 1C. RGB value is (217,4,28). Sum of RGB (Red+Green+Blue) = 217+4+28=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D9041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9041C is #26FBE3. Grayscale: #464646. Windows color (decimal): -2554852 or 1836249. OLE color: 1836249.
HSL color Cylindrical-coordinate representation of color #D9041C: hue angle of 353.24º 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 #D9041C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.15 |
| HSL | 353.24º | 0.96% | 0.43% | - |
| HSV(B) | 353.24º | 0.98% | 0.85% | - |
| XYZ | 28.87 | 14.92 | 2.46 | - |
| YUV | 70.42 | 104.07 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 28 | 0 | 0.98 | 0.87 | 0.15 | 353.24 | 0.96 | 0.43 |
| Hex | D9 | 4 | 1C | 0 | 62 | 57 | F | 161 | 60 | 2B |
| Octal | 331 | 4 | 34 | 0 | 142 | 127 | 17 | 541 | 140 | 53 |
| Binary | 11011001 | 100 | 11100 | 0 | 1100010 | 1010111 | 1111 | 101100001 | 1100000 | 101011 |
Color Harmonies of #D9041C
Complementary color
Monochromatic Colors of #D9041C
Black with #D9041C
Text Example
Text Example
White with #D9041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9041C; }
p { color: rgb(217,4,28); }
H1.HeaderClassName
{
color: #D9041C;
}
.AnyTagClassName
{
color: #D9041C;
}
</style>
background-color css
<style>
a { background-color: #D9041C; }
a { background-color: rgb(217,4,28); }
div.DivClassName
{
background-color: #D9041C;
}
.BgClassName
{
background-color: #D9041C;
}
</style>
border-color css
<style>
span { border-color: #D9041C; }
span { border-color: rgb(217,4,28); }
td.TdClassName
{
border-color: #D9041C;
}
.TagClassName
{
border-color: #D9041C;
}
</style>