Shades of Venetian Red #D1021B
Tints of Venetian Red #D1021B
RGB
CMYK
RGB Variations
Color information
#D1021B (or 0xD1021B) is known color: Venetian Red. HEX triplet: D1, 02 and 1B. RGB value is (209,2,27). Sum of RGB (Red+Green+Blue) = 209+2+27=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D1021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1021B is #2EFDE4. Grayscale: #424242. Windows color (decimal): -3079653 or 1770193. OLE color: 1770193.
HSL color Cylindrical-coordinate representation of color #D1021B: hue angle of 352.75º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1021B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.18 |
| HSL | 352.75º | 0.98% | 0.41% | - |
| HSV(B) | 352.75º | 0.99% | 0.82% | - |
| XYZ | 26.51 | 13.68 | 2.28 | - |
| YUV | 66.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 27 | 0 | 0.99 | 0.87 | 0.18 | 352.75 | 0.98 | 0.41 |
| Hex | D1 | 2 | 1B | 0 | 63 | 57 | 12 | 161 | 62 | 29 |
| Octal | 321 | 2 | 33 | 0 | 143 | 127 | 22 | 541 | 142 | 51 |
| Binary | 11010001 | 10 | 11011 | 0 | 1100011 | 1010111 | 10010 | 101100001 | 1100010 | 101001 |
Color Harmonies of #D1021B
Complementary color
Monochromatic Colors of #D1021B
Black with #D1021B
Text Example
Text Example
White with #D1021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1021B; }
p { color: rgb(209,2,27); }
H1.HeaderClassName
{
color: #D1021B;
}
.AnyTagClassName
{
color: #D1021B;
}
</style>
background-color css
<style>
a { background-color: #D1021B; }
a { background-color: rgb(209,2,27); }
div.DivClassName
{
background-color: #D1021B;
}
.BgClassName
{
background-color: #D1021B;
}
</style>
border-color css
<style>
span { border-color: #D1021B; }
span { border-color: rgb(209,2,27); }
td.TdClassName
{
border-color: #D1021B;
}
.TagClassName
{
border-color: #D1021B;
}
</style>