Shades of Venetian Red #D30411
Tints of Venetian Red #D30411
RGB
CMYK
RGB Variations
Color information
#D30411 (or 0xD30411) is known color: Venetian Red. HEX triplet: D3, 04 and 11. RGB value is (211,4,17). Sum of RGB (Red+Green+Blue) = 211+4+17=232 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.95% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 211 - color contains mainly: red. Hex color #D30411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30411 is #2CFBEE. Grayscale: #434343. Windows color (decimal): -2948079 or 1115347. OLE color: 1115347.
HSL color Cylindrical-coordinate representation of color #D30411: hue angle of 356.23º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30411 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.17 |
| HSL | 356.23º | 0.96% | 0.42% | - |
| HSV(B) | 356.23º | 0.98% | 0.83% | - |
| XYZ | 27.01 | 13.98 | 1.8 | - |
| YUV | 67.38 | 99.58 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 17 | 0 | 0.98 | 0.92 | 0.17 | 356.23 | 0.96 | 0.42 |
| Hex | D3 | 4 | 11 | 0 | 62 | 5C | 11 | 164 | 60 | 2A |
| Octal | 323 | 4 | 21 | 0 | 142 | 134 | 21 | 544 | 140 | 52 |
| Binary | 11010011 | 100 | 10001 | 0 | 1100010 | 1011100 | 10001 | 101100100 | 1100000 | 101010 |
Color Harmonies of #D30411
Complementary color
Monochromatic Colors of #D30411
Black with #D30411
Text Example
Text Example
White with #D30411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30411; }
p { color: rgb(211,4,17); }
H1.HeaderClassName
{
color: #D30411;
}
.AnyTagClassName
{
color: #D30411;
}
</style>
background-color css
<style>
a { background-color: #D30411; }
a { background-color: rgb(211,4,17); }
div.DivClassName
{
background-color: #D30411;
}
.BgClassName
{
background-color: #D30411;
}
</style>
border-color css
<style>
span { border-color: #D30411; }
span { border-color: rgb(211,4,17); }
td.TdClassName
{
border-color: #D30411;
}
.TagClassName
{
border-color: #D30411;
}
</style>