Shades of Razzmatazz #CE064B
Tints of Razzmatazz #CE064B
RGB
CMYK
RGB Variations
Color information
#CE064B (or 0xCE064B) is known color: Razzmatazz. HEX triplet: CE, 06 and 4B. RGB value is (206,6,75). Sum of RGB (Red+Green+Blue) = 206+6+75=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE064B is #31F9B4. Grayscale: #494949. Windows color (decimal): -3275189 or 4916942. OLE color: 4916942.
HSL color Cylindrical-coordinate representation of color #CE064B: hue angle of 339.3º 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 #CE064B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 75 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.19 |
| HSL | 339.3º | 0.94% | 0.42% | - |
| HSV(B) | 339.3º | 0.97% | 0.81% | - |
| XYZ | 26.79 | 13.76 | 7.9 | - |
| YUV | 73.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 75 | 0 | 0.97 | 0.64 | 0.19 | 339.3 | 0.94 | 0.42 |
| Hex | CE | 6 | 4B | 0 | 61 | 40 | 13 | 153 | 5E | 2A |
| Octal | 316 | 6 | 113 | 0 | 141 | 100 | 23 | 523 | 136 | 52 |
| Binary | 11001110 | 110 | 1001011 | 0 | 1100001 | 1000000 | 10011 | 101010011 | 1011110 | 101010 |
Color Harmonies of #CE064B
Complementary color
Monochromatic Colors of #CE064B
Black with #CE064B
Text Example
Text Example
White with #CE064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE064B; }
p { color: rgb(206,6,75); }
H1.HeaderClassName
{
color: #CE064B;
}
.AnyTagClassName
{
color: #CE064B;
}
</style>
background-color css
<style>
a { background-color: #CE064B; }
a { background-color: rgb(206,6,75); }
div.DivClassName
{
background-color: #CE064B;
}
.BgClassName
{
background-color: #CE064B;
}
</style>
border-color css
<style>
span { border-color: #CE064B; }
span { border-color: rgb(206,6,75); }
td.TdClassName
{
border-color: #CE064B;
}
.TagClassName
{
border-color: #CE064B;
}
</style>