Shades of Venetian Red #D70021
Tints of Venetian Red #D70021
RGB
CMYK
RGB Variations
Color information
#D70021 (or 0xD70021) is known color: Venetian Red. HEX triplet: D7, 00 and 21. RGB value is (215,0,33). Sum of RGB (Red+Green+Blue) = 215+0+33=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D70021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70021 is #28FFDE. Grayscale: #444444. Windows color (decimal): -2686943 or 2162903. OLE color: 2162903.
HSL color Cylindrical-coordinate representation of color #D70021: hue angle of 350.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70021 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.85 | 0.16 |
| HSL | 350.79º | 1% | 0.42% | - |
| HSV(B) | 350.79º | 1% | 0.84% | - |
| XYZ | 28.3 | 14.56 | 2.76 | - |
| YUV | 68.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 33 | 0 | 1 | 0.85 | 0.16 | 350.79 | 1 | 0.42 |
| Hex | D7 | 0 | 21 | 0 | 64 | 55 | 10 | 15F | 64 | 2A |
| Octal | 327 | 0 | 41 | 0 | 144 | 125 | 20 | 537 | 144 | 52 |
| Binary | 11010111 | 0 | 100001 | 0 | 1100100 | 1010101 | 10000 | 101011111 | 1100100 | 101010 |
Color Harmonies of #D70021
Complementary color
Monochromatic Colors of #D70021
Black with #D70021
Text Example
Text Example
White with #D70021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70021; }
p { color: rgb(215,0,33); }
H1.HeaderClassName
{
color: #D70021;
}
.AnyTagClassName
{
color: #D70021;
}
</style>
background-color css
<style>
a { background-color: #D70021; }
a { background-color: rgb(215,0,33); }
div.DivClassName
{
background-color: #D70021;
}
.BgClassName
{
background-color: #D70021;
}
</style>
border-color css
<style>
span { border-color: #D70021; }
span { border-color: rgb(215,0,33); }
td.TdClassName
{
border-color: #D70021;
}
.TagClassName
{
border-color: #D70021;
}
</style>