Shades of Venetian Red #D5020B
Tints of Venetian Red #D5020B
RGB
CMYK
RGB Variations
Color information
#D5020B (or 0xD5020B) is known color: Venetian Red. HEX triplet: D5, 02 and 0B. RGB value is (213,2,11). Sum of RGB (Red+Green+Blue) = 213+2+11=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D5020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5020B is #2AFDF4. Grayscale: #424242. Windows color (decimal): -2817525 or 721621. OLE color: 721621.
HSL color Cylindrical-coordinate representation of color #D5020B: hue angle of 357.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.16 |
| HSL | 357.44º | 0.98% | 0.42% | - |
| HSV(B) | 357.44º | 0.99% | 0.84% | - |
| XYZ | 27.52 | 14.21 | 1.61 | - |
| YUV | 66.12 | 96.9 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 11 | 0 | 0.99 | 0.95 | 0.16 | 357.44 | 0.98 | 0.42 |
| Hex | D5 | 2 | B | 0 | 63 | 5F | 10 | 165 | 62 | 2A |
| Octal | 325 | 2 | 13 | 0 | 143 | 137 | 20 | 545 | 142 | 52 |
| Binary | 11010101 | 10 | 1011 | 0 | 1100011 | 1011111 | 10000 | 101100101 | 1100010 | 101010 |
Color Harmonies of #D5020B
Complementary color
Monochromatic Colors of #D5020B
Black with #D5020B
Text Example
Text Example
White with #D5020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5020B; }
p { color: rgb(213,2,11); }
H1.HeaderClassName
{
color: #D5020B;
}
.AnyTagClassName
{
color: #D5020B;
}
</style>
background-color css
<style>
a { background-color: #D5020B; }
a { background-color: rgb(213,2,11); }
div.DivClassName
{
background-color: #D5020B;
}
.BgClassName
{
background-color: #D5020B;
}
</style>
border-color css
<style>
span { border-color: #D5020B; }
span { border-color: rgb(213,2,11); }
td.TdClassName
{
border-color: #D5020B;
}
.TagClassName
{
border-color: #D5020B;
}
</style>