Shades of Venetian Red #D7030E
Tints of Venetian Red #D7030E
RGB
CMYK
RGB Variations
Color information
#D7030E (or 0xD7030E) is known color: Venetian Red. HEX triplet: D7, 03 and 0E. RGB value is (215,3,14). Sum of RGB (Red+Green+Blue) = 215+3+14=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D7030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7030E is #28FCF1. Grayscale: #434343. Windows color (decimal): -2686194 or 918487. OLE color: 918487.
HSL color Cylindrical-coordinate representation of color #D7030E: hue angle of 356.89º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7030E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.16 |
| HSL | 356.89º | 0.97% | 0.43% | - |
| HSV(B) | 356.89º | 0.99% | 0.84% | - |
| XYZ | 28.14 | 14.54 | 1.74 | - |
| YUV | 67.64 | 97.74 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 14 | 0 | 0.99 | 0.93 | 0.16 | 356.89 | 0.97 | 0.43 |
| Hex | D7 | 3 | E | 0 | 63 | 5D | 10 | 165 | 61 | 2B |
| Octal | 327 | 3 | 16 | 0 | 143 | 135 | 20 | 545 | 141 | 53 |
| Binary | 11010111 | 11 | 1110 | 0 | 1100011 | 1011101 | 10000 | 101100101 | 1100001 | 101011 |
Color Harmonies of #D7030E
Complementary color
Monochromatic Colors of #D7030E
Black with #D7030E
Text Example
Text Example
White with #D7030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7030E; }
p { color: rgb(215,3,14); }
H1.HeaderClassName
{
color: #D7030E;
}
.AnyTagClassName
{
color: #D7030E;
}
</style>
background-color css
<style>
a { background-color: #D7030E; }
a { background-color: rgb(215,3,14); }
div.DivClassName
{
background-color: #D7030E;
}
.BgClassName
{
background-color: #D7030E;
}
</style>
border-color css
<style>
span { border-color: #D7030E; }
span { border-color: rgb(215,3,14); }
td.TdClassName
{
border-color: #D7030E;
}
.TagClassName
{
border-color: #D7030E;
}
</style>