Shades of Razzmatazz #C4034D
Tints of Razzmatazz #C4034D
RGB
CMYK
RGB Variations
Color information
#C4034D (or 0xC4034D) is known color: Razzmatazz. HEX triplet: C4, 03 and 4D. RGB value is (196,3,77). Sum of RGB (Red+Green+Blue) = 196+3+77=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4034D is #3BFCB2. Grayscale: #454545. Windows color (decimal): -3931315 or 5047236. OLE color: 5047236.
HSL color Cylindrical-coordinate representation of color #C4034D: hue angle of 336.99º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4034D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.23 |
| HSL | 336.99º | 0.97% | 0.39% | - |
| HSV(B) | 336.99º | 0.98% | 0.77% | - |
| XYZ | 24.14 | 12.34 | 8.13 | - |
| YUV | 69.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 77 | 0 | 0.98 | 0.61 | 0.23 | 336.99 | 0.97 | 0.39 |
| Hex | C4 | 3 | 4D | 0 | 62 | 3D | 17 | 151 | 61 | 27 |
| Octal | 304 | 3 | 115 | 0 | 142 | 75 | 27 | 521 | 141 | 47 |
| Binary | 11000100 | 11 | 1001101 | 0 | 1100010 | 111101 | 10111 | 101010001 | 1100001 | 100111 |
Color Harmonies of #C4034D
Complementary color
Monochromatic Colors of #C4034D
Black with #C4034D
Text Example
Text Example
White with #C4034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4034D; }
p { color: rgb(196,3,77); }
H1.HeaderClassName
{
color: #C4034D;
}
.AnyTagClassName
{
color: #C4034D;
}
</style>
background-color css
<style>
a { background-color: #C4034D; }
a { background-color: rgb(196,3,77); }
div.DivClassName
{
background-color: #C4034D;
}
.BgClassName
{
background-color: #C4034D;
}
</style>
border-color css
<style>
span { border-color: #C4034D; }
span { border-color: rgb(196,3,77); }
td.TdClassName
{
border-color: #C4034D;
}
.TagClassName
{
border-color: #C4034D;
}
</style>