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