Shades of Venetian Red #D70409
Tints of Venetian Red #D70409
RGB
CMYK
RGB Variations
Color information
#D70409 (or 0xD70409) is known color: Venetian Red. HEX triplet: D7, 04 and 09. RGB value is (215,4,9). Sum of RGB (Red+Green+Blue) = 215+4+9=228 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.30% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 215 - color contains mainly: red. Hex color #D70409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70409 is #28FBF6. Grayscale: #434343. Windows color (decimal): -2685943 or 591063. OLE color: 591063.
HSL color Cylindrical-coordinate representation of color #D70409: hue angle of 358.58º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.16 |
| HSL | 358.58º | 0.96% | 0.43% | - |
| HSV(B) | 358.58º | 0.98% | 0.84% | - |
| XYZ | 28.12 | 14.55 | 1.59 | - |
| YUV | 67.66 | 94.9 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 9 | 0 | 0.98 | 0.96 | 0.16 | 358.58 | 0.96 | 0.43 |
| Hex | D7 | 4 | 9 | 0 | 62 | 60 | 10 | 167 | 60 | 2B |
| Octal | 327 | 4 | 11 | 0 | 142 | 140 | 20 | 547 | 140 | 53 |
| Binary | 11010111 | 100 | 1001 | 0 | 1100010 | 1100000 | 10000 | 101100111 | 1100000 | 101011 |
Color Harmonies of #D70409
Complementary color
Monochromatic Colors of #D70409
Black with #D70409
Text Example
Text Example
White with #D70409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70409; }
p { color: rgb(215,4,9); }
H1.HeaderClassName
{
color: #D70409;
}
.AnyTagClassName
{
color: #D70409;
}
</style>
background-color css
<style>
a { background-color: #D70409; }
a { background-color: rgb(215,4,9); }
div.DivClassName
{
background-color: #D70409;
}
.BgClassName
{
background-color: #D70409;
}
</style>
border-color css
<style>
span { border-color: #D70409; }
span { border-color: rgb(215,4,9); }
td.TdClassName
{
border-color: #D70409;
}
.TagClassName
{
border-color: #D70409;
}
</style>