Shades of Venetian Red #D5011D
Tints of Venetian Red #D5011D
RGB
CMYK
RGB Variations
Color information
#D5011D (or 0xD5011D) is known color: Venetian Red. HEX triplet: D5, 01 and 1D. RGB value is (213,1,29). Sum of RGB (Red+Green+Blue) = 213+1+29=243 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.65% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 213 - color contains mainly: red. Hex color #D5011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5011D is #2AFEE2. Grayscale: #434343. Windows color (decimal): -2817763 or 1901013. OLE color: 1901013.
HSL color Cylindrical-coordinate representation of color #D5011D: hue angle of 352.08º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.16 |
| HSL | 352.08º | 0.99% | 0.42% | - |
| HSV(B) | 352.08º | 1% | 0.84% | - |
| XYZ | 27.67 | 14.26 | 2.46 | - |
| YUV | 67.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 29 | 0 | 1.00 | 0.86 | 0.16 | 352.08 | 0.99 | 0.42 |
| Hex | D5 | 1 | 1D | 0 | 64 | 56 | 10 | 160 | 63 | 2A |
| Octal | 325 | 1 | 35 | 0 | 144 | 126 | 20 | 540 | 143 | 52 |
| Binary | 11010101 | 1 | 11101 | 0 | 1100100 | 1010110 | 10000 | 101100000 | 1100011 | 101010 |
Color Harmonies of #D5011D
Complementary color
Monochromatic Colors of #D5011D
Black with #D5011D
Text Example
Text Example
White with #D5011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5011D; }
p { color: rgb(213,1,29); }
H1.HeaderClassName
{
color: #D5011D;
}
.AnyTagClassName
{
color: #D5011D;
}
</style>
background-color css
<style>
a { background-color: #D5011D; }
a { background-color: rgb(213,1,29); }
div.DivClassName
{
background-color: #D5011D;
}
.BgClassName
{
background-color: #D5011D;
}
</style>
border-color css
<style>
span { border-color: #D5011D; }
span { border-color: rgb(213,1,29); }
td.TdClassName
{
border-color: #D5011D;
}
.TagClassName
{
border-color: #D5011D;
}
</style>