Shades of Razzmatazz #D4004A
Tints of Razzmatazz #D4004A
RGB
CMYK
RGB Variations
Color information
#D4004A (or 0xD4004A) is known color: Razzmatazz. HEX triplet: D4, 00 and 4A. RGB value is (212,0,74). Sum of RGB (Red+Green+Blue) = 212+0+74=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D4004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4004A is #2BFFB5. Grayscale: #474747. Windows color (decimal): -2883510 or 4849876. OLE color: 4849876.
HSL color Cylindrical-coordinate representation of color #D4004A: hue angle of 339.06º 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 #D4004A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.65 | 0.17 |
| HSL | 339.06º | 1% | 0.42% | - |
| HSV(B) | 339.06º | 1% | 0.83% | - |
| XYZ | 28.39 | 14.49 | 7.78 | - |
| YUV | 71.82 | 129.24 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 74 | 0 | 1 | 0.65 | 0.17 | 339.06 | 1 | 0.42 |
| Hex | D4 | 0 | 4A | 0 | 64 | 41 | 11 | 153 | 64 | 2A |
| Octal | 324 | 0 | 112 | 0 | 144 | 101 | 21 | 523 | 144 | 52 |
| Binary | 11010100 | 0 | 1001010 | 0 | 1100100 | 1000001 | 10001 | 101010011 | 1100100 | 101010 |
Color Harmonies of #D4004A
Complementary color
Monochromatic Colors of #D4004A
Black with #D4004A
Text Example
Text Example
White with #D4004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4004A; }
p { color: rgb(212,0,74); }
H1.HeaderClassName
{
color: #D4004A;
}
.AnyTagClassName
{
color: #D4004A;
}
</style>
background-color css
<style>
a { background-color: #D4004A; }
a { background-color: rgb(212,0,74); }
div.DivClassName
{
background-color: #D4004A;
}
.BgClassName
{
background-color: #D4004A;
}
</style>
border-color css
<style>
span { border-color: #D4004A; }
span { border-color: rgb(212,0,74); }
td.TdClassName
{
border-color: #D4004A;
}
.TagClassName
{
border-color: #D4004A;
}
</style>