Shades of Venetian Red #D20125
Tints of Venetian Red #D20125
RGB
CMYK
RGB Variations
Color information
#D20125 (or 0xD20125) is known color: Venetian Red. HEX triplet: D2, 01 and 25. RGB value is (210,1,37). Sum of RGB (Red+Green+Blue) = 210+1+37=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D20125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20125 is #2DFEDA. Grayscale: #434343. Windows color (decimal): -3014363 or 2425298. OLE color: 2425298.
HSL color Cylindrical-coordinate representation of color #D20125: hue angle of 349.67º 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 #D20125 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.18 |
| HSL | 349.67º | 0.99% | 0.41% | - |
| HSV(B) | 349.67º | 1% | 0.82% | - |
| XYZ | 26.92 | 13.86 | 3.01 | - |
| YUV | 67.6 | 110.74 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 37 | 0 | 1.00 | 0.82 | 0.18 | 349.67 | 0.99 | 0.41 |
| Hex | D2 | 1 | 25 | 0 | 64 | 52 | 12 | 15E | 63 | 29 |
| Octal | 322 | 1 | 45 | 0 | 144 | 122 | 22 | 536 | 143 | 51 |
| Binary | 11010010 | 1 | 100101 | 0 | 1100100 | 1010010 | 10010 | 101011110 | 1100011 | 101001 |
Color Harmonies of #D20125
Complementary color
Monochromatic Colors of #D20125
Black with #D20125
Text Example
Text Example
White with #D20125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20125; }
p { color: rgb(210,1,37); }
H1.HeaderClassName
{
color: #D20125;
}
.AnyTagClassName
{
color: #D20125;
}
</style>
background-color css
<style>
a { background-color: #D20125; }
a { background-color: rgb(210,1,37); }
div.DivClassName
{
background-color: #D20125;
}
.BgClassName
{
background-color: #D20125;
}
</style>
border-color css
<style>
span { border-color: #D20125; }
span { border-color: rgb(210,1,37); }
td.TdClassName
{
border-color: #D20125;
}
.TagClassName
{
border-color: #D20125;
}
</style>