Shades of Venetian Red #D50415
Tints of Venetian Red #D50415
RGB
CMYK
RGB Variations
Color information
#D50415 (or 0xD50415) is known color: Venetian Red. HEX triplet: D5, 04 and 15. RGB value is (213,4,21). Sum of RGB (Red+Green+Blue) = 213+4+21=238 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.50% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 213 - color contains mainly: red. Hex color #D50415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50415 is #2AFBEA. Grayscale: #444444. Windows color (decimal): -2817003 or 1377493. OLE color: 1377493.
HSL color Cylindrical-coordinate representation of color #D50415: hue angle of 355.12º 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 #D50415 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.16 |
| HSL | 355.12º | 0.96% | 0.43% | - |
| HSV(B) | 355.12º | 0.98% | 0.84% | - |
| XYZ | 27.62 | 14.29 | 2.01 | - |
| YUV | 68.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 21 | 0 | 0.98 | 0.90 | 0.16 | 355.12 | 0.96 | 0.43 |
| Hex | D5 | 4 | 15 | 0 | 62 | 5A | 10 | 163 | 60 | 2B |
| Octal | 325 | 4 | 25 | 0 | 142 | 132 | 20 | 543 | 140 | 53 |
| Binary | 11010101 | 100 | 10101 | 0 | 1100010 | 1011010 | 10000 | 101100011 | 1100000 | 101011 |
Color Harmonies of #D50415
Complementary color
Monochromatic Colors of #D50415
Black with #D50415
Text Example
Text Example
White with #D50415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50415; }
p { color: rgb(213,4,21); }
H1.HeaderClassName
{
color: #D50415;
}
.AnyTagClassName
{
color: #D50415;
}
</style>
background-color css
<style>
a { background-color: #D50415; }
a { background-color: rgb(213,4,21); }
div.DivClassName
{
background-color: #D50415;
}
.BgClassName
{
background-color: #D50415;
}
</style>
border-color css
<style>
span { border-color: #D50415; }
span { border-color: rgb(213,4,21); }
td.TdClassName
{
border-color: #D50415;
}
.TagClassName
{
border-color: #D50415;
}
</style>