Shades of Venetian Red #D1040C
Tints of Venetian Red #D1040C
RGB
CMYK
RGB Variations
Color information
#D1040C (or 0xD1040C) is known color: Venetian Red. HEX triplet: D1, 04 and 0C. RGB value is (209,4,12). Sum of RGB (Red+Green+Blue) = 209+4+12=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D1040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1040C is #2EFBF3. Grayscale: #424242. Windows color (decimal): -3079156 or 787665. OLE color: 787665.
HSL color Cylindrical-coordinate representation of color #D1040C: hue angle of 357.66º 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 #D1040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.18 |
| HSL | 357.66º | 0.96% | 0.42% | - |
| HSV(B) | 357.66º | 0.98% | 0.82% | - |
| XYZ | 26.4 | 13.67 | 1.59 | - |
| YUV | 66.21 | 97.42 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 12 | 0 | 0.98 | 0.94 | 0.18 | 357.66 | 0.96 | 0.42 |
| Hex | D1 | 4 | C | 0 | 62 | 5E | 12 | 166 | 60 | 2A |
| Octal | 321 | 4 | 14 | 0 | 142 | 136 | 22 | 546 | 140 | 52 |
| Binary | 11010001 | 100 | 1100 | 0 | 1100010 | 1011110 | 10010 | 101100110 | 1100000 | 101010 |
Color Harmonies of #D1040C
Complementary color
Monochromatic Colors of #D1040C
Black with #D1040C
Text Example
Text Example
White with #D1040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1040C; }
p { color: rgb(209,4,12); }
H1.HeaderClassName
{
color: #D1040C;
}
.AnyTagClassName
{
color: #D1040C;
}
</style>
background-color css
<style>
a { background-color: #D1040C; }
a { background-color: rgb(209,4,12); }
div.DivClassName
{
background-color: #D1040C;
}
.BgClassName
{
background-color: #D1040C;
}
</style>
border-color css
<style>
span { border-color: #D1040C; }
span { border-color: rgb(209,4,12); }
td.TdClassName
{
border-color: #D1040C;
}
.TagClassName
{
border-color: #D1040C;
}
</style>