Shades of Venetian Red #D5091B
Tints of Venetian Red #D5091B
RGB
CMYK
RGB Variations
Color information
#D5091B (or 0xD5091B) is known color: Venetian Red. HEX triplet: D5, 09 and 1B. RGB value is (213,9,27). Sum of RGB (Red+Green+Blue) = 213+9+27=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D5091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5091B is #2AF6E4. Grayscale: #484848. Windows color (decimal): -2815717 or 1771989. OLE color: 1771989.
HSL color Cylindrical-coordinate representation of color #D5091B: hue angle of 354.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5091B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.16 |
| HSL | 354.71º | 0.92% | 0.44% | - |
| HSV(B) | 354.71º | 0.96% | 0.84% | - |
| XYZ | 27.74 | 14.42 | 2.36 | - |
| YUV | 72.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 27 | 0 | 0.96 | 0.87 | 0.16 | 354.71 | 0.92 | 0.44 |
| Hex | D5 | 9 | 1B | 0 | 60 | 57 | 10 | 163 | 5C | 2C |
| Octal | 325 | 11 | 33 | 0 | 140 | 127 | 20 | 543 | 134 | 54 |
| Binary | 11010101 | 1001 | 11011 | 0 | 1100000 | 1010111 | 10000 | 101100011 | 1011100 | 101100 |
Color Harmonies of #D5091B
Complementary color
Monochromatic Colors of #D5091B
Black with #D5091B
Text Example
Text Example
White with #D5091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5091B; }
p { color: rgb(213,9,27); }
H1.HeaderClassName
{
color: #D5091B;
}
.AnyTagClassName
{
color: #D5091B;
}
</style>
background-color css
<style>
a { background-color: #D5091B; }
a { background-color: rgb(213,9,27); }
div.DivClassName
{
background-color: #D5091B;
}
.BgClassName
{
background-color: #D5091B;
}
</style>
border-color css
<style>
span { border-color: #D5091B; }
span { border-color: rgb(213,9,27); }
td.TdClassName
{
border-color: #D5091B;
}
.TagClassName
{
border-color: #D5091B;
}
</style>