Shades of Razzmatazz #D5014F
Tints of Razzmatazz #D5014F
RGB
CMYK
RGB Variations
Color information
#D5014F (or 0xD5014F) is known color: Razzmatazz. HEX triplet: D5, 01 and 4F. RGB value is (213,1,79). Sum of RGB (Red+Green+Blue) = 213+1+79=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5014F is #2AFEB0. Grayscale: #494949. Windows color (decimal): -2817713 or 5177813. OLE color: 5177813.
HSL color Cylindrical-coordinate representation of color #D5014F: hue angle of 337.92º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5014F is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.16 |
| HSL | 337.92º | 0.99% | 0.42% | - |
| HSV(B) | 337.92º | 1% | 0.84% | - |
| XYZ | 28.86 | 14.73 | 8.72 | - |
| YUV | 73.28 | 131.24 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 79 | 0 | 1.00 | 0.63 | 0.16 | 337.92 | 0.99 | 0.42 |
| Hex | D5 | 1 | 4F | 0 | 64 | 3F | 10 | 152 | 63 | 2A |
| Octal | 325 | 1 | 117 | 0 | 144 | 77 | 20 | 522 | 143 | 52 |
| Binary | 11010101 | 1 | 1001111 | 0 | 1100100 | 111111 | 10000 | 101010010 | 1100011 | 101010 |
Color Harmonies of #D5014F
Complementary color
Monochromatic Colors of #D5014F
Black with #D5014F
Text Example
Text Example
White with #D5014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5014F; }
p { color: rgb(213,1,79); }
H1.HeaderClassName
{
color: #D5014F;
}
.AnyTagClassName
{
color: #D5014F;
}
</style>
background-color css
<style>
a { background-color: #D5014F; }
a { background-color: rgb(213,1,79); }
div.DivClassName
{
background-color: #D5014F;
}
.BgClassName
{
background-color: #D5014F;
}
</style>
border-color css
<style>
span { border-color: #D5014F; }
span { border-color: rgb(213,1,79); }
td.TdClassName
{
border-color: #D5014F;
}
.TagClassName
{
border-color: #D5014F;
}
</style>