Shades of Razzmatazz #C5014B
Tints of Razzmatazz #C5014B
RGB
CMYK
RGB Variations
Color information
#C5014B (or 0xC5014B) is known color: Razzmatazz. HEX triplet: C5, 01 and 4B. RGB value is (197,1,75). Sum of RGB (Red+Green+Blue) = 197+1+75=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5014B is #3AFEB4. Grayscale: #434343. Windows color (decimal): -3866293 or 4915653. OLE color: 4915653.
HSL color Cylindrical-coordinate representation of color #C5014B: hue angle of 337.35º 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 #C5014B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.23 |
| HSL | 337.35º | 0.99% | 0.39% | - |
| HSV(B) | 337.35º | 0.99% | 0.77% | - |
| XYZ | 24.31 | 12.4 | 7.77 | - |
| YUV | 68.04 | 131.93 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 75 | 0 | 0.99 | 0.62 | 0.23 | 337.35 | 0.99 | 0.39 |
| Hex | C5 | 1 | 4B | 0 | 63 | 3E | 17 | 151 | 63 | 27 |
| Octal | 305 | 1 | 113 | 0 | 143 | 76 | 27 | 521 | 143 | 47 |
| Binary | 11000101 | 1 | 1001011 | 0 | 1100011 | 111110 | 10111 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C5014B
Complementary color
Monochromatic Colors of #C5014B
Black with #C5014B
Text Example
Text Example
White with #C5014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5014B; }
p { color: rgb(197,1,75); }
H1.HeaderClassName
{
color: #C5014B;
}
.AnyTagClassName
{
color: #C5014B;
}
</style>
background-color css
<style>
a { background-color: #C5014B; }
a { background-color: rgb(197,1,75); }
div.DivClassName
{
background-color: #C5014B;
}
.BgClassName
{
background-color: #C5014B;
}
</style>
border-color css
<style>
span { border-color: #C5014B; }
span { border-color: rgb(197,1,75); }
td.TdClassName
{
border-color: #C5014B;
}
.TagClassName
{
border-color: #C5014B;
}
</style>