Shades of Venetian Red #D1040B
Tints of Venetian Red #D1040B
RGB
CMYK
RGB Variations
Color information
#D1040B (or 0xD1040B) is known color: Venetian Red. HEX triplet: D1, 04 and 0B. RGB value is (209,4,11). Sum of RGB (Red+Green+Blue) = 209+4+11=224 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.30% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 209 - color contains mainly: red. Hex color #D1040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1040B is #2EFBF4. Grayscale: #424242. Windows color (decimal): -3079157 or 722129. OLE color: 722129.
HSL color Cylindrical-coordinate representation of color #D1040B: hue angle of 357.95º 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 #D1040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.18 |
| HSL | 357.95º | 0.96% | 0.42% | - |
| HSV(B) | 357.95º | 0.98% | 0.82% | - |
| XYZ | 26.4 | 13.67 | 1.56 | - |
| YUV | 66.09 | 96.92 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 11 | 0 | 0.98 | 0.95 | 0.18 | 357.95 | 0.96 | 0.42 |
| Hex | D1 | 4 | B | 0 | 62 | 5F | 12 | 166 | 60 | 2A |
| Octal | 321 | 4 | 13 | 0 | 142 | 137 | 22 | 546 | 140 | 52 |
| Binary | 11010001 | 100 | 1011 | 0 | 1100010 | 1011111 | 10010 | 101100110 | 1100000 | 101010 |
Color Harmonies of #D1040B
Complementary color
Monochromatic Colors of #D1040B
Black with #D1040B
Text Example
Text Example
White with #D1040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1040B; }
p { color: rgb(209,4,11); }
H1.HeaderClassName
{
color: #D1040B;
}
.AnyTagClassName
{
color: #D1040B;
}
</style>
background-color css
<style>
a { background-color: #D1040B; }
a { background-color: rgb(209,4,11); }
div.DivClassName
{
background-color: #D1040B;
}
.BgClassName
{
background-color: #D1040B;
}
</style>
border-color css
<style>
span { border-color: #D1040B; }
span { border-color: rgb(209,4,11); }
td.TdClassName
{
border-color: #D1040B;
}
.TagClassName
{
border-color: #D1040B;
}
</style>