Shades of Razzmatazz #CE004A
Tints of Razzmatazz #CE004A
RGB
CMYK
RGB Variations
Color information
#CE004A (or 0xCE004A) is known color: Razzmatazz. HEX triplet: CE, 00 and 4A. RGB value is (206,0,74). Sum of RGB (Red+Green+Blue) = 206+0+74=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE004A is #31FFB5. Grayscale: #454545. Windows color (decimal): -3276726 or 4849870. OLE color: 4849870.
HSL color Cylindrical-coordinate representation of color #CE004A: hue angle of 338.45º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE004A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.64 | 0.19 |
| HSL | 338.45º | 1% | 0.4% | - |
| HSV(B) | 338.45º | 1% | 0.81% | - |
| XYZ | 26.69 | 13.62 | 7.7 | - |
| YUV | 70.03 | 130.25 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 74 | 0 | 1 | 0.64 | 0.19 | 338.45 | 1 | 0.4 |
| Hex | CE | 0 | 4A | 0 | 64 | 40 | 13 | 152 | 64 | 28 |
| Octal | 316 | 0 | 112 | 0 | 144 | 100 | 23 | 522 | 144 | 50 |
| Binary | 11001110 | 0 | 1001010 | 0 | 1100100 | 1000000 | 10011 | 101010010 | 1100100 | 101000 |
Color Harmonies of #CE004A
Complementary color
Monochromatic Colors of #CE004A
Black with #CE004A
Text Example
Text Example
White with #CE004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE004A; }
p { color: rgb(206,0,74); }
H1.HeaderClassName
{
color: #CE004A;
}
.AnyTagClassName
{
color: #CE004A;
}
</style>
background-color css
<style>
a { background-color: #CE004A; }
a { background-color: rgb(206,0,74); }
div.DivClassName
{
background-color: #CE004A;
}
.BgClassName
{
background-color: #CE004A;
}
</style>
border-color css
<style>
span { border-color: #CE004A; }
span { border-color: rgb(206,0,74); }
td.TdClassName
{
border-color: #CE004A;
}
.TagClassName
{
border-color: #CE004A;
}
</style>