Shades of Venetian Red #D50D12
Tints of Venetian Red #D50D12
RGB
CMYK
RGB Variations
Color information
#D50D12 (or 0xD50D12) is known color: Venetian Red. HEX triplet: D5, 0D and 12. RGB value is (213,13,18). Sum of RGB (Red+Green+Blue) = 213+13+18=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D12 is #2AF2ED. Grayscale: #494949. Windows color (decimal): -2814702 or 1183189. OLE color: 1183189.
HSL color Cylindrical-coordinate representation of color #D50D12: hue angle of 358.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.16 |
| HSL | 358.5º | 0.88% | 0.44% | - |
| HSV(B) | 358.5º | 0.94% | 0.84% | - |
| XYZ | 27.69 | 14.48 | 1.91 | - |
| YUV | 73.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 18 | 0 | 0.94 | 0.92 | 0.16 | 358.5 | 0.88 | 0.44 |
| Hex | D5 | D | 12 | 0 | 5E | 5C | 10 | 166 | 58 | 2C |
| Octal | 325 | 15 | 22 | 0 | 136 | 134 | 20 | 546 | 130 | 54 |
| Binary | 11010101 | 1101 | 10010 | 0 | 1011110 | 1011100 | 10000 | 101100110 | 1011000 | 101100 |
Color Harmonies of #D50D12
Complementary color
Monochromatic Colors of #D50D12
Black with #D50D12
Text Example
Text Example
White with #D50D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D12; }
p { color: rgb(213,13,18); }
H1.HeaderClassName
{
color: #D50D12;
}
.AnyTagClassName
{
color: #D50D12;
}
</style>
background-color css
<style>
a { background-color: #D50D12; }
a { background-color: rgb(213,13,18); }
div.DivClassName
{
background-color: #D50D12;
}
.BgClassName
{
background-color: #D50D12;
}
</style>
border-color css
<style>
span { border-color: #D50D12; }
span { border-color: rgb(213,13,18); }
td.TdClassName
{
border-color: #D50D12;
}
.TagClassName
{
border-color: #D50D12;
}
</style>