Shades of Venetian Red #D50708
Tints of Venetian Red #D50708
RGB
CMYK
RGB Variations
Color information
#D50708 (or 0xD50708) is known color: Venetian Red. HEX triplet: D5, 07 and 08. RGB value is (213,7,8). Sum of RGB (Red+Green+Blue) = 213+7+8=228 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.42% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 213 - color contains mainly: red. Hex color #D50708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50708 is #2AF8F7. Grayscale: #444444. Windows color (decimal): -2816248 or 526293. OLE color: 526293.
HSL color Cylindrical-coordinate representation of color #D50708: hue angle of 359.71º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50708 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 8 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.16 |
| HSL | 359.71º | 0.94% | 0.43% | - |
| HSV(B) | 359.71º | 0.97% | 0.84% | - |
| XYZ | 27.56 | 14.32 | 1.54 | - |
| YUV | 68.71 | 93.75 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 8 | 0 | 0.97 | 0.96 | 0.16 | 359.71 | 0.94 | 0.43 |
| Hex | D5 | 7 | 8 | 0 | 61 | 60 | 10 | 168 | 5E | 2B |
| Octal | 325 | 7 | 10 | 0 | 141 | 140 | 20 | 550 | 136 | 53 |
| Binary | 11010101 | 111 | 1000 | 0 | 1100001 | 1100000 | 10000 | 101101000 | 1011110 | 101011 |
Color Harmonies of #D50708
Complementary color
Monochromatic Colors of #D50708
Black with #D50708
Text Example
Text Example
White with #D50708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50708; }
p { color: rgb(213,7,8); }
H1.HeaderClassName
{
color: #D50708;
}
.AnyTagClassName
{
color: #D50708;
}
</style>
background-color css
<style>
a { background-color: #D50708; }
a { background-color: rgb(213,7,8); }
div.DivClassName
{
background-color: #D50708;
}
.BgClassName
{
background-color: #D50708;
}
</style>
border-color css
<style>
span { border-color: #D50708; }
span { border-color: rgb(213,7,8); }
td.TdClassName
{
border-color: #D50708;
}
.TagClassName
{
border-color: #D50708;
}
</style>