Shades of Venetian Red #D2021F
Tints of Venetian Red #D2021F
RGB
CMYK
RGB Variations
Color information
#D2021F (or 0xD2021F) is known color: Venetian Red. HEX triplet: D2, 02 and 1F. RGB value is (210,2,31). Sum of RGB (Red+Green+Blue) = 210+2+31=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D2021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2021F is #2DFDE0. Grayscale: #434343. Windows color (decimal): -3014113 or 2032338. OLE color: 2032338.
HSL color Cylindrical-coordinate representation of color #D2021F: hue angle of 351.63º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2021F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.18 |
| HSL | 351.63º | 0.98% | 0.42% | - |
| HSV(B) | 351.63º | 0.99% | 0.82% | - |
| XYZ | 26.85 | 13.84 | 2.55 | - |
| YUV | 67.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 31 | 0 | 0.99 | 0.85 | 0.18 | 351.63 | 0.98 | 0.42 |
| Hex | D2 | 2 | 1F | 0 | 63 | 55 | 12 | 160 | 62 | 2A |
| Octal | 322 | 2 | 37 | 0 | 143 | 125 | 22 | 540 | 142 | 52 |
| Binary | 11010010 | 10 | 11111 | 0 | 1100011 | 1010101 | 10010 | 101100000 | 1100010 | 101010 |
Color Harmonies of #D2021F
Complementary color
Monochromatic Colors of #D2021F
Black with #D2021F
Text Example
Text Example
White with #D2021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2021F; }
p { color: rgb(210,2,31); }
H1.HeaderClassName
{
color: #D2021F;
}
.AnyTagClassName
{
color: #D2021F;
}
</style>
background-color css
<style>
a { background-color: #D2021F; }
a { background-color: rgb(210,2,31); }
div.DivClassName
{
background-color: #D2021F;
}
.BgClassName
{
background-color: #D2021F;
}
</style>
border-color css
<style>
span { border-color: #D2021F; }
span { border-color: rgb(210,2,31); }
td.TdClassName
{
border-color: #D2021F;
}
.TagClassName
{
border-color: #D2021F;
}
</style>