Shades of Razzmatazz #C4024D
Tints of Razzmatazz #C4024D
RGB
CMYK
RGB Variations
Color information
#C4024D (or 0xC4024D) is known color: Razzmatazz. HEX triplet: C4, 02 and 4D. RGB value is (196,2,77). Sum of RGB (Red+Green+Blue) = 196+2+77=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4024D is #3BFDB2. Grayscale: #444444. Windows color (decimal): -3931571 or 5046980. OLE color: 5046980.
HSL color Cylindrical-coordinate representation of color #C4024D: hue angle of 336.8º 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 #C4024D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.23 |
| HSL | 336.8º | 0.98% | 0.39% | - |
| HSV(B) | 336.8º | 0.99% | 0.77% | - |
| XYZ | 24.13 | 12.32 | 8.13 | - |
| YUV | 68.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 77 | 0 | 0.99 | 0.61 | 0.23 | 336.8 | 0.98 | 0.39 |
| Hex | C4 | 2 | 4D | 0 | 63 | 3D | 17 | 151 | 62 | 27 |
| Octal | 304 | 2 | 115 | 0 | 143 | 75 | 27 | 521 | 142 | 47 |
| Binary | 11000100 | 10 | 1001101 | 0 | 1100011 | 111101 | 10111 | 101010001 | 1100010 | 100111 |
Color Harmonies of #C4024D
Complementary color
Monochromatic Colors of #C4024D
Black with #C4024D
Text Example
Text Example
White with #C4024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4024D; }
p { color: rgb(196,2,77); }
H1.HeaderClassName
{
color: #C4024D;
}
.AnyTagClassName
{
color: #C4024D;
}
</style>
background-color css
<style>
a { background-color: #C4024D; }
a { background-color: rgb(196,2,77); }
div.DivClassName
{
background-color: #C4024D;
}
.BgClassName
{
background-color: #C4024D;
}
</style>
border-color css
<style>
span { border-color: #C4024D; }
span { border-color: rgb(196,2,77); }
td.TdClassName
{
border-color: #C4024D;
}
.TagClassName
{
border-color: #C4024D;
}
</style>