Shades of Venetian Red #D5090E
Tints of Venetian Red #D5090E
RGB
CMYK
RGB Variations
Color information
#D5090E (or 0xD5090E) is known color: Venetian Red. HEX triplet: D5, 09 and 0E. RGB value is (213,9,14). Sum of RGB (Red+Green+Blue) = 213+9+14=236 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.25% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 213 - color contains mainly: red. Hex color #D5090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5090E is #2AF6F1. Grayscale: #464646. Windows color (decimal): -2815730 or 920021. OLE color: 920021.
HSL color Cylindrical-coordinate representation of color #D5090E: hue angle of 358.53º 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 #D5090E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.16 |
| HSL | 358.53º | 0.92% | 0.44% | - |
| HSV(B) | 358.53º | 0.96% | 0.84% | - |
| XYZ | 27.62 | 14.37 | 1.73 | - |
| YUV | 70.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 14 | 0 | 0.96 | 0.93 | 0.16 | 358.53 | 0.92 | 0.44 |
| Hex | D5 | 9 | E | 0 | 60 | 5D | 10 | 167 | 5C | 2C |
| Octal | 325 | 11 | 16 | 0 | 140 | 135 | 20 | 547 | 134 | 54 |
| Binary | 11010101 | 1001 | 1110 | 0 | 1100000 | 1011101 | 10000 | 101100111 | 1011100 | 101100 |
Color Harmonies of #D5090E
Complementary color
Monochromatic Colors of #D5090E
Black with #D5090E
Text Example
Text Example
White with #D5090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5090E; }
p { color: rgb(213,9,14); }
H1.HeaderClassName
{
color: #D5090E;
}
.AnyTagClassName
{
color: #D5090E;
}
</style>
background-color css
<style>
a { background-color: #D5090E; }
a { background-color: rgb(213,9,14); }
div.DivClassName
{
background-color: #D5090E;
}
.BgClassName
{
background-color: #D5090E;
}
</style>
border-color css
<style>
span { border-color: #D5090E; }
span { border-color: rgb(213,9,14); }
td.TdClassName
{
border-color: #D5090E;
}
.TagClassName
{
border-color: #D5090E;
}
</style>