Shades of Razzmatazz #C40253
Tints of Razzmatazz #C40253
RGB
CMYK
RGB Variations
Color information
#C40253 (or 0xC40253) is known color: Razzmatazz. HEX triplet: C4, 02 and 53. RGB value is (196,2,83). Sum of RGB (Red+Green+Blue) = 196+2+83=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C40253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40253 is #3BFDAC. Grayscale: #454545. Windows color (decimal): -3931565 or 5440196. OLE color: 5440196.
HSL color Cylindrical-coordinate representation of color #C40253: hue angle of 334.95º degrees, saturation: 0.98, 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 #C40253 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.23 |
| HSL | 334.95º | 0.98% | 0.39% | - |
| HSV(B) | 334.95º | 0.99% | 0.77% | - |
| XYZ | 24.35 | 12.4 | 9.29 | - |
| YUV | 69.24 | 135.77 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 83 | 0 | 0.99 | 0.58 | 0.23 | 334.95 | 0.98 | 0.39 |
| Hex | C4 | 2 | 53 | 0 | 63 | 3A | 17 | 14F | 62 | 27 |
| Octal | 304 | 2 | 123 | 0 | 143 | 72 | 27 | 517 | 142 | 47 |
| Binary | 11000100 | 10 | 1010011 | 0 | 1100011 | 111010 | 10111 | 101001111 | 1100010 | 100111 |
Color Harmonies of #C40253
Complementary color
Monochromatic Colors of #C40253
Black with #C40253
Text Example
Text Example
White with #C40253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40253; }
p { color: rgb(196,2,83); }
H1.HeaderClassName
{
color: #C40253;
}
.AnyTagClassName
{
color: #C40253;
}
</style>
background-color css
<style>
a { background-color: #C40253; }
a { background-color: rgb(196,2,83); }
div.DivClassName
{
background-color: #C40253;
}
.BgClassName
{
background-color: #C40253;
}
</style>
border-color css
<style>
span { border-color: #C40253; }
span { border-color: rgb(196,2,83); }
td.TdClassName
{
border-color: #C40253;
}
.TagClassName
{
border-color: #C40253;
}
</style>