Shades of Razzmatazz #C5034D
Tints of Razzmatazz #C5034D
RGB
CMYK
RGB Variations
Color information
#C5034D (or 0xC5034D) is known color: Razzmatazz. HEX triplet: C5, 03 and 4D. RGB value is (197,3,77). Sum of RGB (Red+Green+Blue) = 197+3+77=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5034D is #3AFCB2. Grayscale: #454545. Windows color (decimal): -3865779 or 5047237. OLE color: 5047237.
HSL color Cylindrical-coordinate representation of color #C5034D: hue angle of 337.11º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5034D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.23 |
| HSL | 337.11º | 0.97% | 0.39% | - |
| HSV(B) | 337.11º | 0.98% | 0.77% | - |
| XYZ | 24.4 | 12.47 | 8.14 | - |
| YUV | 69.44 | 132.27 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 77 | 0 | 0.98 | 0.61 | 0.23 | 337.11 | 0.97 | 0.39 |
| Hex | C5 | 3 | 4D | 0 | 62 | 3D | 17 | 151 | 61 | 27 |
| Octal | 305 | 3 | 115 | 0 | 142 | 75 | 27 | 521 | 141 | 47 |
| Binary | 11000101 | 11 | 1001101 | 0 | 1100010 | 111101 | 10111 | 101010001 | 1100001 | 100111 |
Color Harmonies of #C5034D
Complementary color
Monochromatic Colors of #C5034D
Black with #C5034D
Text Example
Text Example
White with #C5034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5034D; }
p { color: rgb(197,3,77); }
H1.HeaderClassName
{
color: #C5034D;
}
.AnyTagClassName
{
color: #C5034D;
}
</style>
background-color css
<style>
a { background-color: #C5034D; }
a { background-color: rgb(197,3,77); }
div.DivClassName
{
background-color: #C5034D;
}
.BgClassName
{
background-color: #C5034D;
}
</style>
border-color css
<style>
span { border-color: #C5034D; }
span { border-color: rgb(197,3,77); }
td.TdClassName
{
border-color: #C5034D;
}
.TagClassName
{
border-color: #C5034D;
}
</style>