Shades of Venetian Red #D5081A
Tints of Venetian Red #D5081A
RGB
CMYK
RGB Variations
Color information
#D5081A (or 0xD5081A) is known color: Venetian Red. HEX triplet: D5, 08 and 1A. RGB value is (213,8,26). Sum of RGB (Red+Green+Blue) = 213+8+26=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D5081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5081A is #2AF7E5. Grayscale: #474747. Windows color (decimal): -2815974 or 1706197. OLE color: 1706197.
HSL color Cylindrical-coordinate representation of color #D5081A: hue angle of 354.73º 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 #D5081A is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 26 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.16 |
| HSL | 354.73º | 0.93% | 0.43% | - |
| HSV(B) | 354.73º | 0.96% | 0.84% | - |
| XYZ | 27.71 | 14.39 | 2.29 | - |
| YUV | 71.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 26 | 0 | 0.96 | 0.88 | 0.16 | 354.73 | 0.93 | 0.43 |
| Hex | D5 | 8 | 1A | 0 | 60 | 58 | 10 | 163 | 5D | 2B |
| Octal | 325 | 10 | 32 | 0 | 140 | 130 | 20 | 543 | 135 | 53 |
| Binary | 11010101 | 1000 | 11010 | 0 | 1100000 | 1011000 | 10000 | 101100011 | 1011101 | 101011 |
Color Harmonies of #D5081A
Complementary color
Monochromatic Colors of #D5081A
Black with #D5081A
Text Example
Text Example
White with #D5081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5081A; }
p { color: rgb(213,8,26); }
H1.HeaderClassName
{
color: #D5081A;
}
.AnyTagClassName
{
color: #D5081A;
}
</style>
background-color css
<style>
a { background-color: #D5081A; }
a { background-color: rgb(213,8,26); }
div.DivClassName
{
background-color: #D5081A;
}
.BgClassName
{
background-color: #D5081A;
}
</style>
border-color css
<style>
span { border-color: #D5081A; }
span { border-color: rgb(213,8,26); }
td.TdClassName
{
border-color: #D5081A;
}
.TagClassName
{
border-color: #D5081A;
}
</style>