Shades of Venetian Red #D70508
Tints of Venetian Red #D70508
RGB
CMYK
RGB Variations
Color information
#D70508 (or 0xD70508) is known color: Venetian Red. HEX triplet: D7, 05 and 08. RGB value is (215,5,8). Sum of RGB (Red+Green+Blue) = 215+5+8=228 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.30% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 215 - color contains mainly: red. Hex color #D70508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70508 is #28FAF7. Grayscale: #444444. Windows color (decimal): -2685688 or 525783. OLE color: 525783.
HSL color Cylindrical-coordinate representation of color #D70508: hue angle of 359.14º degrees, saturation: 0.95, 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 #D70508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.16 |
| HSL | 359.14º | 0.95% | 0.43% | - |
| HSV(B) | 359.14º | 0.98% | 0.84% | - |
| XYZ | 28.12 | 14.57 | 1.56 | - |
| YUV | 68.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 8 | 0 | 0.98 | 0.96 | 0.16 | 359.14 | 0.95 | 0.43 |
| Hex | D7 | 5 | 8 | 0 | 62 | 60 | 10 | 167 | 5F | 2B |
| Octal | 327 | 5 | 10 | 0 | 142 | 140 | 20 | 547 | 137 | 53 |
| Binary | 11010111 | 101 | 1000 | 0 | 1100010 | 1100000 | 10000 | 101100111 | 1011111 | 101011 |
Color Harmonies of #D70508
Complementary color
Monochromatic Colors of #D70508
Black with #D70508
Text Example
Text Example
White with #D70508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70508; }
p { color: rgb(215,5,8); }
H1.HeaderClassName
{
color: #D70508;
}
.AnyTagClassName
{
color: #D70508;
}
</style>
background-color css
<style>
a { background-color: #D70508; }
a { background-color: rgb(215,5,8); }
div.DivClassName
{
background-color: #D70508;
}
.BgClassName
{
background-color: #D70508;
}
</style>
border-color css
<style>
span { border-color: #D70508; }
span { border-color: rgb(215,5,8); }
td.TdClassName
{
border-color: #D70508;
}
.TagClassName
{
border-color: #D70508;
}
</style>