Shades of Venetian Red #D0051A
Tints of Venetian Red #D0051A
RGB
CMYK
RGB Variations
Color information
#D0051A (or 0xD0051A) is known color: Venetian Red. HEX triplet: D0, 05 and 1A. RGB value is (208,5,26). Sum of RGB (Red+Green+Blue) = 208+5+26=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D0051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0051A is #2FFAE5. Grayscale: #444444. Windows color (decimal): -3144422 or 1705424. OLE color: 1705424.
HSL color Cylindrical-coordinate representation of color #D0051A: hue angle of 353.79º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0051A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 26 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.18 |
| HSL | 353.79º | 0.95% | 0.42% | - |
| HSV(B) | 353.79º | 0.98% | 0.82% | - |
| XYZ | 26.25 | 13.59 | 2.22 | - |
| YUV | 68.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 26 | 0 | 0.98 | 0.88 | 0.18 | 353.79 | 0.95 | 0.42 |
| Hex | D0 | 5 | 1A | 0 | 62 | 58 | 12 | 162 | 5F | 2A |
| Octal | 320 | 5 | 32 | 0 | 142 | 130 | 22 | 542 | 137 | 52 |
| Binary | 11010000 | 101 | 11010 | 0 | 1100010 | 1011000 | 10010 | 101100010 | 1011111 | 101010 |
Color Harmonies of #D0051A
Complementary color
Monochromatic Colors of #D0051A
Black with #D0051A
Text Example
Text Example
White with #D0051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0051A; }
p { color: rgb(208,5,26); }
H1.HeaderClassName
{
color: #D0051A;
}
.AnyTagClassName
{
color: #D0051A;
}
</style>
background-color css
<style>
a { background-color: #D0051A; }
a { background-color: rgb(208,5,26); }
div.DivClassName
{
background-color: #D0051A;
}
.BgClassName
{
background-color: #D0051A;
}
</style>
border-color css
<style>
span { border-color: #D0051A; }
span { border-color: rgb(208,5,26); }
td.TdClassName
{
border-color: #D0051A;
}
.TagClassName
{
border-color: #D0051A;
}
</style>