Shades of Venetian Red #D50814
Tints of Venetian Red #D50814
RGB
CMYK
RGB Variations
Color information
#D50814 (or 0xD50814) is known color: Venetian Red. HEX triplet: D5, 08 and 14. RGB value is (213,8,20). Sum of RGB (Red+Green+Blue) = 213+8+20=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D50814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50814 is #2AF7EB. Grayscale: #464646. Windows color (decimal): -2815980 or 1312981. OLE color: 1312981.
HSL color Cylindrical-coordinate representation of color #D50814: hue angle of 356.49º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50814 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 20 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.16 |
| HSL | 356.49º | 0.93% | 0.43% | - |
| HSV(B) | 356.49º | 0.96% | 0.84% | - |
| XYZ | 27.65 | 14.37 | 1.98 | - |
| YUV | 70.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 20 | 0 | 0.96 | 0.91 | 0.16 | 356.49 | 0.93 | 0.43 |
| Hex | D5 | 8 | 14 | 0 | 60 | 5B | 10 | 164 | 5D | 2B |
| Octal | 325 | 10 | 24 | 0 | 140 | 133 | 20 | 544 | 135 | 53 |
| Binary | 11010101 | 1000 | 10100 | 0 | 1100000 | 1011011 | 10000 | 101100100 | 1011101 | 101011 |
Color Harmonies of #D50814
Complementary color
Monochromatic Colors of #D50814
Black with #D50814
Text Example
Text Example
White with #D50814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50814; }
p { color: rgb(213,8,20); }
H1.HeaderClassName
{
color: #D50814;
}
.AnyTagClassName
{
color: #D50814;
}
</style>
background-color css
<style>
a { background-color: #D50814; }
a { background-color: rgb(213,8,20); }
div.DivClassName
{
background-color: #D50814;
}
.BgClassName
{
background-color: #D50814;
}
</style>
border-color css
<style>
span { border-color: #D50814; }
span { border-color: rgb(213,8,20); }
td.TdClassName
{
border-color: #D50814;
}
.TagClassName
{
border-color: #D50814;
}
</style>