Shades of Venetian Red #D5090D
Tints of Venetian Red #D5090D
RGB
CMYK
RGB Variations
Color information
#D5090D (or 0xD5090D) is known color: Venetian Red. HEX triplet: D5, 09 and 0D. RGB value is (213,9,13). Sum of RGB (Red+Green+Blue) = 213+9+13=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D5090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5090D is #2AF6F2. Grayscale: #464646. Windows color (decimal): -2815731 or 854485. OLE color: 854485.
HSL color Cylindrical-coordinate representation of color #D5090D: hue angle of 358.82º 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 #D5090D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.16 |
| HSL | 358.82º | 0.92% | 0.44% | - |
| HSV(B) | 358.82º | 0.96% | 0.84% | - |
| XYZ | 27.61 | 14.37 | 1.7 | - |
| YUV | 70.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 13 | 0 | 0.96 | 0.94 | 0.16 | 358.82 | 0.92 | 0.44 |
| Hex | D5 | 9 | D | 0 | 60 | 5E | 10 | 167 | 5C | 2C |
| Octal | 325 | 11 | 15 | 0 | 140 | 136 | 20 | 547 | 134 | 54 |
| Binary | 11010101 | 1001 | 1101 | 0 | 1100000 | 1011110 | 10000 | 101100111 | 1011100 | 101100 |
Color Harmonies of #D5090D
Complementary color
Monochromatic Colors of #D5090D
Black with #D5090D
Text Example
Text Example
White with #D5090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5090D; }
p { color: rgb(213,9,13); }
H1.HeaderClassName
{
color: #D5090D;
}
.AnyTagClassName
{
color: #D5090D;
}
</style>
background-color css
<style>
a { background-color: #D5090D; }
a { background-color: rgb(213,9,13); }
div.DivClassName
{
background-color: #D5090D;
}
.BgClassName
{
background-color: #D5090D;
}
</style>
border-color css
<style>
span { border-color: #D5090D; }
span { border-color: rgb(213,9,13); }
td.TdClassName
{
border-color: #D5090D;
}
.TagClassName
{
border-color: #D5090D;
}
</style>