Shades of Venetian Red #D2080C
Tints of Venetian Red #D2080C
RGB
CMYK
RGB Variations
Color information
#D2080C (or 0xD2080C) is known color: Venetian Red. HEX triplet: D2, 08 and 0C. RGB value is (210,8,12). Sum of RGB (Red+Green+Blue) = 210+8+12=230 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.30% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 210 - color contains mainly: red. Hex color #D2080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2080C is #2DF7F3. Grayscale: #454545. Windows color (decimal): -3012596 or 788690. OLE color: 788690.
HSL color Cylindrical-coordinate representation of color #D2080C: hue angle of 358.81º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.18 |
| HSL | 358.81º | 0.93% | 0.43% | - |
| HSV(B) | 358.81º | 0.96% | 0.82% | - |
| XYZ | 26.73 | 13.9 | 1.62 | - |
| YUV | 68.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 12 | 0 | 0.96 | 0.94 | 0.18 | 358.81 | 0.93 | 0.43 |
| Hex | D2 | 8 | C | 0 | 60 | 5E | 12 | 167 | 5D | 2B |
| Octal | 322 | 10 | 14 | 0 | 140 | 136 | 22 | 547 | 135 | 53 |
| Binary | 11010010 | 1000 | 1100 | 0 | 1100000 | 1011110 | 10010 | 101100111 | 1011101 | 101011 |
Color Harmonies of #D2080C
Complementary color
Monochromatic Colors of #D2080C
Black with #D2080C
Text Example
Text Example
White with #D2080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2080C; }
p { color: rgb(210,8,12); }
H1.HeaderClassName
{
color: #D2080C;
}
.AnyTagClassName
{
color: #D2080C;
}
</style>
background-color css
<style>
a { background-color: #D2080C; }
a { background-color: rgb(210,8,12); }
div.DivClassName
{
background-color: #D2080C;
}
.BgClassName
{
background-color: #D2080C;
}
</style>
border-color css
<style>
span { border-color: #D2080C; }
span { border-color: rgb(210,8,12); }
td.TdClassName
{
border-color: #D2080C;
}
.TagClassName
{
border-color: #D2080C;
}
</style>