Shades of Venetian Red #D30610
Tints of Venetian Red #D30610
RGB
CMYK
RGB Variations
Color information
#D30610 (or 0xD30610) is known color: Venetian Red. HEX triplet: D3, 06 and 10. RGB value is (211,6,16). Sum of RGB (Red+Green+Blue) = 211+6+16=233 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.56% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 211 - color contains mainly: red. Hex color #D30610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30610 is #2CF9EF. Grayscale: #444444. Windows color (decimal): -2947568 or 1050323. OLE color: 1050323.
HSL color Cylindrical-coordinate representation of color #D30610: hue angle of 357.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.17 |
| HSL | 357.07º | 0.94% | 0.43% | - |
| HSV(B) | 357.07º | 0.97% | 0.83% | - |
| XYZ | 27.02 | 14.02 | 1.77 | - |
| YUV | 68.44 | 98.42 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 16 | 0 | 0.97 | 0.92 | 0.17 | 357.07 | 0.94 | 0.43 |
| Hex | D3 | 6 | 10 | 0 | 61 | 5C | 11 | 165 | 5E | 2B |
| Octal | 323 | 6 | 20 | 0 | 141 | 134 | 21 | 545 | 136 | 53 |
| Binary | 11010011 | 110 | 10000 | 0 | 1100001 | 1011100 | 10001 | 101100101 | 1011110 | 101011 |
Color Harmonies of #D30610
Complementary color
Monochromatic Colors of #D30610
Black with #D30610
Text Example
Text Example
White with #D30610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30610; }
p { color: rgb(211,6,16); }
H1.HeaderClassName
{
color: #D30610;
}
.AnyTagClassName
{
color: #D30610;
}
</style>
background-color css
<style>
a { background-color: #D30610; }
a { background-color: rgb(211,6,16); }
div.DivClassName
{
background-color: #D30610;
}
.BgClassName
{
background-color: #D30610;
}
</style>
border-color css
<style>
span { border-color: #D30610; }
span { border-color: rgb(211,6,16); }
td.TdClassName
{
border-color: #D30610;
}
.TagClassName
{
border-color: #D30610;
}
</style>