Shades of Razzmatazz #CE0253
Tints of Razzmatazz #CE0253
RGB
CMYK
RGB Variations
Color information
#CE0253 (or 0xCE0253) is known color: Razzmatazz. HEX triplet: CE, 02 and 53. RGB value is (206,2,83). Sum of RGB (Red+Green+Blue) = 206+2+83=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0253 is #31FDAC. Grayscale: #484848. Windows color (decimal): -3276205 or 5440206. OLE color: 5440206.
HSL color Cylindrical-coordinate representation of color #CE0253: hue angle of 336.18º 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 #CE0253 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.19 |
| HSL | 336.18º | 0.98% | 0.41% | - |
| HSV(B) | 336.18º | 0.99% | 0.81% | - |
| XYZ | 27.04 | 13.79 | 9.42 | - |
| YUV | 72.23 | 134.09 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 83 | 0 | 0.99 | 0.60 | 0.19 | 336.18 | 0.98 | 0.41 |
| Hex | CE | 2 | 53 | 0 | 63 | 3C | 13 | 150 | 62 | 29 |
| Octal | 316 | 2 | 123 | 0 | 143 | 74 | 23 | 520 | 142 | 51 |
| Binary | 11001110 | 10 | 1010011 | 0 | 1100011 | 111100 | 10011 | 101010000 | 1100010 | 101001 |
Color Harmonies of #CE0253
Complementary color
Monochromatic Colors of #CE0253
Black with #CE0253
Text Example
Text Example
White with #CE0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0253; }
p { color: rgb(206,2,83); }
H1.HeaderClassName
{
color: #CE0253;
}
.AnyTagClassName
{
color: #CE0253;
}
</style>
background-color css
<style>
a { background-color: #CE0253; }
a { background-color: rgb(206,2,83); }
div.DivClassName
{
background-color: #CE0253;
}
.BgClassName
{
background-color: #CE0253;
}
</style>
border-color css
<style>
span { border-color: #CE0253; }
span { border-color: rgb(206,2,83); }
td.TdClassName
{
border-color: #CE0253;
}
.TagClassName
{
border-color: #CE0253;
}
</style>