Shades of Venetian Red #D8040C
Tints of Venetian Red #D8040C
RGB
CMYK
RGB Variations
Color information
#D8040C (or 0xD8040C) is known color: Venetian Red. HEX triplet: D8, 04 and 0C. RGB value is (216,4,12). Sum of RGB (Red+Green+Blue) = 216+4+12=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D8040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8040C is #27FBF3. Grayscale: #444444. Windows color (decimal): -2620404 or 787672. OLE color: 787672.
HSL color Cylindrical-coordinate representation of color #D8040C: hue angle of 357.74º 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 #D8040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.15 |
| HSL | 357.74º | 0.96% | 0.43% | - |
| HSV(B) | 357.74º | 0.98% | 0.85% | - |
| XYZ | 28.43 | 14.71 | 1.69 | - |
| YUV | 68.3 | 96.24 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 12 | 0 | 0.98 | 0.94 | 0.15 | 357.74 | 0.96 | 0.43 |
| Hex | D8 | 4 | C | 0 | 62 | 5E | F | 166 | 60 | 2B |
| Octal | 330 | 4 | 14 | 0 | 142 | 136 | 17 | 546 | 140 | 53 |
| Binary | 11011000 | 100 | 1100 | 0 | 1100010 | 1011110 | 1111 | 101100110 | 1100000 | 101011 |
Color Harmonies of #D8040C
Complementary color
Monochromatic Colors of #D8040C
Black with #D8040C
Text Example
Text Example
White with #D8040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8040C; }
p { color: rgb(216,4,12); }
H1.HeaderClassName
{
color: #D8040C;
}
.AnyTagClassName
{
color: #D8040C;
}
</style>
background-color css
<style>
a { background-color: #D8040C; }
a { background-color: rgb(216,4,12); }
div.DivClassName
{
background-color: #D8040C;
}
.BgClassName
{
background-color: #D8040C;
}
</style>
border-color css
<style>
span { border-color: #D8040C; }
span { border-color: rgb(216,4,12); }
td.TdClassName
{
border-color: #D8040C;
}
.TagClassName
{
border-color: #D8040C;
}
</style>