Shades of Venetian Red #D80115
Tints of Venetian Red #D80115
RGB
CMYK
RGB Variations
Color information
#D80115 (or 0xD80115) is known color: Venetian Red. HEX triplet: D8, 01 and 15. RGB value is (216,1,21). Sum of RGB (Red+Green+Blue) = 216+1+21=238 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.76% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 216 - color contains mainly: red. Hex color #D80115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80115 is #27FEEA. Grayscale: #434343. Windows color (decimal): -2621163 or 1376728. OLE color: 1376728.
HSL color Cylindrical-coordinate representation of color #D80115: hue angle of 354.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80115 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.15 |
| HSL | 354.42º | 0.99% | 0.43% | - |
| HSV(B) | 354.42º | 1% | 0.85% | - |
| XYZ | 28.47 | 14.67 | 2.04 | - |
| YUV | 67.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 21 | 0 | 1.00 | 0.90 | 0.15 | 354.42 | 0.99 | 0.43 |
| Hex | D8 | 1 | 15 | 0 | 64 | 5A | F | 162 | 63 | 2B |
| Octal | 330 | 1 | 25 | 0 | 144 | 132 | 17 | 542 | 143 | 53 |
| Binary | 11011000 | 1 | 10101 | 0 | 1100100 | 1011010 | 1111 | 101100010 | 1100011 | 101011 |
Color Harmonies of #D80115
Complementary color
Monochromatic Colors of #D80115
Black with #D80115
Text Example
Text Example
White with #D80115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80115; }
p { color: rgb(216,1,21); }
H1.HeaderClassName
{
color: #D80115;
}
.AnyTagClassName
{
color: #D80115;
}
</style>
background-color css
<style>
a { background-color: #D80115; }
a { background-color: rgb(216,1,21); }
div.DivClassName
{
background-color: #D80115;
}
.BgClassName
{
background-color: #D80115;
}
</style>
border-color css
<style>
span { border-color: #D80115; }
span { border-color: rgb(216,1,21); }
td.TdClassName
{
border-color: #D80115;
}
.TagClassName
{
border-color: #D80115;
}
</style>