Shades of Venetian Red #D70108
Tints of Venetian Red #D70108
RGB
CMYK
RGB Variations
Color information
#D70108 (or 0xD70108) is known color: Venetian Red. HEX triplet: D7, 01 and 08. RGB value is (215,1,8). Sum of RGB (Red+Green+Blue) = 215+1+8=224 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.98% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 215 - color contains mainly: red. Hex color #D70108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70108 is #28FEF7. Grayscale: #414141. Windows color (decimal): -2686712 or 524759. OLE color: 524759.
HSL color Cylindrical-coordinate representation of color #D70108: hue angle of 358.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70108 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 8 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.16 |
| HSL | 358.04º | 0.99% | 0.42% | - |
| HSV(B) | 358.04º | 1% | 0.84% | - |
| XYZ | 28.08 | 14.49 | 1.55 | - |
| YUV | 65.78 | 95.4 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 8 | 0 | 1.00 | 0.96 | 0.16 | 358.04 | 0.99 | 0.42 |
| Hex | D7 | 1 | 8 | 0 | 64 | 60 | 10 | 166 | 63 | 2A |
| Octal | 327 | 1 | 10 | 0 | 144 | 140 | 20 | 546 | 143 | 52 |
| Binary | 11010111 | 1 | 1000 | 0 | 1100100 | 1100000 | 10000 | 101100110 | 1100011 | 101010 |
Color Harmonies of #D70108
Complementary color
Monochromatic Colors of #D70108
Black with #D70108
Text Example
Text Example
White with #D70108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70108; }
p { color: rgb(215,1,8); }
H1.HeaderClassName
{
color: #D70108;
}
.AnyTagClassName
{
color: #D70108;
}
</style>
background-color css
<style>
a { background-color: #D70108; }
a { background-color: rgb(215,1,8); }
div.DivClassName
{
background-color: #D70108;
}
.BgClassName
{
background-color: #D70108;
}
</style>
border-color css
<style>
span { border-color: #D70108; }
span { border-color: rgb(215,1,8); }
td.TdClassName
{
border-color: #D70108;
}
.TagClassName
{
border-color: #D70108;
}
</style>