Shades of Razzmatazz #DC064A
Tints of Razzmatazz #DC064A
RGB
CMYK
RGB Variations
Color information
#DC064A (or 0xDC064A) is known color: Razzmatazz. HEX triplet: DC, 06 and 4A. RGB value is (220,6,74). Sum of RGB (Red+Green+Blue) = 220+6+74=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC064A is #23F9B5. Grayscale: #4D4D4D. Windows color (decimal): -2357686 or 4851420. OLE color: 4851420.
HSL color Cylindrical-coordinate representation of color #DC064A: hue angle of 340.93º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC064A is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.14 |
| HSL | 340.93º | 0.95% | 0.44% | - |
| HSV(B) | 340.93º | 0.97% | 0.86% | - |
| XYZ | 30.82 | 15.84 | 7.91 | - |
| YUV | 77.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 74 | 0 | 0.97 | 0.66 | 0.14 | 340.93 | 0.95 | 0.44 |
| Hex | DC | 6 | 4A | 0 | 61 | 42 | E | 155 | 5F | 2C |
| Octal | 334 | 6 | 112 | 0 | 141 | 102 | 16 | 525 | 137 | 54 |
| Binary | 11011100 | 110 | 1001010 | 0 | 1100001 | 1000010 | 1110 | 101010101 | 1011111 | 101100 |
Color Harmonies of #DC064A
Complementary color
Monochromatic Colors of #DC064A
Black with #DC064A
Text Example
Text Example
White with #DC064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC064A; }
p { color: rgb(220,6,74); }
H1.HeaderClassName
{
color: #DC064A;
}
.AnyTagClassName
{
color: #DC064A;
}
</style>
background-color css
<style>
a { background-color: #DC064A; }
a { background-color: rgb(220,6,74); }
div.DivClassName
{
background-color: #DC064A;
}
.BgClassName
{
background-color: #DC064A;
}
</style>
border-color css
<style>
span { border-color: #DC064A; }
span { border-color: rgb(220,6,74); }
td.TdClassName
{
border-color: #DC064A;
}
.TagClassName
{
border-color: #DC064A;
}
</style>