Shades of Venetian Red #D30010
Tints of Venetian Red #D30010
RGB
CMYK
RGB Variations
Color information
#D30010 (or 0xD30010) is known color: Venetian Red. HEX triplet: D3, 00 and 10. RGB value is (211,0,16). Sum of RGB (Red+Green+Blue) = 211+0+16=227 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.95% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 211 - color contains mainly: red. Hex color #D30010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30010 is #2CFFEF. Grayscale: #414141. Windows color (decimal): -2949104 or 1048787. OLE color: 1048787.
HSL color Cylindrical-coordinate representation of color #D30010: hue angle of 355.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.92 | 0.17 |
| HSL | 355.45º | 1% | 0.41% | - |
| HSV(B) | 355.45º | 1% | 0.83% | - |
| XYZ | 26.96 | 13.89 | 1.75 | - |
| YUV | 64.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 16 | 0 | 1 | 0.92 | 0.17 | 355.45 | 1 | 0.41 |
| Hex | D3 | 0 | 10 | 0 | 64 | 5C | 11 | 163 | 64 | 29 |
| Octal | 323 | 0 | 20 | 0 | 144 | 134 | 21 | 543 | 144 | 51 |
| Binary | 11010011 | 0 | 10000 | 0 | 1100100 | 1011100 | 10001 | 101100011 | 1100100 | 101001 |
Color Harmonies of #D30010
Complementary color
Monochromatic Colors of #D30010
Black with #D30010
Text Example
Text Example
White with #D30010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30010; }
p { color: rgb(211,0,16); }
H1.HeaderClassName
{
color: #D30010;
}
.AnyTagClassName
{
color: #D30010;
}
</style>
background-color css
<style>
a { background-color: #D30010; }
a { background-color: rgb(211,0,16); }
div.DivClassName
{
background-color: #D30010;
}
.BgClassName
{
background-color: #D30010;
}
</style>
border-color css
<style>
span { border-color: #D30010; }
span { border-color: rgb(211,0,16); }
td.TdClassName
{
border-color: #D30010;
}
.TagClassName
{
border-color: #D30010;
}
</style>