Shades of Razzmatazz #C3024D
Tints of Razzmatazz #C3024D
RGB
CMYK
RGB Variations
Color information
#C3024D (or 0xC3024D) is known color: Razzmatazz. HEX triplet: C3, 02 and 4D. RGB value is (195,2,77). Sum of RGB (Red+Green+Blue) = 195+2+77=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3024D is #3CFDB2. Grayscale: #444444. Windows color (decimal): -3997107 or 5046979. OLE color: 5046979.
HSL color Cylindrical-coordinate representation of color #C3024D: hue angle of 336.68º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3024D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 336.68º | 0.98% | 0.39% | - |
| HSV(B) | 336.68º | 0.99% | 0.76% | - |
| XYZ | 23.87 | 12.18 | 8.11 | - |
| YUV | 68.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 77 | 0 | 0.99 | 0.61 | 0.24 | 336.68 | 0.98 | 0.39 |
| Hex | C3 | 2 | 4D | 0 | 63 | 3D | 18 | 151 | 62 | 27 |
| Octal | 303 | 2 | 115 | 0 | 143 | 75 | 30 | 521 | 142 | 47 |
| Binary | 11000011 | 10 | 1001101 | 0 | 1100011 | 111101 | 11000 | 101010001 | 1100010 | 100111 |
Color Harmonies of #C3024D
Complementary color
Monochromatic Colors of #C3024D
Black with #C3024D
Text Example
Text Example
White with #C3024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3024D; }
p { color: rgb(195,2,77); }
H1.HeaderClassName
{
color: #C3024D;
}
.AnyTagClassName
{
color: #C3024D;
}
</style>
background-color css
<style>
a { background-color: #C3024D; }
a { background-color: rgb(195,2,77); }
div.DivClassName
{
background-color: #C3024D;
}
.BgClassName
{
background-color: #C3024D;
}
</style>
border-color css
<style>
span { border-color: #C3024D; }
span { border-color: rgb(195,2,77); }
td.TdClassName
{
border-color: #C3024D;
}
.TagClassName
{
border-color: #C3024D;
}
</style>