Shades of Razzmatazz #DC024F
Tints of Razzmatazz #DC024F
RGB
CMYK
RGB Variations
Color information
#DC024F (or 0xDC024F) is known color: Razzmatazz. HEX triplet: DC, 02 and 4F. RGB value is (220,2,79). Sum of RGB (Red+Green+Blue) = 220+2+79=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC024F is #23FDB0. Grayscale: #4B4B4B. Windows color (decimal): -2358705 or 5178076. OLE color: 5178076.
HSL color Cylindrical-coordinate representation of color #DC024F: hue angle of 338.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC024F is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.14 |
| HSL | 338.81º | 0.98% | 0.44% | - |
| HSV(B) | 338.81º | 0.99% | 0.86% | - |
| XYZ | 30.95 | 15.82 | 8.82 | - |
| YUV | 75.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 79 | 0 | 0.99 | 0.64 | 0.14 | 338.81 | 0.98 | 0.44 |
| Hex | DC | 2 | 4F | 0 | 63 | 40 | E | 153 | 62 | 2C |
| Octal | 334 | 2 | 117 | 0 | 143 | 100 | 16 | 523 | 142 | 54 |
| Binary | 11011100 | 10 | 1001111 | 0 | 1100011 | 1000000 | 1110 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DC024F
Complementary color
Monochromatic Colors of #DC024F
Black with #DC024F
Text Example
Text Example
White with #DC024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC024F; }
p { color: rgb(220,2,79); }
H1.HeaderClassName
{
color: #DC024F;
}
.AnyTagClassName
{
color: #DC024F;
}
</style>
background-color css
<style>
a { background-color: #DC024F; }
a { background-color: rgb(220,2,79); }
div.DivClassName
{
background-color: #DC024F;
}
.BgClassName
{
background-color: #DC024F;
}
</style>
border-color css
<style>
span { border-color: #DC024F; }
span { border-color: rgb(220,2,79); }
td.TdClassName
{
border-color: #DC024F;
}
.TagClassName
{
border-color: #DC024F;
}
</style>