Shades of Razzmatazz #CE0251
Tints of Razzmatazz #CE0251
RGB
CMYK
RGB Variations
Color information
#CE0251 (or 0xCE0251) is known color: Razzmatazz. HEX triplet: CE, 02 and 51. RGB value is (206,2,81). Sum of RGB (Red+Green+Blue) = 206+2+81=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0251 is #31FDAE. Grayscale: #474747. Windows color (decimal): -3276207 or 5309134. OLE color: 5309134.
HSL color Cylindrical-coordinate representation of color #CE0251: hue angle of 336.76º 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 #CE0251 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.19 |
| HSL | 336.76º | 0.98% | 0.41% | - |
| HSV(B) | 336.76º | 0.99% | 0.81% | - |
| XYZ | 26.96 | 13.76 | 9.02 | - |
| YUV | 72 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 81 | 0 | 0.99 | 0.61 | 0.19 | 336.76 | 0.98 | 0.41 |
| Hex | CE | 2 | 51 | 0 | 63 | 3D | 13 | 151 | 62 | 29 |
| Octal | 316 | 2 | 121 | 0 | 143 | 75 | 23 | 521 | 142 | 51 |
| Binary | 11001110 | 10 | 1010001 | 0 | 1100011 | 111101 | 10011 | 101010001 | 1100010 | 101001 |
Color Harmonies of #CE0251
Complementary color
Monochromatic Colors of #CE0251
Black with #CE0251
Text Example
Text Example
White with #CE0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0251; }
p { color: rgb(206,2,81); }
H1.HeaderClassName
{
color: #CE0251;
}
.AnyTagClassName
{
color: #CE0251;
}
</style>
background-color css
<style>
a { background-color: #CE0251; }
a { background-color: rgb(206,2,81); }
div.DivClassName
{
background-color: #CE0251;
}
.BgClassName
{
background-color: #CE0251;
}
</style>
border-color css
<style>
span { border-color: #CE0251; }
span { border-color: rgb(206,2,81); }
td.TdClassName
{
border-color: #CE0251;
}
.TagClassName
{
border-color: #CE0251;
}
</style>