Shades of Venetian Red #D2051C
Tints of Venetian Red #D2051C
RGB
CMYK
RGB Variations
Color information
#D2051C (or 0xD2051C) is known color: Venetian Red. HEX triplet: D2, 05 and 1C. RGB value is (210,5,28). Sum of RGB (Red+Green+Blue) = 210+5+28=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D2051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2051C is #2DFAE3. Grayscale: #454545. Windows color (decimal): -3013348 or 1836498. OLE color: 1836498.
HSL color Cylindrical-coordinate representation of color #D2051C: hue angle of 353.27º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2051C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.18 |
| HSL | 353.27º | 0.95% | 0.42% | - |
| HSV(B) | 353.27º | 0.98% | 0.82% | - |
| XYZ | 26.84 | 13.89 | 2.37 | - |
| YUV | 68.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 28 | 0 | 0.98 | 0.87 | 0.18 | 353.27 | 0.95 | 0.42 |
| Hex | D2 | 5 | 1C | 0 | 62 | 57 | 12 | 161 | 5F | 2A |
| Octal | 322 | 5 | 34 | 0 | 142 | 127 | 22 | 541 | 137 | 52 |
| Binary | 11010010 | 101 | 11100 | 0 | 1100010 | 1010111 | 10010 | 101100001 | 1011111 | 101010 |
Color Harmonies of #D2051C
Complementary color
Monochromatic Colors of #D2051C
Black with #D2051C
Text Example
Text Example
White with #D2051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2051C; }
p { color: rgb(210,5,28); }
H1.HeaderClassName
{
color: #D2051C;
}
.AnyTagClassName
{
color: #D2051C;
}
</style>
background-color css
<style>
a { background-color: #D2051C; }
a { background-color: rgb(210,5,28); }
div.DivClassName
{
background-color: #D2051C;
}
.BgClassName
{
background-color: #D2051C;
}
</style>
border-color css
<style>
span { border-color: #D2051C; }
span { border-color: rgb(210,5,28); }
td.TdClassName
{
border-color: #D2051C;
}
.TagClassName
{
border-color: #D2051C;
}
</style>