Shades of Razzmatazz #CE0353
Tints of Razzmatazz #CE0353
RGB
CMYK
RGB Variations
Color information
#CE0353 (or 0xCE0353) is known color: Razzmatazz. HEX triplet: CE, 03 and 53. RGB value is (206,3,83). Sum of RGB (Red+Green+Blue) = 206+3+83=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0353 is #31FCAC. Grayscale: #484848. Windows color (decimal): -3275949 or 5440462. OLE color: 5440462.
HSL color Cylindrical-coordinate representation of color #CE0353: hue angle of 336.35º degrees, saturation: 0.97, 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 #CE0353 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.19 |
| HSL | 336.35º | 0.97% | 0.41% | - |
| HSV(B) | 336.35º | 0.99% | 0.81% | - |
| XYZ | 27.05 | 13.81 | 9.42 | - |
| YUV | 72.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 83 | 0 | 0.99 | 0.60 | 0.19 | 336.35 | 0.97 | 0.41 |
| Hex | CE | 3 | 53 | 0 | 63 | 3C | 13 | 150 | 61 | 29 |
| Octal | 316 | 3 | 123 | 0 | 143 | 74 | 23 | 520 | 141 | 51 |
| Binary | 11001110 | 11 | 1010011 | 0 | 1100011 | 111100 | 10011 | 101010000 | 1100001 | 101001 |
Color Harmonies of #CE0353
Complementary color
Monochromatic Colors of #CE0353
Black with #CE0353
Text Example
Text Example
White with #CE0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0353; }
p { color: rgb(206,3,83); }
H1.HeaderClassName
{
color: #CE0353;
}
.AnyTagClassName
{
color: #CE0353;
}
</style>
background-color css
<style>
a { background-color: #CE0353; }
a { background-color: rgb(206,3,83); }
div.DivClassName
{
background-color: #CE0353;
}
.BgClassName
{
background-color: #CE0353;
}
</style>
border-color css
<style>
span { border-color: #CE0353; }
span { border-color: rgb(206,3,83); }
td.TdClassName
{
border-color: #CE0353;
}
.TagClassName
{
border-color: #CE0353;
}
</style>