Shades of Razzmatazz #FF1554
Tints of Razzmatazz #FF1554
RGB
CMYK
RGB Variations
Color information
#FF1554 (or 0xFF1554) is known color: Razzmatazz. HEX triplet: FF, 15 and 54. RGB value is (255,21,84). Sum of RGB (Red+Green+Blue) = 255+21+84=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1554 is #00EAAB. Grayscale: #626262. Windows color (decimal): -60076 or 5510655. OLE color: 5510655.
HSL color Cylindrical-coordinate representation of color #FF1554: hue angle of 343.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1554 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 84 | - |
| CMYK | 0 | 0.92 | 0.67 | 0 |
| HSL | 343.85º | 1% | 0.54% | - |
| HSV(B) | 343.85º | 0.92% | 1% | - |
| XYZ | 43.11 | 22.44 | 10.45 | - |
| YUV | 98.15 | 120.02 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 84 | 0 | 0.92 | 0.67 | 0 | 343.85 | 1 | 0.54 |
| Hex | FF | 15 | 54 | 0 | 5C | 43 | 0 | 158 | 64 | 36 |
| Octal | 377 | 25 | 124 | 0 | 134 | 103 | 0 | 530 | 144 | 66 |
| Binary | 11111111 | 10101 | 1010100 | 0 | 1011100 | 1000011 | 0 | 101011000 | 1100100 | 110110 |
Color Harmonies of #FF1554
Complementary color
Monochromatic Colors of #FF1554
Black with #FF1554
Text Example
Text Example
White with #FF1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1554; }
p { color: rgb(255,21,84); }
H1.HeaderClassName
{
color: #FF1554;
}
.AnyTagClassName
{
color: #FF1554;
}
</style>
background-color css
<style>
a { background-color: #FF1554; }
a { background-color: rgb(255,21,84); }
div.DivClassName
{
background-color: #FF1554;
}
.BgClassName
{
background-color: #FF1554;
}
</style>
border-color css
<style>
span { border-color: #FF1554; }
span { border-color: rgb(255,21,84); }
td.TdClassName
{
border-color: #FF1554;
}
.TagClassName
{
border-color: #FF1554;
}
</style>