Shades of Venetian Red #D9021B
Tints of Venetian Red #D9021B
RGB
CMYK
RGB Variations
Color information
#D9021B (or 0xD9021B) is known color: Venetian Red. HEX triplet: D9, 02 and 1B. RGB value is (217,2,27). Sum of RGB (Red+Green+Blue) = 217+2+27=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D9021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9021B is #26FDE4. Grayscale: #454545. Windows color (decimal): -2555365 or 1770201. OLE color: 1770201.
HSL color Cylindrical-coordinate representation of color #D9021B: hue angle of 353.02º 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 #D9021B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.15 |
| HSL | 353.02º | 0.98% | 0.43% | - |
| HSV(B) | 353.02º | 0.99% | 0.85% | - |
| XYZ | 28.83 | 14.87 | 2.39 | - |
| YUV | 69.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 27 | 0 | 0.99 | 0.88 | 0.15 | 353.02 | 0.98 | 0.43 |
| Hex | D9 | 2 | 1B | 0 | 63 | 58 | F | 161 | 62 | 2B |
| Octal | 331 | 2 | 33 | 0 | 143 | 130 | 17 | 541 | 142 | 53 |
| Binary | 11011001 | 10 | 11011 | 0 | 1100011 | 1011000 | 1111 | 101100001 | 1100010 | 101011 |
Color Harmonies of #D9021B
Complementary color
Monochromatic Colors of #D9021B
Black with #D9021B
Text Example
Text Example
White with #D9021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9021B; }
p { color: rgb(217,2,27); }
H1.HeaderClassName
{
color: #D9021B;
}
.AnyTagClassName
{
color: #D9021B;
}
</style>
background-color css
<style>
a { background-color: #D9021B; }
a { background-color: rgb(217,2,27); }
div.DivClassName
{
background-color: #D9021B;
}
.BgClassName
{
background-color: #D9021B;
}
</style>
border-color css
<style>
span { border-color: #D9021B; }
span { border-color: rgb(217,2,27); }
td.TdClassName
{
border-color: #D9021B;
}
.TagClassName
{
border-color: #D9021B;
}
</style>