Shades of Venetian Red #D50407
Tints of Venetian Red #D50407
RGB
CMYK
RGB Variations
Color information
#D50407 (or 0xD50407) is known color: Venetian Red. HEX triplet: D5, 04 and 07. RGB value is (213,4,7). Sum of RGB (Red+Green+Blue) = 213+4+7=224 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.09% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 213 - color contains mainly: red. Hex color #D50407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50407 is #2AFBF8. Grayscale: #434343. Windows color (decimal): -2817017 or 459989. OLE color: 459989.
HSL color Cylindrical-coordinate representation of color #D50407: hue angle of 359.14º degrees, saturation: 0.96, 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 #D50407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.16 |
| HSL | 359.14º | 0.96% | 0.43% | - |
| HSV(B) | 359.14º | 0.98% | 0.84% | - |
| XYZ | 27.52 | 14.25 | 1.5 | - |
| YUV | 66.83 | 94.24 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 7 | 0 | 0.98 | 0.97 | 0.16 | 359.14 | 0.96 | 0.43 |
| Hex | D5 | 4 | 7 | 0 | 62 | 61 | 10 | 167 | 60 | 2B |
| Octal | 325 | 4 | 7 | 0 | 142 | 141 | 20 | 547 | 140 | 53 |
| Binary | 11010101 | 100 | 111 | 0 | 1100010 | 1100001 | 10000 | 101100111 | 1100000 | 101011 |
Color Harmonies of #D50407
Complementary color
Monochromatic Colors of #D50407
Black with #D50407
Text Example
Text Example
White with #D50407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50407; }
p { color: rgb(213,4,7); }
H1.HeaderClassName
{
color: #D50407;
}
.AnyTagClassName
{
color: #D50407;
}
</style>
background-color css
<style>
a { background-color: #D50407; }
a { background-color: rgb(213,4,7); }
div.DivClassName
{
background-color: #D50407;
}
.BgClassName
{
background-color: #D50407;
}
</style>
border-color css
<style>
span { border-color: #D50407; }
span { border-color: rgb(213,4,7); }
td.TdClassName
{
border-color: #D50407;
}
.TagClassName
{
border-color: #D50407;
}
</style>