Shades of Razzmatazz #DC024B
Tints of Razzmatazz #DC024B
RGB
CMYK
RGB Variations
Color information
#DC024B (or 0xDC024B) is known color: Razzmatazz. HEX triplet: DC, 02 and 4B. RGB value is (220,2,75). Sum of RGB (Red+Green+Blue) = 220+2+75=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC024B is #23FDB4. Grayscale: #4B4B4B. Windows color (decimal): -2358709 or 4915932. OLE color: 4915932.
HSL color Cylindrical-coordinate representation of color #DC024B: hue angle of 339.91º 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 #DC024B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.14 |
| HSL | 339.91º | 0.98% | 0.44% | - |
| HSV(B) | 339.91º | 0.99% | 0.86% | - |
| XYZ | 30.81 | 15.77 | 8.08 | - |
| YUV | 75.5 | 127.72 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 75 | 0 | 0.99 | 0.66 | 0.14 | 339.91 | 0.98 | 0.44 |
| Hex | DC | 2 | 4B | 0 | 63 | 42 | E | 154 | 62 | 2C |
| Octal | 334 | 2 | 113 | 0 | 143 | 102 | 16 | 524 | 142 | 54 |
| Binary | 11011100 | 10 | 1001011 | 0 | 1100011 | 1000010 | 1110 | 101010100 | 1100010 | 101100 |
Color Harmonies of #DC024B
Complementary color
Monochromatic Colors of #DC024B
Black with #DC024B
Text Example
Text Example
White with #DC024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC024B; }
p { color: rgb(220,2,75); }
H1.HeaderClassName
{
color: #DC024B;
}
.AnyTagClassName
{
color: #DC024B;
}
</style>
background-color css
<style>
a { background-color: #DC024B; }
a { background-color: rgb(220,2,75); }
div.DivClassName
{
background-color: #DC024B;
}
.BgClassName
{
background-color: #DC024B;
}
</style>
border-color css
<style>
span { border-color: #DC024B; }
span { border-color: rgb(220,2,75); }
td.TdClassName
{
border-color: #DC024B;
}
.TagClassName
{
border-color: #DC024B;
}
</style>