Shades of Venetian Red #D2011C
Tints of Venetian Red #D2011C
RGB
CMYK
RGB Variations
Color information
#D2011C (or 0xD2011C) is known color: Venetian Red. HEX triplet: D2, 01 and 1C. RGB value is (210,1,28). Sum of RGB (Red+Green+Blue) = 210+1+28=239 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.87% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 210 - color contains mainly: red. Hex color #D2011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2011C is #2DFEE3. Grayscale: #424242. Windows color (decimal): -3014372 or 1835474. OLE color: 1835474.
HSL color Cylindrical-coordinate representation of color #D2011C: hue angle of 352.25º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2011C is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.18 |
| HSL | 352.25º | 0.99% | 0.41% | - |
| HSV(B) | 352.25º | 1% | 0.82% | - |
| XYZ | 26.8 | 13.81 | 2.35 | - |
| YUV | 66.57 | 106.24 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 28 | 0 | 1.00 | 0.87 | 0.18 | 352.25 | 0.99 | 0.41 |
| Hex | D2 | 1 | 1C | 0 | 64 | 57 | 12 | 160 | 63 | 29 |
| Octal | 322 | 1 | 34 | 0 | 144 | 127 | 22 | 540 | 143 | 51 |
| Binary | 11010010 | 1 | 11100 | 0 | 1100100 | 1010111 | 10010 | 101100000 | 1100011 | 101001 |
Color Harmonies of #D2011C
Complementary color
Monochromatic Colors of #D2011C
Black with #D2011C
Text Example
Text Example
White with #D2011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2011C; }
p { color: rgb(210,1,28); }
H1.HeaderClassName
{
color: #D2011C;
}
.AnyTagClassName
{
color: #D2011C;
}
</style>
background-color css
<style>
a { background-color: #D2011C; }
a { background-color: rgb(210,1,28); }
div.DivClassName
{
background-color: #D2011C;
}
.BgClassName
{
background-color: #D2011C;
}
</style>
border-color css
<style>
span { border-color: #D2011C; }
span { border-color: rgb(210,1,28); }
td.TdClassName
{
border-color: #D2011C;
}
.TagClassName
{
border-color: #D2011C;
}
</style>