Shades of Razzmatazz #D5004C
Tints of Razzmatazz #D5004C
RGB
CMYK
RGB Variations
Color information
#D5004C (or 0xD5004C) is known color: Razzmatazz. HEX triplet: D5, 00 and 4C. RGB value is (213,0,76). Sum of RGB (Red+Green+Blue) = 213+0+76=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5004C is #2AFFB3. Grayscale: #484848. Windows color (decimal): -2817972 or 4980949. OLE color: 4980949.
HSL color Cylindrical-coordinate representation of color #D5004C: hue angle of 338.59º 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 #D5004C is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.64 | 0.16 |
| HSL | 338.59º | 1% | 0.42% | - |
| HSV(B) | 338.59º | 1% | 0.84% | - |
| XYZ | 28.75 | 14.67 | 8.15 | - |
| YUV | 72.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 76 | 0 | 1 | 0.64 | 0.16 | 338.59 | 1 | 0.42 |
| Hex | D5 | 0 | 4C | 0 | 64 | 40 | 10 | 153 | 64 | 2A |
| Octal | 325 | 0 | 114 | 0 | 144 | 100 | 20 | 523 | 144 | 52 |
| Binary | 11010101 | 0 | 1001100 | 0 | 1100100 | 1000000 | 10000 | 101010011 | 1100100 | 101010 |
Color Harmonies of #D5004C
Complementary color
Monochromatic Colors of #D5004C
Black with #D5004C
Text Example
Text Example
White with #D5004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5004C; }
p { color: rgb(213,0,76); }
H1.HeaderClassName
{
color: #D5004C;
}
.AnyTagClassName
{
color: #D5004C;
}
</style>
background-color css
<style>
a { background-color: #D5004C; }
a { background-color: rgb(213,0,76); }
div.DivClassName
{
background-color: #D5004C;
}
.BgClassName
{
background-color: #D5004C;
}
</style>
border-color css
<style>
span { border-color: #D5004C; }
span { border-color: rgb(213,0,76); }
td.TdClassName
{
border-color: #D5004C;
}
.TagClassName
{
border-color: #D5004C;
}
</style>