Shades of Razzmatazz #CE024C
Tints of Razzmatazz #CE024C
RGB
CMYK
RGB Variations
Color information
#CE024C (or 0xCE024C) is known color: Razzmatazz. HEX triplet: CE, 02 and 4C. RGB value is (206,2,76). Sum of RGB (Red+Green+Blue) = 206+2+76=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE024C is #31FDB3. Grayscale: #474747. Windows color (decimal): -3276212 or 4981454. OLE color: 4981454.
HSL color Cylindrical-coordinate representation of color #CE024C: hue angle of 338.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE024C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.19 |
| HSL | 338.24º | 0.98% | 0.41% | - |
| HSV(B) | 338.24º | 0.99% | 0.81% | - |
| XYZ | 26.78 | 13.69 | 8.07 | - |
| YUV | 71.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 76 | 0 | 0.99 | 0.63 | 0.19 | 338.24 | 0.98 | 0.41 |
| Hex | CE | 2 | 4C | 0 | 63 | 3F | 13 | 152 | 62 | 29 |
| Octal | 316 | 2 | 114 | 0 | 143 | 77 | 23 | 522 | 142 | 51 |
| Binary | 11001110 | 10 | 1001100 | 0 | 1100011 | 111111 | 10011 | 101010010 | 1100010 | 101001 |
Color Harmonies of #CE024C
Complementary color
Monochromatic Colors of #CE024C
Black with #CE024C
Text Example
Text Example
White with #CE024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE024C; }
p { color: rgb(206,2,76); }
H1.HeaderClassName
{
color: #CE024C;
}
.AnyTagClassName
{
color: #CE024C;
}
</style>
background-color css
<style>
a { background-color: #CE024C; }
a { background-color: rgb(206,2,76); }
div.DivClassName
{
background-color: #CE024C;
}
.BgClassName
{
background-color: #CE024C;
}
</style>
border-color css
<style>
span { border-color: #CE024C; }
span { border-color: rgb(206,2,76); }
td.TdClassName
{
border-color: #CE024C;
}
.TagClassName
{
border-color: #CE024C;
}
</style>