Shades of Venetian Red #D2080B
Tints of Venetian Red #D2080B
RGB
CMYK
RGB Variations
Color information
#D2080B (or 0xD2080B) is known color: Venetian Red. HEX triplet: D2, 08 and 0B. RGB value is (210,8,11). Sum of RGB (Red+Green+Blue) = 210+8+11=229 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.70% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 210 - color contains mainly: red. Hex color #D2080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2080B is #2DF7F4. Grayscale: #444444. Windows color (decimal): -3012597 or 723154. OLE color: 723154.
HSL color Cylindrical-coordinate representation of color #D2080B: hue angle of 359.11º 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 #D2080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.18 |
| HSL | 359.11º | 0.93% | 0.43% | - |
| HSV(B) | 359.11º | 0.96% | 0.82% | - |
| XYZ | 26.73 | 13.9 | 1.59 | - |
| YUV | 68.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 11 | 0 | 0.96 | 0.95 | 0.18 | 359.11 | 0.93 | 0.43 |
| Hex | D2 | 8 | B | 0 | 60 | 5F | 12 | 167 | 5D | 2B |
| Octal | 322 | 10 | 13 | 0 | 140 | 137 | 22 | 547 | 135 | 53 |
| Binary | 11010010 | 1000 | 1011 | 0 | 1100000 | 1011111 | 10010 | 101100111 | 1011101 | 101011 |
Color Harmonies of #D2080B
Complementary color
Monochromatic Colors of #D2080B
Black with #D2080B
Text Example
Text Example
White with #D2080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2080B; }
p { color: rgb(210,8,11); }
H1.HeaderClassName
{
color: #D2080B;
}
.AnyTagClassName
{
color: #D2080B;
}
</style>
background-color css
<style>
a { background-color: #D2080B; }
a { background-color: rgb(210,8,11); }
div.DivClassName
{
background-color: #D2080B;
}
.BgClassName
{
background-color: #D2080B;
}
</style>
border-color css
<style>
span { border-color: #D2080B; }
span { border-color: rgb(210,8,11); }
td.TdClassName
{
border-color: #D2080B;
}
.TagClassName
{
border-color: #D2080B;
}
</style>