Shades of Venetian Red #D80405
Tints of Venetian Red #D80405
RGB
CMYK
RGB Variations
Color information
#D80405 (or 0xD80405) is known color: Venetian Red. HEX triplet: D8, 04 and 05. RGB value is (216,4,5). Sum of RGB (Red+Green+Blue) = 216+4+5=225 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 216 - color contains mainly: red. Hex color #D80405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80405 is #27FBFA. Grayscale: #434343. Windows color (decimal): -2620411 or 328920. OLE color: 328920.
HSL color Cylindrical-coordinate representation of color #D80405: hue angle of 359.72º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80405 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.15 |
| HSL | 359.72º | 0.96% | 0.43% | - |
| HSV(B) | 359.72º | 0.98% | 0.85% | - |
| XYZ | 28.39 | 14.7 | 1.48 | - |
| YUV | 67.5 | 92.74 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 5 | 0 | 0.98 | 0.98 | 0.15 | 359.72 | 0.96 | 0.43 |
| Hex | D8 | 4 | 5 | 0 | 62 | 62 | F | 168 | 60 | 2B |
| Octal | 330 | 4 | 5 | 0 | 142 | 142 | 17 | 550 | 140 | 53 |
| Binary | 11011000 | 100 | 101 | 0 | 1100010 | 1100010 | 1111 | 101101000 | 1100000 | 101011 |
Color Harmonies of #D80405
Complementary color
Monochromatic Colors of #D80405
Black with #D80405
Text Example
Text Example
White with #D80405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80405; }
p { color: rgb(216,4,5); }
H1.HeaderClassName
{
color: #D80405;
}
.AnyTagClassName
{
color: #D80405;
}
</style>
background-color css
<style>
a { background-color: #D80405; }
a { background-color: rgb(216,4,5); }
div.DivClassName
{
background-color: #D80405;
}
.BgClassName
{
background-color: #D80405;
}
</style>
border-color css
<style>
span { border-color: #D80405; }
span { border-color: rgb(216,4,5); }
td.TdClassName
{
border-color: #D80405;
}
.TagClassName
{
border-color: #D80405;
}
</style>