Shades of Venetian Red #D10326
Tints of Venetian Red #D10326
RGB
CMYK
RGB Variations
Color information
#D10326 (or 0xD10326) is known color: Venetian Red. HEX triplet: D1, 03 and 26. RGB value is (209,3,38). Sum of RGB (Red+Green+Blue) = 209+3+38=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10326 is #2EFCD9. Grayscale: #444444. Windows color (decimal): -3079386 or 2491345. OLE color: 2491345.
HSL color Cylindrical-coordinate representation of color #D10326: hue angle of 349.81º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10326 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.18 |
| HSL | 349.81º | 0.97% | 0.42% | - |
| HSV(B) | 349.81º | 0.99% | 0.82% | - |
| XYZ | 26.68 | 13.76 | 3.08 | - |
| YUV | 68.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 38 | 0 | 0.99 | 0.82 | 0.18 | 349.81 | 0.97 | 0.42 |
| Hex | D1 | 3 | 26 | 0 | 63 | 52 | 12 | 15E | 61 | 2A |
| Octal | 321 | 3 | 46 | 0 | 143 | 122 | 22 | 536 | 141 | 52 |
| Binary | 11010001 | 11 | 100110 | 0 | 1100011 | 1010010 | 10010 | 101011110 | 1100001 | 101010 |
Color Harmonies of #D10326
Complementary color
Monochromatic Colors of #D10326
Black with #D10326
Text Example
Text Example
White with #D10326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10326; }
p { color: rgb(209,3,38); }
H1.HeaderClassName
{
color: #D10326;
}
.AnyTagClassName
{
color: #D10326;
}
</style>
background-color css
<style>
a { background-color: #D10326; }
a { background-color: rgb(209,3,38); }
div.DivClassName
{
background-color: #D10326;
}
.BgClassName
{
background-color: #D10326;
}
</style>
border-color css
<style>
span { border-color: #D10326; }
span { border-color: rgb(209,3,38); }
td.TdClassName
{
border-color: #D10326;
}
.TagClassName
{
border-color: #D10326;
}
</style>