Shades of Venetian Red #D5080B
Tints of Venetian Red #D5080B
RGB
CMYK
RGB Variations
Color information
#D5080B (or 0xD5080B) is known color: Venetian Red. HEX triplet: D5, 08 and 0B. RGB value is (213,8,11). Sum of RGB (Red+Green+Blue) = 213+8+11=232 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.81% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 213 - color contains mainly: red. Hex color #D5080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5080B is #2AF7F4. Grayscale: #454545. Windows color (decimal): -2815989 or 723157. OLE color: 723157.
HSL color Cylindrical-coordinate representation of color #D5080B: hue angle of 359.12º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.16 |
| HSL | 359.12º | 0.93% | 0.43% | - |
| HSV(B) | 359.12º | 0.96% | 0.84% | - |
| XYZ | 27.59 | 14.34 | 1.63 | - |
| YUV | 69.64 | 94.92 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 11 | 0 | 0.96 | 0.95 | 0.16 | 359.12 | 0.93 | 0.43 |
| Hex | D5 | 8 | B | 0 | 60 | 5F | 10 | 167 | 5D | 2B |
| Octal | 325 | 10 | 13 | 0 | 140 | 137 | 20 | 547 | 135 | 53 |
| Binary | 11010101 | 1000 | 1011 | 0 | 1100000 | 1011111 | 10000 | 101100111 | 1011101 | 101011 |
Color Harmonies of #D5080B
Complementary color
Monochromatic Colors of #D5080B
Black with #D5080B
Text Example
Text Example
White with #D5080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5080B; }
p { color: rgb(213,8,11); }
H1.HeaderClassName
{
color: #D5080B;
}
.AnyTagClassName
{
color: #D5080B;
}
</style>
background-color css
<style>
a { background-color: #D5080B; }
a { background-color: rgb(213,8,11); }
div.DivClassName
{
background-color: #D5080B;
}
.BgClassName
{
background-color: #D5080B;
}
</style>
border-color css
<style>
span { border-color: #D5080B; }
span { border-color: rgb(213,8,11); }
td.TdClassName
{
border-color: #D5080B;
}
.TagClassName
{
border-color: #D5080B;
}
</style>