Shades of Venetian Red #D10125
Tints of Venetian Red #D10125
RGB
CMYK
RGB Variations
Color information
#D10125 (or 0xD10125) is known color: Venetian Red. HEX triplet: D1, 01 and 25. RGB value is (209,1,37). Sum of RGB (Red+Green+Blue) = 209+1+37=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D10125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10125 is #2EFEDA. Grayscale: #434343. Windows color (decimal): -3079899 or 2425297. OLE color: 2425297.
HSL color Cylindrical-coordinate representation of color #D10125: hue angle of 349.62º 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 #D10125 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.18 |
| HSL | 349.62º | 0.99% | 0.41% | - |
| HSV(B) | 349.62º | 1% | 0.82% | - |
| XYZ | 26.64 | 13.71 | 2.99 | - |
| YUV | 67.3 | 110.91 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 37 | 0 | 1.00 | 0.82 | 0.18 | 349.62 | 0.99 | 0.41 |
| Hex | D1 | 1 | 25 | 0 | 64 | 52 | 12 | 15E | 63 | 29 |
| Octal | 321 | 1 | 45 | 0 | 144 | 122 | 22 | 536 | 143 | 51 |
| Binary | 11010001 | 1 | 100101 | 0 | 1100100 | 1010010 | 10010 | 101011110 | 1100011 | 101001 |
Color Harmonies of #D10125
Complementary color
Monochromatic Colors of #D10125
Black with #D10125
Text Example
Text Example
White with #D10125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10125; }
p { color: rgb(209,1,37); }
H1.HeaderClassName
{
color: #D10125;
}
.AnyTagClassName
{
color: #D10125;
}
</style>
background-color css
<style>
a { background-color: #D10125; }
a { background-color: rgb(209,1,37); }
div.DivClassName
{
background-color: #D10125;
}
.BgClassName
{
background-color: #D10125;
}
</style>
border-color css
<style>
span { border-color: #D10125; }
span { border-color: rgb(209,1,37); }
td.TdClassName
{
border-color: #D10125;
}
.TagClassName
{
border-color: #D10125;
}
</style>