Shades of Razzmatazz #C4014D
Tints of Razzmatazz #C4014D
RGB
CMYK
RGB Variations
Color information
#C4014D (or 0xC4014D) is known color: Razzmatazz. HEX triplet: C4, 01 and 4D. RGB value is (196,1,77). Sum of RGB (Red+Green+Blue) = 196+1+77=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4014D is #3BFEB2. Grayscale: #434343. Windows color (decimal): -3931827 or 5046724. OLE color: 5046724.
HSL color Cylindrical-coordinate representation of color #C4014D: hue angle of 336.62º 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 #C4014D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.23 |
| HSL | 336.62º | 0.99% | 0.39% | - |
| HSV(B) | 336.62º | 0.99% | 0.77% | - |
| XYZ | 24.12 | 12.29 | 8.12 | - |
| YUV | 67.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 77 | 0 | 0.99 | 0.61 | 0.23 | 336.62 | 0.99 | 0.39 |
| Hex | C4 | 1 | 4D | 0 | 63 | 3D | 17 | 151 | 63 | 27 |
| Octal | 304 | 1 | 115 | 0 | 143 | 75 | 27 | 521 | 143 | 47 |
| Binary | 11000100 | 1 | 1001101 | 0 | 1100011 | 111101 | 10111 | 101010001 | 1100011 | 100111 |
Color Harmonies of #C4014D
Complementary color
Monochromatic Colors of #C4014D
Black with #C4014D
Text Example
Text Example
White with #C4014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4014D; }
p { color: rgb(196,1,77); }
H1.HeaderClassName
{
color: #C4014D;
}
.AnyTagClassName
{
color: #C4014D;
}
</style>
background-color css
<style>
a { background-color: #C4014D; }
a { background-color: rgb(196,1,77); }
div.DivClassName
{
background-color: #C4014D;
}
.BgClassName
{
background-color: #C4014D;
}
</style>
border-color css
<style>
span { border-color: #C4014D; }
span { border-color: rgb(196,1,77); }
td.TdClassName
{
border-color: #C4014D;
}
.TagClassName
{
border-color: #C4014D;
}
</style>