Shades of Venetian Red #D7030D
Tints of Venetian Red #D7030D
RGB
CMYK
RGB Variations
Color information
#D7030D (or 0xD7030D) is known color: Venetian Red. HEX triplet: D7, 03 and 0D. RGB value is (215,3,13). Sum of RGB (Red+Green+Blue) = 215+3+13=231 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.07% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 215 - color contains mainly: red. Hex color #D7030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7030D is #28FCF2. Grayscale: #434343. Windows color (decimal): -2686195 or 852951. OLE color: 852951.
HSL color Cylindrical-coordinate representation of color #D7030D: hue angle of 357.17º 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 #D7030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.16 |
| HSL | 357.17º | 0.97% | 0.43% | - |
| HSV(B) | 357.17º | 0.99% | 0.84% | - |
| XYZ | 28.13 | 14.54 | 1.7 | - |
| YUV | 67.53 | 97.24 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 13 | 0 | 0.99 | 0.94 | 0.16 | 357.17 | 0.97 | 0.43 |
| Hex | D7 | 3 | D | 0 | 63 | 5E | 10 | 165 | 61 | 2B |
| Octal | 327 | 3 | 15 | 0 | 143 | 136 | 20 | 545 | 141 | 53 |
| Binary | 11010111 | 11 | 1101 | 0 | 1100011 | 1011110 | 10000 | 101100101 | 1100001 | 101011 |
Color Harmonies of #D7030D
Complementary color
Monochromatic Colors of #D7030D
Black with #D7030D
Text Example
Text Example
White with #D7030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7030D; }
p { color: rgb(215,3,13); }
H1.HeaderClassName
{
color: #D7030D;
}
.AnyTagClassName
{
color: #D7030D;
}
</style>
background-color css
<style>
a { background-color: #D7030D; }
a { background-color: rgb(215,3,13); }
div.DivClassName
{
background-color: #D7030D;
}
.BgClassName
{
background-color: #D7030D;
}
</style>
border-color css
<style>
span { border-color: #D7030D; }
span { border-color: rgb(215,3,13); }
td.TdClassName
{
border-color: #D7030D;
}
.TagClassName
{
border-color: #D7030D;
}
</style>