Shades of Razzmatazz #D4024D
Tints of Razzmatazz #D4024D
RGB
CMYK
RGB Variations
Color information
#D4024D (or 0xD4024D) is known color: Razzmatazz. HEX triplet: D4, 02 and 4D. RGB value is (212,2,77). Sum of RGB (Red+Green+Blue) = 212+2+77=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4024D is #2BFDB2. Grayscale: #494949. Windows color (decimal): -2882995 or 5046996. OLE color: 5046996.
HSL color Cylindrical-coordinate representation of color #D4024D: hue angle of 338.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4024D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.17 |
| HSL | 338.57º | 0.98% | 0.42% | - |
| HSV(B) | 338.57º | 0.99% | 0.83% | - |
| XYZ | 28.51 | 14.58 | 8.33 | - |
| YUV | 73.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 77 | 0 | 0.99 | 0.64 | 0.17 | 338.57 | 0.98 | 0.42 |
| Hex | D4 | 2 | 4D | 0 | 63 | 40 | 11 | 153 | 62 | 2A |
| Octal | 324 | 2 | 115 | 0 | 143 | 100 | 21 | 523 | 142 | 52 |
| Binary | 11010100 | 10 | 1001101 | 0 | 1100011 | 1000000 | 10001 | 101010011 | 1100010 | 101010 |
Color Harmonies of #D4024D
Complementary color
Monochromatic Colors of #D4024D
Black with #D4024D
Text Example
Text Example
White with #D4024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4024D; }
p { color: rgb(212,2,77); }
H1.HeaderClassName
{
color: #D4024D;
}
.AnyTagClassName
{
color: #D4024D;
}
</style>
background-color css
<style>
a { background-color: #D4024D; }
a { background-color: rgb(212,2,77); }
div.DivClassName
{
background-color: #D4024D;
}
.BgClassName
{
background-color: #D4024D;
}
</style>
border-color css
<style>
span { border-color: #D4024D; }
span { border-color: rgb(212,2,77); }
td.TdClassName
{
border-color: #D4024D;
}
.TagClassName
{
border-color: #D4024D;
}
</style>