Shades of Venetian Red #D5000E
Tints of Venetian Red #D5000E
RGB
CMYK
RGB Variations
Color information
#D5000E (or 0xD5000E) is known color: Venetian Red. HEX triplet: D5, 00 and 0E. RGB value is (213,0,14). Sum of RGB (Red+Green+Blue) = 213+0+14=227 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.83% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 213 - color contains mainly: red. Hex color #D5000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5000E is #2AFFF1. Grayscale: #414141. Windows color (decimal): -2818034 or 917717. OLE color: 917717.
HSL color Cylindrical-coordinate representation of color #D5000E: hue angle of 356.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.16 |
| HSL | 356.06º | 1% | 0.42% | - |
| HSV(B) | 356.06º | 1% | 0.84% | - |
| XYZ | 27.52 | 14.18 | 1.7 | - |
| YUV | 65.28 | 99.07 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 14 | 0 | 1 | 0.93 | 0.16 | 356.06 | 1 | 0.42 |
| Hex | D5 | 0 | E | 0 | 64 | 5D | 10 | 164 | 64 | 2A |
| Octal | 325 | 0 | 16 | 0 | 144 | 135 | 20 | 544 | 144 | 52 |
| Binary | 11010101 | 0 | 1110 | 0 | 1100100 | 1011101 | 10000 | 101100100 | 1100100 | 101010 |
Color Harmonies of #D5000E
Complementary color
Monochromatic Colors of #D5000E
Black with #D5000E
Text Example
Text Example
White with #D5000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5000E; }
p { color: rgb(213,0,14); }
H1.HeaderClassName
{
color: #D5000E;
}
.AnyTagClassName
{
color: #D5000E;
}
</style>
background-color css
<style>
a { background-color: #D5000E; }
a { background-color: rgb(213,0,14); }
div.DivClassName
{
background-color: #D5000E;
}
.BgClassName
{
background-color: #D5000E;
}
</style>
border-color css
<style>
span { border-color: #D5000E; }
span { border-color: rgb(213,0,14); }
td.TdClassName
{
border-color: #D5000E;
}
.TagClassName
{
border-color: #D5000E;
}
</style>