Shades of Venetian Red #D70107
Tints of Venetian Red #D70107
RGB
CMYK
RGB Variations
Color information
#D70107 (or 0xD70107) is known color: Venetian Red. HEX triplet: D7, 01 and 07. RGB value is (215,1,7). Sum of RGB (Red+Green+Blue) = 215+1+7=223 (29% of max value = 765). Red value is 215 (84.38% from 255 or 96.41% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 215 - color contains mainly: red. Hex color #D70107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70107 is #28FEF8. Grayscale: #414141. Windows color (decimal): -2686713 or 459223. OLE color: 459223.
HSL color Cylindrical-coordinate representation of color #D70107: hue angle of 358.32º 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 #D70107 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 7 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.16 |
| HSL | 358.32º | 0.99% | 0.42% | - |
| HSV(B) | 358.32º | 1% | 0.84% | - |
| XYZ | 28.07 | 14.48 | 1.52 | - |
| YUV | 65.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 7 | 0 | 1.00 | 0.97 | 0.16 | 358.32 | 0.99 | 0.42 |
| Hex | D7 | 1 | 7 | 0 | 64 | 61 | 10 | 166 | 63 | 2A |
| Octal | 327 | 1 | 7 | 0 | 144 | 141 | 20 | 546 | 143 | 52 |
| Binary | 11010111 | 1 | 111 | 0 | 1100100 | 1100001 | 10000 | 101100110 | 1100011 | 101010 |
Color Harmonies of #D70107
Complementary color
Monochromatic Colors of #D70107
Black with #D70107
Text Example
Text Example
White with #D70107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70107; }
p { color: rgb(215,1,7); }
H1.HeaderClassName
{
color: #D70107;
}
.AnyTagClassName
{
color: #D70107;
}
</style>
background-color css
<style>
a { background-color: #D70107; }
a { background-color: rgb(215,1,7); }
div.DivClassName
{
background-color: #D70107;
}
.BgClassName
{
background-color: #D70107;
}
</style>
border-color css
<style>
span { border-color: #D70107; }
span { border-color: rgb(215,1,7); }
td.TdClassName
{
border-color: #D70107;
}
.TagClassName
{
border-color: #D70107;
}
</style>