Shades of Venetian Red #D70113
Tints of Venetian Red #D70113
RGB
CMYK
RGB Variations
Color information
#D70113 (or 0xD70113) is known color: Venetian Red. HEX triplet: D7, 01 and 13. RGB value is (215,1,19). Sum of RGB (Red+Green+Blue) = 215+1+19=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D70113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70113 is #28FEEC. Grayscale: #434343. Windows color (decimal): -2686701 or 1245655. OLE color: 1245655.
HSL color Cylindrical-coordinate representation of color #D70113: hue angle of 354.95º 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 #D70113 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.16 |
| HSL | 354.95º | 0.99% | 0.42% | - |
| HSV(B) | 354.95º | 1% | 0.84% | - |
| XYZ | 28.15 | 14.52 | 1.93 | - |
| YUV | 67.04 | 100.9 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 19 | 0 | 1.00 | 0.91 | 0.16 | 354.95 | 0.99 | 0.42 |
| Hex | D7 | 1 | 13 | 0 | 64 | 5B | 10 | 163 | 63 | 2A |
| Octal | 327 | 1 | 23 | 0 | 144 | 133 | 20 | 543 | 143 | 52 |
| Binary | 11010111 | 1 | 10011 | 0 | 1100100 | 1011011 | 10000 | 101100011 | 1100011 | 101010 |
Color Harmonies of #D70113
Complementary color
Monochromatic Colors of #D70113
Black with #D70113
Text Example
Text Example
White with #D70113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70113; }
p { color: rgb(215,1,19); }
H1.HeaderClassName
{
color: #D70113;
}
.AnyTagClassName
{
color: #D70113;
}
</style>
background-color css
<style>
a { background-color: #D70113; }
a { background-color: rgb(215,1,19); }
div.DivClassName
{
background-color: #D70113;
}
.BgClassName
{
background-color: #D70113;
}
</style>
border-color css
<style>
span { border-color: #D70113; }
span { border-color: rgb(215,1,19); }
td.TdClassName
{
border-color: #D70113;
}
.TagClassName
{
border-color: #D70113;
}
</style>