Shades of Venetian Red #D80102
Tints of Venetian Red #D80102
RGB
CMYK
RGB Variations
Color information
#D80102 (or 0xD80102) is known color: Venetian Red. HEX triplet: D8, 01 and 02. RGB value is (216,1,2). Sum of RGB (Red+Green+Blue) = 216+1+2=219 (29% of max value = 765). Red value is 216 (84.77% from 255 or 98.63% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 216 - color contains mainly: red. Hex color #D80102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80102 is #27FEFD. Grayscale: #414141. Windows color (decimal): -2621182 or 131544. OLE color: 131544.
HSL color Cylindrical-coordinate representation of color #D80102: hue angle of 359.72º 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 #D80102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 2 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.15 |
| HSL | 359.72º | 0.99% | 0.43% | - |
| HSV(B) | 359.72º | 1% | 0.85% | - |
| XYZ | 28.34 | 14.63 | 1.39 | - |
| YUV | 65.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 2 | 0 | 1.00 | 0.99 | 0.15 | 359.72 | 0.99 | 0.43 |
| Hex | D8 | 1 | 2 | 0 | 64 | 63 | F | 168 | 63 | 2B |
| Octal | 330 | 1 | 2 | 0 | 144 | 143 | 17 | 550 | 143 | 53 |
| Binary | 11011000 | 1 | 10 | 0 | 1100100 | 1100011 | 1111 | 101101000 | 1100011 | 101011 |
Color Harmonies of #D80102
Complementary color
Monochromatic Colors of #D80102
Black with #D80102
Text Example
Text Example
White with #D80102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80102; }
p { color: rgb(216,1,2); }
H1.HeaderClassName
{
color: #D80102;
}
.AnyTagClassName
{
color: #D80102;
}
</style>
background-color css
<style>
a { background-color: #D80102; }
a { background-color: rgb(216,1,2); }
div.DivClassName
{
background-color: #D80102;
}
.BgClassName
{
background-color: #D80102;
}
</style>
border-color css
<style>
span { border-color: #D80102; }
span { border-color: rgb(216,1,2); }
td.TdClassName
{
border-color: #D80102;
}
.TagClassName
{
border-color: #D80102;
}
</style>