Shades of Razzmatazz #CE004B
Tints of Razzmatazz #CE004B
RGB
CMYK
RGB Variations
Color information
#CE004B (or 0xCE004B) is known color: Razzmatazz. HEX triplet: CE, 00 and 4B. RGB value is (206,0,75). Sum of RGB (Red+Green+Blue) = 206+0+75=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE004B is #31FFB4. Grayscale: #464646. Windows color (decimal): -3276725 or 4915406. OLE color: 4915406.
HSL color Cylindrical-coordinate representation of color #CE004B: hue angle of 338.16º 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 #CE004B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.64 | 0.19 |
| HSL | 338.16º | 1% | 0.4% | - |
| HSV(B) | 338.16º | 1% | 0.81% | - |
| XYZ | 26.72 | 13.63 | 7.88 | - |
| YUV | 70.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 75 | 0 | 1 | 0.64 | 0.19 | 338.16 | 1 | 0.4 |
| Hex | CE | 0 | 4B | 0 | 64 | 40 | 13 | 152 | 64 | 28 |
| Octal | 316 | 0 | 113 | 0 | 144 | 100 | 23 | 522 | 144 | 50 |
| Binary | 11001110 | 0 | 1001011 | 0 | 1100100 | 1000000 | 10011 | 101010010 | 1100100 | 101000 |
Color Harmonies of #CE004B
Complementary color
Monochromatic Colors of #CE004B
Black with #CE004B
Text Example
Text Example
White with #CE004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE004B; }
p { color: rgb(206,0,75); }
H1.HeaderClassName
{
color: #CE004B;
}
.AnyTagClassName
{
color: #CE004B;
}
</style>
background-color css
<style>
a { background-color: #CE004B; }
a { background-color: rgb(206,0,75); }
div.DivClassName
{
background-color: #CE004B;
}
.BgClassName
{
background-color: #CE004B;
}
</style>
border-color css
<style>
span { border-color: #CE004B; }
span { border-color: rgb(206,0,75); }
td.TdClassName
{
border-color: #CE004B;
}
.TagClassName
{
border-color: #CE004B;
}
</style>