Shades of Razzmatazz #C5014D
Tints of Razzmatazz #C5014D
RGB
CMYK
RGB Variations
Color information
#C5014D (or 0xC5014D) is known color: Razzmatazz. HEX triplet: C5, 01 and 4D. RGB value is (197,1,77). Sum of RGB (Red+Green+Blue) = 197+1+77=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5014D is #3AFEB2. Grayscale: #444444. Windows color (decimal): -3866291 or 5046725. OLE color: 5046725.
HSL color Cylindrical-coordinate representation of color #C5014D: hue angle of 336.73º degrees, saturation: 0.99, 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 #C5014D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.23 |
| HSL | 336.73º | 0.99% | 0.39% | - |
| HSV(B) | 336.73º | 0.99% | 0.77% | - |
| XYZ | 24.38 | 12.43 | 8.14 | - |
| YUV | 68.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 77 | 0 | 0.99 | 0.61 | 0.23 | 336.73 | 0.99 | 0.39 |
| Hex | C5 | 1 | 4D | 0 | 63 | 3D | 17 | 151 | 63 | 27 |
| Octal | 305 | 1 | 115 | 0 | 143 | 75 | 27 | 521 | 143 | 47 |
| Binary | 11000101 | 1 | 1001101 | 0 | 1100011 | 111101 | 10111 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C5014D
Complementary color
Monochromatic Colors of #C5014D
Black with #C5014D
Text Example
Text Example
White with #C5014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5014D; }
p { color: rgb(197,1,77); }
H1.HeaderClassName
{
color: #C5014D;
}
.AnyTagClassName
{
color: #C5014D;
}
</style>
background-color css
<style>
a { background-color: #C5014D; }
a { background-color: rgb(197,1,77); }
div.DivClassName
{
background-color: #C5014D;
}
.BgClassName
{
background-color: #C5014D;
}
</style>
border-color css
<style>
span { border-color: #C5014D; }
span { border-color: rgb(197,1,77); }
td.TdClassName
{
border-color: #C5014D;
}
.TagClassName
{
border-color: #C5014D;
}
</style>