Shades of Venetian Red #D80408
Tints of Venetian Red #D80408
RGB
CMYK
RGB Variations
Color information
#D80408 (or 0xD80408) is known color: Venetian Red. HEX triplet: D8, 04 and 08. RGB value is (216,4,8). Sum of RGB (Red+Green+Blue) = 216+4+8=228 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.74% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 216 - color contains mainly: red. Hex color #D80408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80408 is #27FBF7. Grayscale: #444444. Windows color (decimal): -2620408 or 525528. OLE color: 525528.
HSL color Cylindrical-coordinate representation of color #D80408: hue angle of 358.87º 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 #D80408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.15 |
| HSL | 358.87º | 0.96% | 0.43% | - |
| HSV(B) | 358.87º | 0.98% | 0.85% | - |
| XYZ | 28.41 | 14.7 | 1.57 | - |
| YUV | 67.84 | 94.24 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 8 | 0 | 0.98 | 0.96 | 0.15 | 358.87 | 0.96 | 0.43 |
| Hex | D8 | 4 | 8 | 0 | 62 | 60 | F | 167 | 60 | 2B |
| Octal | 330 | 4 | 10 | 0 | 142 | 140 | 17 | 547 | 140 | 53 |
| Binary | 11011000 | 100 | 1000 | 0 | 1100010 | 1100000 | 1111 | 101100111 | 1100000 | 101011 |
Color Harmonies of #D80408
Complementary color
Monochromatic Colors of #D80408
Black with #D80408
Text Example
Text Example
White with #D80408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80408; }
p { color: rgb(216,4,8); }
H1.HeaderClassName
{
color: #D80408;
}
.AnyTagClassName
{
color: #D80408;
}
</style>
background-color css
<style>
a { background-color: #D80408; }
a { background-color: rgb(216,4,8); }
div.DivClassName
{
background-color: #D80408;
}
.BgClassName
{
background-color: #D80408;
}
</style>
border-color css
<style>
span { border-color: #D80408; }
span { border-color: rgb(216,4,8); }
td.TdClassName
{
border-color: #D80408;
}
.TagClassName
{
border-color: #D80408;
}
</style>