Shades of Venetian Red #D8021B
Tints of Venetian Red #D8021B
RGB
CMYK
RGB Variations
Color information
#D8021B (or 0xD8021B) is known color: Venetian Red. HEX triplet: D8, 02 and 1B. RGB value is (216,2,27). Sum of RGB (Red+Green+Blue) = 216+2+27=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D8021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8021B is #27FDE4. Grayscale: #444444. Windows color (decimal): -2620901 or 1770200. OLE color: 1770200.
HSL color Cylindrical-coordinate representation of color #D8021B: hue angle of 352.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8021B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.15 |
| HSL | 352.99º | 0.98% | 0.43% | - |
| HSV(B) | 352.99º | 0.99% | 0.85% | - |
| XYZ | 28.54 | 14.72 | 2.37 | - |
| YUV | 68.84 | 104.4 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 27 | 0 | 0.99 | 0.88 | 0.15 | 352.99 | 0.98 | 0.43 |
| Hex | D8 | 2 | 1B | 0 | 63 | 58 | F | 161 | 62 | 2B |
| Octal | 330 | 2 | 33 | 0 | 143 | 130 | 17 | 541 | 142 | 53 |
| Binary | 11011000 | 10 | 11011 | 0 | 1100011 | 1011000 | 1111 | 101100001 | 1100010 | 101011 |
Color Harmonies of #D8021B
Complementary color
Monochromatic Colors of #D8021B
Black with #D8021B
Text Example
Text Example
White with #D8021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8021B; }
p { color: rgb(216,2,27); }
H1.HeaderClassName
{
color: #D8021B;
}
.AnyTagClassName
{
color: #D8021B;
}
</style>
background-color css
<style>
a { background-color: #D8021B; }
a { background-color: rgb(216,2,27); }
div.DivClassName
{
background-color: #D8021B;
}
.BgClassName
{
background-color: #D8021B;
}
</style>
border-color css
<style>
span { border-color: #D8021B; }
span { border-color: rgb(216,2,27); }
td.TdClassName
{
border-color: #D8021B;
}
.TagClassName
{
border-color: #D8021B;
}
</style>