Shades of Razzmatazz #DC124F
Tints of Razzmatazz #DC124F
RGB
CMYK
RGB Variations
Color information
#DC124F (or 0xDC124F) is known color: Razzmatazz. HEX triplet: DC, 12 and 4F. RGB value is (220,18,79). Sum of RGB (Red+Green+Blue) = 220+18+79=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC124F is #23EDB0. Grayscale: #555555. Windows color (decimal): -2354609 or 5182172. OLE color: 5182172.
HSL color Cylindrical-coordinate representation of color #DC124F: hue angle of 341.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC124F is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.14 |
| HSL | 341.88º | 0.85% | 0.47% | - |
| HSV(B) | 341.88º | 0.92% | 0.86% | - |
| XYZ | 31.14 | 16.21 | 8.89 | - |
| YUV | 85.35 | 124.42 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 79 | 0 | 0.92 | 0.64 | 0.14 | 341.88 | 0.85 | 0.47 |
| Hex | DC | 12 | 4F | 0 | 5C | 40 | E | 156 | 55 | 2F |
| Octal | 334 | 22 | 117 | 0 | 134 | 100 | 16 | 526 | 125 | 57 |
| Binary | 11011100 | 10010 | 1001111 | 0 | 1011100 | 1000000 | 1110 | 101010110 | 1010101 | 101111 |
Color Harmonies of #DC124F
Complementary color
Monochromatic Colors of #DC124F
Black with #DC124F
Text Example
Text Example
White with #DC124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC124F; }
p { color: rgb(220,18,79); }
H1.HeaderClassName
{
color: #DC124F;
}
.AnyTagClassName
{
color: #DC124F;
}
</style>
background-color css
<style>
a { background-color: #DC124F; }
a { background-color: rgb(220,18,79); }
div.DivClassName
{
background-color: #DC124F;
}
.BgClassName
{
background-color: #DC124F;
}
</style>
border-color css
<style>
span { border-color: #DC124F; }
span { border-color: rgb(220,18,79); }
td.TdClassName
{
border-color: #DC124F;
}
.TagClassName
{
border-color: #DC124F;
}
</style>