Shades of Razzmatazz #C7024D
Tints of Razzmatazz #C7024D
RGB
CMYK
RGB Variations
Color information
#C7024D (or 0xC7024D) is known color: Razzmatazz. HEX triplet: C7, 02 and 4D. RGB value is (199,2,77). Sum of RGB (Red+Green+Blue) = 199+2+77=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7024D is #38FDB2. Grayscale: #454545. Windows color (decimal): -3734963 or 5046983. OLE color: 5046983.
HSL color Cylindrical-coordinate representation of color #C7024D: hue angle of 337.16º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7024D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.22 |
| HSL | 337.16º | 0.98% | 0.39% | - |
| HSV(B) | 337.16º | 0.99% | 0.78% | - |
| XYZ | 24.91 | 12.72 | 8.16 | - |
| YUV | 69.45 | 132.27 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 77 | 0 | 0.99 | 0.61 | 0.22 | 337.16 | 0.98 | 0.39 |
| Hex | C7 | 2 | 4D | 0 | 63 | 3D | 16 | 151 | 62 | 27 |
| Octal | 307 | 2 | 115 | 0 | 143 | 75 | 26 | 521 | 142 | 47 |
| Binary | 11000111 | 10 | 1001101 | 0 | 1100011 | 111101 | 10110 | 101010001 | 1100010 | 100111 |
Color Harmonies of #C7024D
Complementary color
Monochromatic Colors of #C7024D
Black with #C7024D
Text Example
Text Example
White with #C7024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7024D; }
p { color: rgb(199,2,77); }
H1.HeaderClassName
{
color: #C7024D;
}
.AnyTagClassName
{
color: #C7024D;
}
</style>
background-color css
<style>
a { background-color: #C7024D; }
a { background-color: rgb(199,2,77); }
div.DivClassName
{
background-color: #C7024D;
}
.BgClassName
{
background-color: #C7024D;
}
</style>
border-color css
<style>
span { border-color: #C7024D; }
span { border-color: rgb(199,2,77); }
td.TdClassName
{
border-color: #C7024D;
}
.TagClassName
{
border-color: #C7024D;
}
</style>