Shades of Razzmatazz #C3014D
Tints of Razzmatazz #C3014D
RGB
CMYK
RGB Variations
Color information
#C3014D (or 0xC3014D) is known color: Razzmatazz. HEX triplet: C3, 01 and 4D. RGB value is (195,1,77). Sum of RGB (Red+Green+Blue) = 195+1+77=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3014D is #3CFEB2. Grayscale: #434343. Windows color (decimal): -3997363 or 5046723. OLE color: 5046723.
HSL color Cylindrical-coordinate representation of color #C3014D: hue angle of 336.49º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3014D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 336.49º | 0.99% | 0.38% | - |
| HSV(B) | 336.49º | 0.99% | 0.76% | - |
| XYZ | 23.86 | 12.16 | 8.11 | - |
| YUV | 67.67 | 133.27 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 77 | 0 | 0.99 | 0.61 | 0.24 | 336.49 | 0.99 | 0.38 |
| Hex | C3 | 1 | 4D | 0 | 63 | 3D | 18 | 150 | 63 | 26 |
| Octal | 303 | 1 | 115 | 0 | 143 | 75 | 30 | 520 | 143 | 46 |
| Binary | 11000011 | 1 | 1001101 | 0 | 1100011 | 111101 | 11000 | 101010000 | 1100011 | 100110 |
Color Harmonies of #C3014D
Complementary color
Monochromatic Colors of #C3014D
Black with #C3014D
Text Example
Text Example
White with #C3014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3014D; }
p { color: rgb(195,1,77); }
H1.HeaderClassName
{
color: #C3014D;
}
.AnyTagClassName
{
color: #C3014D;
}
</style>
background-color css
<style>
a { background-color: #C3014D; }
a { background-color: rgb(195,1,77); }
div.DivClassName
{
background-color: #C3014D;
}
.BgClassName
{
background-color: #C3014D;
}
</style>
border-color css
<style>
span { border-color: #C3014D; }
span { border-color: rgb(195,1,77); }
td.TdClassName
{
border-color: #C3014D;
}
.TagClassName
{
border-color: #C3014D;
}
</style>