Shades of Venetian Red #D50B13
Tints of Venetian Red #D50B13
RGB
CMYK
RGB Variations
Color information
#D50B13 (or 0xD50B13) is known color: Venetian Red. HEX triplet: D5, 0B and 13. RGB value is (213,11,19). Sum of RGB (Red+Green+Blue) = 213+11+19=243 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.65% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50B13 is #2AF4EC. Grayscale: #484848. Windows color (decimal): -2815213 or 1248213. OLE color: 1248213.
HSL color Cylindrical-coordinate representation of color #D50B13: hue angle of 357.62º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B13 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 19 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.16 |
| HSL | 357.62º | 0.9% | 0.44% | - |
| HSV(B) | 357.62º | 0.95% | 0.84% | - |
| XYZ | 27.68 | 14.43 | 1.94 | - |
| YUV | 72.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 19 | 0 | 0.95 | 0.91 | 0.16 | 357.62 | 0.9 | 0.44 |
| Hex | D5 | B | 13 | 0 | 5F | 5B | 10 | 166 | 5A | 2C |
| Octal | 325 | 13 | 23 | 0 | 137 | 133 | 20 | 546 | 132 | 54 |
| Binary | 11010101 | 1011 | 10011 | 0 | 1011111 | 1011011 | 10000 | 101100110 | 1011010 | 101100 |
Color Harmonies of #D50B13
Complementary color
Monochromatic Colors of #D50B13
Black with #D50B13
Text Example
Text Example
White with #D50B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B13; }
p { color: rgb(213,11,19); }
H1.HeaderClassName
{
color: #D50B13;
}
.AnyTagClassName
{
color: #D50B13;
}
</style>
background-color css
<style>
a { background-color: #D50B13; }
a { background-color: rgb(213,11,19); }
div.DivClassName
{
background-color: #D50B13;
}
.BgClassName
{
background-color: #D50B13;
}
</style>
border-color css
<style>
span { border-color: #D50B13; }
span { border-color: rgb(213,11,19); }
td.TdClassName
{
border-color: #D50B13;
}
.TagClassName
{
border-color: #D50B13;
}
</style>