Shades of Venetian Red #D50507
Tints of Venetian Red #D50507
RGB
CMYK
RGB Variations
Color information
#D50507 (or 0xD50507) is known color: Venetian Red. HEX triplet: D5, 05 and 07. RGB value is (213,5,7). Sum of RGB (Red+Green+Blue) = 213+5+7=225 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 213 - color contains mainly: red. Hex color #D50507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50507 is #2AFAF8. Grayscale: #434343. Windows color (decimal): -2816761 or 460245. OLE color: 460245.
HSL color Cylindrical-coordinate representation of color #D50507: hue angle of 359.42º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50507 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.16 |
| HSL | 359.42º | 0.95% | 0.43% | - |
| HSV(B) | 359.42º | 0.98% | 0.84% | - |
| XYZ | 27.53 | 14.27 | 1.5 | - |
| YUV | 67.42 | 93.91 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 7 | 0 | 0.98 | 0.97 | 0.16 | 359.42 | 0.95 | 0.43 |
| Hex | D5 | 5 | 7 | 0 | 62 | 61 | 10 | 167 | 5F | 2B |
| Octal | 325 | 5 | 7 | 0 | 142 | 141 | 20 | 547 | 137 | 53 |
| Binary | 11010101 | 101 | 111 | 0 | 1100010 | 1100001 | 10000 | 101100111 | 1011111 | 101011 |
Color Harmonies of #D50507
Complementary color
Monochromatic Colors of #D50507
Black with #D50507
Text Example
Text Example
White with #D50507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50507; }
p { color: rgb(213,5,7); }
H1.HeaderClassName
{
color: #D50507;
}
.AnyTagClassName
{
color: #D50507;
}
</style>
background-color css
<style>
a { background-color: #D50507; }
a { background-color: rgb(213,5,7); }
div.DivClassName
{
background-color: #D50507;
}
.BgClassName
{
background-color: #D50507;
}
</style>
border-color css
<style>
span { border-color: #D50507; }
span { border-color: rgb(213,5,7); }
td.TdClassName
{
border-color: #D50507;
}
.TagClassName
{
border-color: #D50507;
}
</style>