Shades of Venetian Red #D2021C
Tints of Venetian Red #D2021C
RGB
CMYK
RGB Variations
Color information
#D2021C (or 0xD2021C) is known color: Venetian Red. HEX triplet: D2, 02 and 1C. RGB value is (210,2,28). Sum of RGB (Red+Green+Blue) = 210+2+28=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D2021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2021C is #2DFDE3. Grayscale: #434343. Windows color (decimal): -3014116 or 1835730. OLE color: 1835730.
HSL color Cylindrical-coordinate representation of color #D2021C: hue angle of 352.5º 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 #D2021C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.18 |
| HSL | 352.5º | 0.98% | 0.42% | - |
| HSV(B) | 352.5º | 0.99% | 0.82% | - |
| XYZ | 26.81 | 13.83 | 2.35 | - |
| YUV | 67.16 | 105.91 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 28 | 0 | 0.99 | 0.87 | 0.18 | 352.5 | 0.98 | 0.42 |
| Hex | D2 | 2 | 1C | 0 | 63 | 57 | 12 | 160 | 62 | 2A |
| Octal | 322 | 2 | 34 | 0 | 143 | 127 | 22 | 540 | 142 | 52 |
| Binary | 11010010 | 10 | 11100 | 0 | 1100011 | 1010111 | 10010 | 101100000 | 1100010 | 101010 |
Color Harmonies of #D2021C
Complementary color
Monochromatic Colors of #D2021C
Black with #D2021C
Text Example
Text Example
White with #D2021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2021C; }
p { color: rgb(210,2,28); }
H1.HeaderClassName
{
color: #D2021C;
}
.AnyTagClassName
{
color: #D2021C;
}
</style>
background-color css
<style>
a { background-color: #D2021C; }
a { background-color: rgb(210,2,28); }
div.DivClassName
{
background-color: #D2021C;
}
.BgClassName
{
background-color: #D2021C;
}
</style>
border-color css
<style>
span { border-color: #D2021C; }
span { border-color: rgb(210,2,28); }
td.TdClassName
{
border-color: #D2021C;
}
.TagClassName
{
border-color: #D2021C;
}
</style>