Shades of Venetian Red #D70819
Tints of Venetian Red #D70819
RGB
CMYK
RGB Variations
Color information
#D70819 (or 0xD70819) is known color: Venetian Red. HEX triplet: D7, 08 and 19. RGB value is (215,8,25). Sum of RGB (Red+Green+Blue) = 215+8+25=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D70819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70819 is #28F7E6. Grayscale: #474747. Windows color (decimal): -2684903 or 1640663. OLE color: 1640663.
HSL color Cylindrical-coordinate representation of color #D70819: hue angle of 355.07º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70819 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.16 |
| HSL | 355.07º | 0.93% | 0.44% | - |
| HSV(B) | 355.07º | 0.96% | 0.84% | - |
| XYZ | 28.29 | 14.69 | 2.26 | - |
| YUV | 71.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 25 | 0 | 0.96 | 0.88 | 0.16 | 355.07 | 0.93 | 0.44 |
| Hex | D7 | 8 | 19 | 0 | 60 | 58 | 10 | 163 | 5D | 2C |
| Octal | 327 | 10 | 31 | 0 | 140 | 130 | 20 | 543 | 135 | 54 |
| Binary | 11010111 | 1000 | 11001 | 0 | 1100000 | 1011000 | 10000 | 101100011 | 1011101 | 101100 |
Color Harmonies of #D70819
Complementary color
Monochromatic Colors of #D70819
Black with #D70819
Text Example
Text Example
White with #D70819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70819; }
p { color: rgb(215,8,25); }
H1.HeaderClassName
{
color: #D70819;
}
.AnyTagClassName
{
color: #D70819;
}
</style>
background-color css
<style>
a { background-color: #D70819; }
a { background-color: rgb(215,8,25); }
div.DivClassName
{
background-color: #D70819;
}
.BgClassName
{
background-color: #D70819;
}
</style>
border-color css
<style>
span { border-color: #D70819; }
span { border-color: rgb(215,8,25); }
td.TdClassName
{
border-color: #D70819;
}
.TagClassName
{
border-color: #D70819;
}
</style>