Shades of Razzmatazz #DC0C4C
Tints of Razzmatazz #DC0C4C
RGB
CMYK
RGB Variations
Color information
#DC0C4C (or 0xDC0C4C) is known color: Razzmatazz. HEX triplet: DC, 0C and 4C. RGB value is (220,12,76). Sum of RGB (Red+Green+Blue) = 220+12+76=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C4C is #23F3B3. Grayscale: #515151. Windows color (decimal): -2356148 or 4984028. OLE color: 4984028.
HSL color Cylindrical-coordinate representation of color #DC0C4C: hue angle of 341.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C4C is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 76 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.14 |
| HSL | 341.54º | 0.9% | 0.45% | - |
| HSV(B) | 341.54º | 0.95% | 0.86% | - |
| XYZ | 30.95 | 16 | 8.29 | - |
| YUV | 81.49 | 124.91 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 76 | 0 | 0.95 | 0.65 | 0.14 | 341.54 | 0.9 | 0.45 |
| Hex | DC | C | 4C | 0 | 5F | 41 | E | 156 | 5A | 2D |
| Octal | 334 | 14 | 114 | 0 | 137 | 101 | 16 | 526 | 132 | 55 |
| Binary | 11011100 | 1100 | 1001100 | 0 | 1011111 | 1000001 | 1110 | 101010110 | 1011010 | 101101 |
Color Harmonies of #DC0C4C
Complementary color
Monochromatic Colors of #DC0C4C
Black with #DC0C4C
Text Example
Text Example
White with #DC0C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C4C; }
p { color: rgb(220,12,76); }
H1.HeaderClassName
{
color: #DC0C4C;
}
.AnyTagClassName
{
color: #DC0C4C;
}
</style>
background-color css
<style>
a { background-color: #DC0C4C; }
a { background-color: rgb(220,12,76); }
div.DivClassName
{
background-color: #DC0C4C;
}
.BgClassName
{
background-color: #DC0C4C;
}
</style>
border-color css
<style>
span { border-color: #DC0C4C; }
span { border-color: rgb(220,12,76); }
td.TdClassName
{
border-color: #DC0C4C;
}
.TagClassName
{
border-color: #DC0C4C;
}
</style>