Shades of Venetian Red #D1040D
Tints of Venetian Red #D1040D
RGB
CMYK
RGB Variations
Color information
#D1040D (or 0xD1040D) is known color: Venetian Red. HEX triplet: D1, 04 and 0D. RGB value is (209,4,13). Sum of RGB (Red+Green+Blue) = 209+4+13=226 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.48% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 209 - color contains mainly: red. Hex color #D1040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1040D is #2EFBF2. Grayscale: #424242. Windows color (decimal): -3079155 or 853201. OLE color: 853201.
HSL color Cylindrical-coordinate representation of color #D1040D: hue angle of 357.37º 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 #D1040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.18 |
| HSL | 357.37º | 0.96% | 0.42% | - |
| HSV(B) | 357.37º | 0.98% | 0.82% | - |
| XYZ | 26.41 | 13.67 | 1.63 | - |
| YUV | 66.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 13 | 0 | 0.98 | 0.94 | 0.18 | 357.37 | 0.96 | 0.42 |
| Hex | D1 | 4 | D | 0 | 62 | 5E | 12 | 165 | 60 | 2A |
| Octal | 321 | 4 | 15 | 0 | 142 | 136 | 22 | 545 | 140 | 52 |
| Binary | 11010001 | 100 | 1101 | 0 | 1100010 | 1011110 | 10010 | 101100101 | 1100000 | 101010 |
Color Harmonies of #D1040D
Complementary color
Monochromatic Colors of #D1040D
Black with #D1040D
Text Example
Text Example
White with #D1040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1040D; }
p { color: rgb(209,4,13); }
H1.HeaderClassName
{
color: #D1040D;
}
.AnyTagClassName
{
color: #D1040D;
}
</style>
background-color css
<style>
a { background-color: #D1040D; }
a { background-color: rgb(209,4,13); }
div.DivClassName
{
background-color: #D1040D;
}
.BgClassName
{
background-color: #D1040D;
}
</style>
border-color css
<style>
span { border-color: #D1040D; }
span { border-color: rgb(209,4,13); }
td.TdClassName
{
border-color: #D1040D;
}
.TagClassName
{
border-color: #D1040D;
}
</style>