Shades of Venetian Red #D7030F
Tints of Venetian Red #D7030F
RGB
CMYK
RGB Variations
Color information
#D7030F (or 0xD7030F) is known color: Venetian Red. HEX triplet: D7, 03 and 0F. RGB value is (215,3,15). Sum of RGB (Red+Green+Blue) = 215+3+15=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D7030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7030F is #28FCF0. Grayscale: #434343. Windows color (decimal): -2686193 or 984023. OLE color: 984023.
HSL color Cylindrical-coordinate representation of color #D7030F: hue angle of 356.6º 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 #D7030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.16 |
| HSL | 356.6º | 0.97% | 0.43% | - |
| HSV(B) | 356.6º | 0.99% | 0.84% | - |
| XYZ | 28.14 | 14.55 | 1.78 | - |
| YUV | 67.76 | 98.24 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 15 | 0 | 0.99 | 0.93 | 0.16 | 356.6 | 0.97 | 0.43 |
| Hex | D7 | 3 | F | 0 | 63 | 5D | 10 | 165 | 61 | 2B |
| Octal | 327 | 3 | 17 | 0 | 143 | 135 | 20 | 545 | 141 | 53 |
| Binary | 11010111 | 11 | 1111 | 0 | 1100011 | 1011101 | 10000 | 101100101 | 1100001 | 101011 |
Color Harmonies of #D7030F
Complementary color
Monochromatic Colors of #D7030F
Black with #D7030F
Text Example
Text Example
White with #D7030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7030F; }
p { color: rgb(215,3,15); }
H1.HeaderClassName
{
color: #D7030F;
}
.AnyTagClassName
{
color: #D7030F;
}
</style>
background-color css
<style>
a { background-color: #D7030F; }
a { background-color: rgb(215,3,15); }
div.DivClassName
{
background-color: #D7030F;
}
.BgClassName
{
background-color: #D7030F;
}
</style>
border-color css
<style>
span { border-color: #D7030F; }
span { border-color: rgb(215,3,15); }
td.TdClassName
{
border-color: #D7030F;
}
.TagClassName
{
border-color: #D7030F;
}
</style>