Shades of Razzmatazz #CE024A
Tints of Razzmatazz #CE024A
RGB
CMYK
RGB Variations
Color information
#CE024A (or 0xCE024A) is known color: Razzmatazz. HEX triplet: CE, 02 and 4A. RGB value is (206,2,74). Sum of RGB (Red+Green+Blue) = 206+2+74=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE024A is #31FDB5. Grayscale: #474747. Windows color (decimal): -3276214 or 4850382. OLE color: 4850382.
HSL color Cylindrical-coordinate representation of color #CE024A: hue angle of 338.82º 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 #CE024A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.19 |
| HSL | 338.82º | 0.98% | 0.41% | - |
| HSV(B) | 338.82º | 0.99% | 0.81% | - |
| XYZ | 26.71 | 13.66 | 7.71 | - |
| YUV | 71.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 74 | 0 | 0.99 | 0.64 | 0.19 | 338.82 | 0.98 | 0.41 |
| Hex | CE | 2 | 4A | 0 | 63 | 40 | 13 | 153 | 62 | 29 |
| Octal | 316 | 2 | 112 | 0 | 143 | 100 | 23 | 523 | 142 | 51 |
| Binary | 11001110 | 10 | 1001010 | 0 | 1100011 | 1000000 | 10011 | 101010011 | 1100010 | 101001 |
Color Harmonies of #CE024A
Complementary color
Monochromatic Colors of #CE024A
Black with #CE024A
Text Example
Text Example
White with #CE024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE024A; }
p { color: rgb(206,2,74); }
H1.HeaderClassName
{
color: #CE024A;
}
.AnyTagClassName
{
color: #CE024A;
}
</style>
background-color css
<style>
a { background-color: #CE024A; }
a { background-color: rgb(206,2,74); }
div.DivClassName
{
background-color: #CE024A;
}
.BgClassName
{
background-color: #CE024A;
}
</style>
border-color css
<style>
span { border-color: #CE024A; }
span { border-color: rgb(206,2,74); }
td.TdClassName
{
border-color: #CE024A;
}
.TagClassName
{
border-color: #CE024A;
}
</style>