Shades of Venetian Red #D1070C
Tints of Venetian Red #D1070C
RGB
CMYK
RGB Variations
Color information
#D1070C (or 0xD1070C) is known color: Venetian Red. HEX triplet: D1, 07 and 0C. RGB value is (209,7,12). Sum of RGB (Red+Green+Blue) = 209+7+12=228 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.67% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 209 - color contains mainly: red. Hex color #D1070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1070C is #2EF8F3. Grayscale: #444444. Windows color (decimal): -3078388 or 788433. OLE color: 788433.
HSL color Cylindrical-coordinate representation of color #D1070C: hue angle of 358.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1070C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.18 |
| HSL | 358.51º | 0.94% | 0.42% | - |
| HSV(B) | 358.51º | 0.97% | 0.82% | - |
| XYZ | 26.44 | 13.73 | 1.61 | - |
| YUV | 67.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 12 | 0 | 0.97 | 0.94 | 0.18 | 358.51 | 0.94 | 0.42 |
| Hex | D1 | 7 | C | 0 | 61 | 5E | 12 | 167 | 5E | 2A |
| Octal | 321 | 7 | 14 | 0 | 141 | 136 | 22 | 547 | 136 | 52 |
| Binary | 11010001 | 111 | 1100 | 0 | 1100001 | 1011110 | 10010 | 101100111 | 1011110 | 101010 |
Color Harmonies of #D1070C
Complementary color
Monochromatic Colors of #D1070C
Black with #D1070C
Text Example
Text Example
White with #D1070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1070C; }
p { color: rgb(209,7,12); }
H1.HeaderClassName
{
color: #D1070C;
}
.AnyTagClassName
{
color: #D1070C;
}
</style>
background-color css
<style>
a { background-color: #D1070C; }
a { background-color: rgb(209,7,12); }
div.DivClassName
{
background-color: #D1070C;
}
.BgClassName
{
background-color: #D1070C;
}
</style>
border-color css
<style>
span { border-color: #D1070C; }
span { border-color: rgb(209,7,12); }
td.TdClassName
{
border-color: #D1070C;
}
.TagClassName
{
border-color: #D1070C;
}
</style>