Shades of Razzmatazz #CE014A
Tints of Razzmatazz #CE014A
RGB
CMYK
RGB Variations
Color information
#CE014A (or 0xCE014A) is known color: Razzmatazz. HEX triplet: CE, 01 and 4A. RGB value is (206,1,74). Sum of RGB (Red+Green+Blue) = 206+1+74=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE014A is #31FEB5. Grayscale: #464646. Windows color (decimal): -3276470 or 4850126. OLE color: 4850126.
HSL color Cylindrical-coordinate representation of color #CE014A: hue angle of 338.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE014A is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.19 |
| HSL | 338.63º | 0.99% | 0.41% | - |
| HSV(B) | 338.63º | 1% | 0.81% | - |
| XYZ | 26.7 | 13.64 | 7.7 | - |
| YUV | 70.62 | 129.92 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 74 | 0 | 1.00 | 0.64 | 0.19 | 338.63 | 0.99 | 0.41 |
| Hex | CE | 1 | 4A | 0 | 64 | 40 | 13 | 153 | 63 | 29 |
| Octal | 316 | 1 | 112 | 0 | 144 | 100 | 23 | 523 | 143 | 51 |
| Binary | 11001110 | 1 | 1001010 | 0 | 1100100 | 1000000 | 10011 | 101010011 | 1100011 | 101001 |
Color Harmonies of #CE014A
Complementary color
Monochromatic Colors of #CE014A
Black with #CE014A
Text Example
Text Example
White with #CE014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE014A; }
p { color: rgb(206,1,74); }
H1.HeaderClassName
{
color: #CE014A;
}
.AnyTagClassName
{
color: #CE014A;
}
</style>
background-color css
<style>
a { background-color: #CE014A; }
a { background-color: rgb(206,1,74); }
div.DivClassName
{
background-color: #CE014A;
}
.BgClassName
{
background-color: #CE014A;
}
</style>
border-color css
<style>
span { border-color: #CE014A; }
span { border-color: rgb(206,1,74); }
td.TdClassName
{
border-color: #CE014A;
}
.TagClassName
{
border-color: #CE014A;
}
</style>