Shades of Venetian Red #D8041B
Tints of Venetian Red #D8041B
RGB
CMYK
RGB Variations
Color information
#D8041B (or 0xD8041B) is known color: Venetian Red. HEX triplet: D8, 04 and 1B. RGB value is (216,4,27). Sum of RGB (Red+Green+Blue) = 216+4+27=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D8041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8041B is #27FBE4. Grayscale: #464646. Windows color (decimal): -2620389 or 1770712. OLE color: 1770712.
HSL color Cylindrical-coordinate representation of color #D8041B: hue angle of 353.49º 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 #D8041B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.15 |
| HSL | 353.49º | 0.96% | 0.43% | - |
| HSV(B) | 353.49º | 0.98% | 0.85% | - |
| XYZ | 28.56 | 14.76 | 2.38 | - |
| YUV | 70.01 | 103.74 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 27 | 0 | 0.98 | 0.88 | 0.15 | 353.49 | 0.96 | 0.43 |
| Hex | D8 | 4 | 1B | 0 | 62 | 58 | F | 161 | 60 | 2B |
| Octal | 330 | 4 | 33 | 0 | 142 | 130 | 17 | 541 | 140 | 53 |
| Binary | 11011000 | 100 | 11011 | 0 | 1100010 | 1011000 | 1111 | 101100001 | 1100000 | 101011 |
Color Harmonies of #D8041B
Complementary color
Monochromatic Colors of #D8041B
Black with #D8041B
Text Example
Text Example
White with #D8041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8041B; }
p { color: rgb(216,4,27); }
H1.HeaderClassName
{
color: #D8041B;
}
.AnyTagClassName
{
color: #D8041B;
}
</style>
background-color css
<style>
a { background-color: #D8041B; }
a { background-color: rgb(216,4,27); }
div.DivClassName
{
background-color: #D8041B;
}
.BgClassName
{
background-color: #D8041B;
}
</style>
border-color css
<style>
span { border-color: #D8041B; }
span { border-color: rgb(216,4,27); }
td.TdClassName
{
border-color: #D8041B;
}
.TagClassName
{
border-color: #D8041B;
}
</style>