Shades of Venetian Red #D70319
Tints of Venetian Red #D70319
RGB
CMYK
RGB Variations
Color information
#D70319 (or 0xD70319) is known color: Venetian Red. HEX triplet: D7, 03 and 19. RGB value is (215,3,25). Sum of RGB (Red+Green+Blue) = 215+3+25=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D70319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70319 is #28FCE6. Grayscale: #454545. Windows color (decimal): -2686183 or 1639383. OLE color: 1639383.
HSL color Cylindrical-coordinate representation of color #D70319: hue angle of 353.77º 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 #D70319 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.16 |
| HSL | 353.77º | 0.97% | 0.43% | - |
| HSV(B) | 353.77º | 0.99% | 0.84% | - |
| XYZ | 28.23 | 14.58 | 2.25 | - |
| YUV | 68.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 25 | 0 | 0.99 | 0.88 | 0.16 | 353.77 | 0.97 | 0.43 |
| Hex | D7 | 3 | 19 | 0 | 63 | 58 | 10 | 162 | 61 | 2B |
| Octal | 327 | 3 | 31 | 0 | 143 | 130 | 20 | 542 | 141 | 53 |
| Binary | 11010111 | 11 | 11001 | 0 | 1100011 | 1011000 | 10000 | 101100010 | 1100001 | 101011 |
Color Harmonies of #D70319
Complementary color
Monochromatic Colors of #D70319
Black with #D70319
Text Example
Text Example
White with #D70319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70319; }
p { color: rgb(215,3,25); }
H1.HeaderClassName
{
color: #D70319;
}
.AnyTagClassName
{
color: #D70319;
}
</style>
background-color css
<style>
a { background-color: #D70319; }
a { background-color: rgb(215,3,25); }
div.DivClassName
{
background-color: #D70319;
}
.BgClassName
{
background-color: #D70319;
}
</style>
border-color css
<style>
span { border-color: #D70319; }
span { border-color: rgb(215,3,25); }
td.TdClassName
{
border-color: #D70319;
}
.TagClassName
{
border-color: #D70319;
}
</style>