Shades of Venetian Red #D0051B
Tints of Venetian Red #D0051B
RGB
CMYK
RGB Variations
Color information
#D0051B (or 0xD0051B) is known color: Venetian Red. HEX triplet: D0, 05 and 1B. RGB value is (208,5,27). Sum of RGB (Red+Green+Blue) = 208+5+27=240 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 208 - color contains mainly: red. Hex color #D0051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0051B is #2FFAE4. Grayscale: #444444. Windows color (decimal): -3144421 or 1770960. OLE color: 1770960.
HSL color Cylindrical-coordinate representation of color #D0051B: hue angle of 353.5º 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 #D0051B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.18 |
| HSL | 353.5º | 0.95% | 0.42% | - |
| HSV(B) | 353.5º | 0.98% | 0.82% | - |
| XYZ | 26.26 | 13.6 | 2.28 | - |
| YUV | 68.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 27 | 0 | 0.98 | 0.87 | 0.18 | 353.5 | 0.95 | 0.42 |
| Hex | D0 | 5 | 1B | 0 | 62 | 57 | 12 | 161 | 5F | 2A |
| Octal | 320 | 5 | 33 | 0 | 142 | 127 | 22 | 541 | 137 | 52 |
| Binary | 11010000 | 101 | 11011 | 0 | 1100010 | 1010111 | 10010 | 101100001 | 1011111 | 101010 |
Color Harmonies of #D0051B
Complementary color
Monochromatic Colors of #D0051B
Black with #D0051B
Text Example
Text Example
White with #D0051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0051B; }
p { color: rgb(208,5,27); }
H1.HeaderClassName
{
color: #D0051B;
}
.AnyTagClassName
{
color: #D0051B;
}
</style>
background-color css
<style>
a { background-color: #D0051B; }
a { background-color: rgb(208,5,27); }
div.DivClassName
{
background-color: #D0051B;
}
.BgClassName
{
background-color: #D0051B;
}
</style>
border-color css
<style>
span { border-color: #D0051B; }
span { border-color: rgb(208,5,27); }
td.TdClassName
{
border-color: #D0051B;
}
.TagClassName
{
border-color: #D0051B;
}
</style>