Shades of Razzmatazz #C7014D
Tints of Razzmatazz #C7014D
RGB
CMYK
RGB Variations
Color information
#C7014D (or 0xC7014D) is known color: Razzmatazz. HEX triplet: C7, 01 and 4D. RGB value is (199,1,77). Sum of RGB (Red+Green+Blue) = 199+1+77=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7014D is #38FEB2. Grayscale: #444444. Windows color (decimal): -3735219 or 5046727. OLE color: 5046727.
HSL color Cylindrical-coordinate representation of color #C7014D: hue angle of 336.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7014D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.22 |
| HSL | 336.97º | 0.99% | 0.39% | - |
| HSV(B) | 336.97º | 0.99% | 0.78% | - |
| XYZ | 24.9 | 12.7 | 8.16 | - |
| YUV | 68.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 77 | 0 | 0.99 | 0.61 | 0.22 | 336.97 | 0.99 | 0.39 |
| Hex | C7 | 1 | 4D | 0 | 63 | 3D | 16 | 151 | 63 | 27 |
| Octal | 307 | 1 | 115 | 0 | 143 | 75 | 26 | 521 | 143 | 47 |
| Binary | 11000111 | 1 | 1001101 | 0 | 1100011 | 111101 | 10110 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C7014D
Complementary color
Monochromatic Colors of #C7014D
Black with #C7014D
Text Example
Text Example
White with #C7014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7014D; }
p { color: rgb(199,1,77); }
H1.HeaderClassName
{
color: #C7014D;
}
.AnyTagClassName
{
color: #C7014D;
}
</style>
background-color css
<style>
a { background-color: #C7014D; }
a { background-color: rgb(199,1,77); }
div.DivClassName
{
background-color: #C7014D;
}
.BgClassName
{
background-color: #C7014D;
}
</style>
border-color css
<style>
span { border-color: #C7014D; }
span { border-color: rgb(199,1,77); }
td.TdClassName
{
border-color: #C7014D;
}
.TagClassName
{
border-color: #C7014D;
}
</style>