Shades of Razzmatazz #D50C4F
Tints of Razzmatazz #D50C4F
RGB
CMYK
RGB Variations
Color information
#D50C4F (or 0xD50C4F) is known color: Razzmatazz. HEX triplet: D5, 0C and 4F. RGB value is (213,12,79). Sum of RGB (Red+Green+Blue) = 213+12+79=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C4F is #2AF3B0. Grayscale: #4F4F4F. Windows color (decimal): -2814897 or 5180629. OLE color: 5180629.
HSL color Cylindrical-coordinate representation of color #D50C4F: hue angle of 340º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C4F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 79 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.16 |
| HSL | 340º | 0.89% | 0.44% | - |
| HSV(B) | 340º | 0.94% | 0.84% | - |
| XYZ | 28.98 | 14.97 | 8.76 | - |
| YUV | 79.74 | 127.59 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 79 | 0 | 0.94 | 0.63 | 0.16 | 340 | 0.89 | 0.44 |
| Hex | D5 | C | 4F | 0 | 5E | 3F | 10 | 154 | 59 | 2C |
| Octal | 325 | 14 | 117 | 0 | 136 | 77 | 20 | 524 | 131 | 54 |
| Binary | 11010101 | 1100 | 1001111 | 0 | 1011110 | 111111 | 10000 | 101010100 | 1011001 | 101100 |
Color Harmonies of #D50C4F
Complementary color
Monochromatic Colors of #D50C4F
Black with #D50C4F
Text Example
Text Example
White with #D50C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C4F; }
p { color: rgb(213,12,79); }
H1.HeaderClassName
{
color: #D50C4F;
}
.AnyTagClassName
{
color: #D50C4F;
}
</style>
background-color css
<style>
a { background-color: #D50C4F; }
a { background-color: rgb(213,12,79); }
div.DivClassName
{
background-color: #D50C4F;
}
.BgClassName
{
background-color: #D50C4F;
}
</style>
border-color css
<style>
span { border-color: #D50C4F; }
span { border-color: rgb(213,12,79); }
td.TdClassName
{
border-color: #D50C4F;
}
.TagClassName
{
border-color: #D50C4F;
}
</style>