Shades of Venetian Red #D1050D
Tints of Venetian Red #D1050D
RGB
CMYK
RGB Variations
Color information
#D1050D (or 0xD1050D) is known color: Venetian Red. HEX triplet: D1, 05 and 0D. RGB value is (209,5,13). Sum of RGB (Red+Green+Blue) = 209+5+13=227 (30% of max value = 765). Red value is 209 (82.03% from 255 or 92.07% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 209 - color contains mainly: red. Hex color #D1050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1050D is #2EFAF2. Grayscale: #434343. Windows color (decimal): -3078899 or 853457. OLE color: 853457.
HSL color Cylindrical-coordinate representation of color #D1050D: hue angle of 357.65º degrees, saturation: 0.95, 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 #D1050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.18 |
| HSL | 357.65º | 0.95% | 0.42% | - |
| HSV(B) | 357.65º | 0.98% | 0.82% | - |
| XYZ | 26.42 | 13.69 | 1.63 | - |
| YUV | 66.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 13 | 0 | 0.98 | 0.94 | 0.18 | 357.65 | 0.95 | 0.42 |
| Hex | D1 | 5 | D | 0 | 62 | 5E | 12 | 166 | 5F | 2A |
| Octal | 321 | 5 | 15 | 0 | 142 | 136 | 22 | 546 | 137 | 52 |
| Binary | 11010001 | 101 | 1101 | 0 | 1100010 | 1011110 | 10010 | 101100110 | 1011111 | 101010 |
Color Harmonies of #D1050D
Complementary color
Monochromatic Colors of #D1050D
Black with #D1050D
Text Example
Text Example
White with #D1050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1050D; }
p { color: rgb(209,5,13); }
H1.HeaderClassName
{
color: #D1050D;
}
.AnyTagClassName
{
color: #D1050D;
}
</style>
background-color css
<style>
a { background-color: #D1050D; }
a { background-color: rgb(209,5,13); }
div.DivClassName
{
background-color: #D1050D;
}
.BgClassName
{
background-color: #D1050D;
}
</style>
border-color css
<style>
span { border-color: #D1050D; }
span { border-color: rgb(209,5,13); }
td.TdClassName
{
border-color: #D1050D;
}
.TagClassName
{
border-color: #D1050D;
}
</style>