Shades of Venetian Red #D2080F
Tints of Venetian Red #D2080F
RGB
CMYK
RGB Variations
Color information
#D2080F (or 0xD2080F) is known color: Venetian Red. HEX triplet: D2, 08 and 0F. RGB value is (210,8,15). Sum of RGB (Red+Green+Blue) = 210+8+15=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D2080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2080F is #2DF7F0. Grayscale: #454545. Windows color (decimal): -3012593 or 985298. OLE color: 985298.
HSL color Cylindrical-coordinate representation of color #D2080F: hue angle of 357.92º 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 #D2080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.18 |
| HSL | 357.92º | 0.93% | 0.43% | - |
| HSV(B) | 357.92º | 0.96% | 0.82% | - |
| XYZ | 26.75 | 13.91 | 1.73 | - |
| YUV | 69.2 | 97.42 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 15 | 0 | 0.96 | 0.93 | 0.18 | 357.92 | 0.93 | 0.43 |
| Hex | D2 | 8 | F | 0 | 60 | 5D | 12 | 166 | 5D | 2B |
| Octal | 322 | 10 | 17 | 0 | 140 | 135 | 22 | 546 | 135 | 53 |
| Binary | 11010010 | 1000 | 1111 | 0 | 1100000 | 1011101 | 10010 | 101100110 | 1011101 | 101011 |
Color Harmonies of #D2080F
Complementary color
Monochromatic Colors of #D2080F
Black with #D2080F
Text Example
Text Example
White with #D2080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2080F; }
p { color: rgb(210,8,15); }
H1.HeaderClassName
{
color: #D2080F;
}
.AnyTagClassName
{
color: #D2080F;
}
</style>
background-color css
<style>
a { background-color: #D2080F; }
a { background-color: rgb(210,8,15); }
div.DivClassName
{
background-color: #D2080F;
}
.BgClassName
{
background-color: #D2080F;
}
</style>
border-color css
<style>
span { border-color: #D2080F; }
span { border-color: rgb(210,8,15); }
td.TdClassName
{
border-color: #D2080F;
}
.TagClassName
{
border-color: #D2080F;
}
</style>