Shades of Venetian Red #D70408
Tints of Venetian Red #D70408
RGB
CMYK
RGB Variations
Color information
#D70408 (or 0xD70408) is known color: Venetian Red. HEX triplet: D7, 04 and 08. RGB value is (215,4,8). Sum of RGB (Red+Green+Blue) = 215+4+8=227 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.71% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 215 - color contains mainly: red. Hex color #D70408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70408 is #28FBF7. Grayscale: #434343. Windows color (decimal): -2685944 or 525527. OLE color: 525527.
HSL color Cylindrical-coordinate representation of color #D70408: hue angle of 358.86º 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 #D70408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.16 |
| HSL | 358.86º | 0.96% | 0.43% | - |
| HSV(B) | 358.86º | 0.98% | 0.84% | - |
| XYZ | 28.11 | 14.55 | 1.56 | - |
| YUV | 67.55 | 94.4 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 8 | 0 | 0.98 | 0.96 | 0.16 | 358.86 | 0.96 | 0.43 |
| Hex | D7 | 4 | 8 | 0 | 62 | 60 | 10 | 167 | 60 | 2B |
| Octal | 327 | 4 | 10 | 0 | 142 | 140 | 20 | 547 | 140 | 53 |
| Binary | 11010111 | 100 | 1000 | 0 | 1100010 | 1100000 | 10000 | 101100111 | 1100000 | 101011 |
Color Harmonies of #D70408
Complementary color
Monochromatic Colors of #D70408
Black with #D70408
Text Example
Text Example
White with #D70408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70408; }
p { color: rgb(215,4,8); }
H1.HeaderClassName
{
color: #D70408;
}
.AnyTagClassName
{
color: #D70408;
}
</style>
background-color css
<style>
a { background-color: #D70408; }
a { background-color: rgb(215,4,8); }
div.DivClassName
{
background-color: #D70408;
}
.BgClassName
{
background-color: #D70408;
}
</style>
border-color css
<style>
span { border-color: #D70408; }
span { border-color: rgb(215,4,8); }
td.TdClassName
{
border-color: #D70408;
}
.TagClassName
{
border-color: #D70408;
}
</style>