Shades of Razzmatazz #D4004F
Tints of Razzmatazz #D4004F
RGB
CMYK
RGB Variations
Color information
#D4004F (or 0xD4004F) is known color: Razzmatazz. HEX triplet: D4, 00 and 4F. RGB value is (212,0,79). Sum of RGB (Red+Green+Blue) = 212+0+79=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4004F is #2BFFB0. Grayscale: #484848. Windows color (decimal): -2883505 or 5177556. OLE color: 5177556.
HSL color Cylindrical-coordinate representation of color #D4004F: hue angle of 337.64º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4004F is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.63 | 0.17 |
| HSL | 337.64º | 1% | 0.42% | - |
| HSV(B) | 337.64º | 1% | 0.83% | - |
| XYZ | 28.56 | 14.56 | 8.7 | - |
| YUV | 72.39 | 131.74 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 79 | 0 | 1 | 0.63 | 0.17 | 337.64 | 1 | 0.42 |
| Hex | D4 | 0 | 4F | 0 | 64 | 3F | 11 | 152 | 64 | 2A |
| Octal | 324 | 0 | 117 | 0 | 144 | 77 | 21 | 522 | 144 | 52 |
| Binary | 11010100 | 0 | 1001111 | 0 | 1100100 | 111111 | 10001 | 101010010 | 1100100 | 101010 |
Color Harmonies of #D4004F
Complementary color
Monochromatic Colors of #D4004F
Black with #D4004F
Text Example
Text Example
White with #D4004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4004F; }
p { color: rgb(212,0,79); }
H1.HeaderClassName
{
color: #D4004F;
}
.AnyTagClassName
{
color: #D4004F;
}
</style>
background-color css
<style>
a { background-color: #D4004F; }
a { background-color: rgb(212,0,79); }
div.DivClassName
{
background-color: #D4004F;
}
.BgClassName
{
background-color: #D4004F;
}
</style>
border-color css
<style>
span { border-color: #D4004F; }
span { border-color: rgb(212,0,79); }
td.TdClassName
{
border-color: #D4004F;
}
.TagClassName
{
border-color: #D4004F;
}
</style>