Shades of Razzmatazz #CE064E
Tints of Razzmatazz #CE064E
RGB
CMYK
RGB Variations
Color information
#CE064E (or 0xCE064E) is known color: Razzmatazz. HEX triplet: CE, 06 and 4E. RGB value is (206,6,78). Sum of RGB (Red+Green+Blue) = 206+6+78=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE064E is #31F9B1. Grayscale: #494949. Windows color (decimal): -3275186 or 5113550. OLE color: 5113550.
HSL color Cylindrical-coordinate representation of color #CE064E: hue angle of 338.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE064E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 78 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.19 |
| HSL | 338.4º | 0.94% | 0.42% | - |
| HSV(B) | 338.4º | 0.97% | 0.81% | - |
| XYZ | 26.89 | 13.8 | 8.45 | - |
| YUV | 74.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 78 | 0 | 0.97 | 0.62 | 0.19 | 338.4 | 0.94 | 0.42 |
| Hex | CE | 6 | 4E | 0 | 61 | 3E | 13 | 152 | 5E | 2A |
| Octal | 316 | 6 | 116 | 0 | 141 | 76 | 23 | 522 | 136 | 52 |
| Binary | 11001110 | 110 | 1001110 | 0 | 1100001 | 111110 | 10011 | 101010010 | 1011110 | 101010 |
Color Harmonies of #CE064E
Complementary color
Monochromatic Colors of #CE064E
Black with #CE064E
Text Example
Text Example
White with #CE064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE064E; }
p { color: rgb(206,6,78); }
H1.HeaderClassName
{
color: #CE064E;
}
.AnyTagClassName
{
color: #CE064E;
}
</style>
background-color css
<style>
a { background-color: #CE064E; }
a { background-color: rgb(206,6,78); }
div.DivClassName
{
background-color: #CE064E;
}
.BgClassName
{
background-color: #CE064E;
}
</style>
border-color css
<style>
span { border-color: #CE064E; }
span { border-color: rgb(206,6,78); }
td.TdClassName
{
border-color: #CE064E;
}
.TagClassName
{
border-color: #CE064E;
}
</style>