Shades of Razzmatazz #CE034B
Tints of Razzmatazz #CE034B
RGB
CMYK
RGB Variations
Color information
#CE034B (or 0xCE034B) is known color: Razzmatazz. HEX triplet: CE, 03 and 4B. RGB value is (206,3,75). Sum of RGB (Red+Green+Blue) = 206+3+75=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE034B is #31FCB4. Grayscale: #474747. Windows color (decimal): -3275957 or 4916174. OLE color: 4916174.
HSL color Cylindrical-coordinate representation of color #CE034B: hue angle of 338.72º 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 #CE034B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 75 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.19 |
| HSL | 338.72º | 0.97% | 0.41% | - |
| HSV(B) | 338.72º | 0.99% | 0.81% | - |
| XYZ | 26.76 | 13.69 | 7.89 | - |
| YUV | 71.91 | 129.75 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 75 | 0 | 0.99 | 0.64 | 0.19 | 338.72 | 0.97 | 0.41 |
| Hex | CE | 3 | 4B | 0 | 63 | 40 | 13 | 153 | 61 | 29 |
| Octal | 316 | 3 | 113 | 0 | 143 | 100 | 23 | 523 | 141 | 51 |
| Binary | 11001110 | 11 | 1001011 | 0 | 1100011 | 1000000 | 10011 | 101010011 | 1100001 | 101001 |
Color Harmonies of #CE034B
Complementary color
Monochromatic Colors of #CE034B
Black with #CE034B
Text Example
Text Example
White with #CE034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE034B; }
p { color: rgb(206,3,75); }
H1.HeaderClassName
{
color: #CE034B;
}
.AnyTagClassName
{
color: #CE034B;
}
</style>
background-color css
<style>
a { background-color: #CE034B; }
a { background-color: rgb(206,3,75); }
div.DivClassName
{
background-color: #CE034B;
}
.BgClassName
{
background-color: #CE034B;
}
</style>
border-color css
<style>
span { border-color: #CE034B; }
span { border-color: rgb(206,3,75); }
td.TdClassName
{
border-color: #CE034B;
}
.TagClassName
{
border-color: #CE034B;
}
</style>