Shades of Venetian Red #D20124
Tints of Venetian Red #D20124
RGB
CMYK
RGB Variations
Color information
#D20124 (or 0xD20124) is known color: Venetian Red. HEX triplet: D2, 01 and 24. RGB value is (210,1,36). Sum of RGB (Red+Green+Blue) = 210+1+36=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D20124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20124 is #2DFEDB. Grayscale: #434343. Windows color (decimal): -3014364 or 2359762. OLE color: 2359762.
HSL color Cylindrical-coordinate representation of color #D20124: hue angle of 349.95º 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 #D20124 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 36 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.18 |
| HSL | 349.95º | 0.99% | 0.41% | - |
| HSV(B) | 349.95º | 1% | 0.82% | - |
| XYZ | 26.91 | 13.85 | 2.92 | - |
| YUV | 67.48 | 110.24 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 36 | 0 | 1.00 | 0.83 | 0.18 | 349.95 | 0.99 | 0.41 |
| Hex | D2 | 1 | 24 | 0 | 64 | 53 | 12 | 15E | 63 | 29 |
| Octal | 322 | 1 | 44 | 0 | 144 | 123 | 22 | 536 | 143 | 51 |
| Binary | 11010010 | 1 | 100100 | 0 | 1100100 | 1010011 | 10010 | 101011110 | 1100011 | 101001 |
Color Harmonies of #D20124
Complementary color
Monochromatic Colors of #D20124
Black with #D20124
Text Example
Text Example
White with #D20124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20124; }
p { color: rgb(210,1,36); }
H1.HeaderClassName
{
color: #D20124;
}
.AnyTagClassName
{
color: #D20124;
}
</style>
background-color css
<style>
a { background-color: #D20124; }
a { background-color: rgb(210,1,36); }
div.DivClassName
{
background-color: #D20124;
}
.BgClassName
{
background-color: #D20124;
}
</style>
border-color css
<style>
span { border-color: #D20124; }
span { border-color: rgb(210,1,36); }
td.TdClassName
{
border-color: #D20124;
}
.TagClassName
{
border-color: #D20124;
}
</style>