Shades of Venetian Red #D5051B
Tints of Venetian Red #D5051B
RGB
CMYK
RGB Variations
Color information
#D5051B (or 0xD5051B) is known color: Venetian Red. HEX triplet: D5, 05 and 1B. RGB value is (213,5,27). Sum of RGB (Red+Green+Blue) = 213+5+27=245 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.94% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 213 - color contains mainly: red. Hex color #D5051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5051B is #2AFAE4. Grayscale: #454545. Windows color (decimal): -2816741 or 1770965. OLE color: 1770965.
HSL color Cylindrical-coordinate representation of color #D5051B: hue angle of 353.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5051B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.16 |
| HSL | 353.65º | 0.95% | 0.43% | - |
| HSV(B) | 353.65º | 0.98% | 0.84% | - |
| XYZ | 27.69 | 14.33 | 2.34 | - |
| YUV | 69.7 | 103.91 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 27 | 0 | 0.98 | 0.87 | 0.16 | 353.65 | 0.95 | 0.43 |
| Hex | D5 | 5 | 1B | 0 | 62 | 57 | 10 | 162 | 5F | 2B |
| Octal | 325 | 5 | 33 | 0 | 142 | 127 | 20 | 542 | 137 | 53 |
| Binary | 11010101 | 101 | 11011 | 0 | 1100010 | 1010111 | 10000 | 101100010 | 1011111 | 101011 |
Color Harmonies of #D5051B
Complementary color
Monochromatic Colors of #D5051B
Black with #D5051B
Text Example
Text Example
White with #D5051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5051B; }
p { color: rgb(213,5,27); }
H1.HeaderClassName
{
color: #D5051B;
}
.AnyTagClassName
{
color: #D5051B;
}
</style>
background-color css
<style>
a { background-color: #D5051B; }
a { background-color: rgb(213,5,27); }
div.DivClassName
{
background-color: #D5051B;
}
.BgClassName
{
background-color: #D5051B;
}
</style>
border-color css
<style>
span { border-color: #D5051B; }
span { border-color: rgb(213,5,27); }
td.TdClassName
{
border-color: #D5051B;
}
.TagClassName
{
border-color: #D5051B;
}
</style>