Shades of Razzmatazz #C5024D
Tints of Razzmatazz #C5024D
RGB
CMYK
RGB Variations
Color information
#C5024D (or 0xC5024D) is known color: Razzmatazz. HEX triplet: C5, 02 and 4D. RGB value is (197,2,77). Sum of RGB (Red+Green+Blue) = 197+2+77=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5024D is #3AFDB2. Grayscale: #444444. Windows color (decimal): -3866035 or 5046981. OLE color: 5046981.
HSL color Cylindrical-coordinate representation of color #C5024D: hue angle of 336.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5024D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.23 |
| HSL | 336.92º | 0.98% | 0.39% | - |
| HSV(B) | 336.92º | 0.99% | 0.77% | - |
| XYZ | 24.39 | 12.45 | 8.14 | - |
| YUV | 68.86 | 132.6 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 77 | 0 | 0.99 | 0.61 | 0.23 | 336.92 | 0.98 | 0.39 |
| Hex | C5 | 2 | 4D | 0 | 63 | 3D | 17 | 151 | 62 | 27 |
| Octal | 305 | 2 | 115 | 0 | 143 | 75 | 27 | 521 | 142 | 47 |
| Binary | 11000101 | 10 | 1001101 | 0 | 1100011 | 111101 | 10111 | 101010001 | 1100010 | 100111 |
Color Harmonies of #C5024D
Complementary color
Monochromatic Colors of #C5024D
Black with #C5024D
Text Example
Text Example
White with #C5024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5024D; }
p { color: rgb(197,2,77); }
H1.HeaderClassName
{
color: #C5024D;
}
.AnyTagClassName
{
color: #C5024D;
}
</style>
background-color css
<style>
a { background-color: #C5024D; }
a { background-color: rgb(197,2,77); }
div.DivClassName
{
background-color: #C5024D;
}
.BgClassName
{
background-color: #C5024D;
}
</style>
border-color css
<style>
span { border-color: #C5024D; }
span { border-color: rgb(197,2,77); }
td.TdClassName
{
border-color: #C5024D;
}
.TagClassName
{
border-color: #C5024D;
}
</style>