Shades of Razzmatazz #FF1557
Tints of Razzmatazz #FF1557
RGB
CMYK
RGB Variations
Color information
#FF1557 (or 0xFF1557) is known color: Razzmatazz. HEX triplet: FF, 15 and 57. RGB value is (255,21,87). Sum of RGB (Red+Green+Blue) = 255+21+87=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1557 is #00EAA8. Grayscale: #626262. Windows color (decimal): -60073 or 5707263. OLE color: 5707263.
HSL color Cylindrical-coordinate representation of color #FF1557: hue angle of 343.08º 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 #FF1557 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 87 | - |
| CMYK | 0 | 0.92 | 0.66 | 0 |
| HSL | 343.08º | 1% | 0.54% | - |
| HSV(B) | 343.08º | 0.92% | 1% | - |
| XYZ | 43.23 | 22.48 | 11.08 | - |
| YUV | 98.49 | 121.52 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 87 | 0 | 0.92 | 0.66 | 0 | 343.08 | 1 | 0.54 |
| Hex | FF | 15 | 57 | 0 | 5C | 42 | 0 | 157 | 64 | 36 |
| Octal | 377 | 25 | 127 | 0 | 134 | 102 | 0 | 527 | 144 | 66 |
| Binary | 11111111 | 10101 | 1010111 | 0 | 1011100 | 1000010 | 0 | 101010111 | 1100100 | 110110 |
Color Harmonies of #FF1557
Complementary color
Monochromatic Colors of #FF1557
Black with #FF1557
Text Example
Text Example
White with #FF1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1557; }
p { color: rgb(255,21,87); }
H1.HeaderClassName
{
color: #FF1557;
}
.AnyTagClassName
{
color: #FF1557;
}
</style>
background-color css
<style>
a { background-color: #FF1557; }
a { background-color: rgb(255,21,87); }
div.DivClassName
{
background-color: #FF1557;
}
.BgClassName
{
background-color: #FF1557;
}
</style>
border-color css
<style>
span { border-color: #FF1557; }
span { border-color: rgb(255,21,87); }
td.TdClassName
{
border-color: #FF1557;
}
.TagClassName
{
border-color: #FF1557;
}
</style>