Shades of Razzmatazz #FF1555
Tints of Razzmatazz #FF1555
RGB
CMYK
RGB Variations
Color information
#FF1555 (or 0xFF1555) is known color: Razzmatazz. HEX triplet: FF, 15 and 55. RGB value is (255,21,85). Sum of RGB (Red+Green+Blue) = 255+21+85=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1555 is #00EAAA. Grayscale: #626262. Windows color (decimal): -60075 or 5576191. OLE color: 5576191.
HSL color Cylindrical-coordinate representation of color #FF1555: hue angle of 343.59º 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 #FF1555 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 85 | - |
| CMYK | 0 | 0.92 | 0.67 | 0 |
| HSL | 343.59º | 1% | 0.54% | - |
| HSV(B) | 343.59º | 0.92% | 1% | - |
| XYZ | 43.15 | 22.45 | 10.65 | - |
| YUV | 98.26 | 120.52 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 85 | 0 | 0.92 | 0.67 | 0 | 343.59 | 1 | 0.54 |
| Hex | FF | 15 | 55 | 0 | 5C | 43 | 0 | 158 | 64 | 36 |
| Octal | 377 | 25 | 125 | 0 | 134 | 103 | 0 | 530 | 144 | 66 |
| Binary | 11111111 | 10101 | 1010101 | 0 | 1011100 | 1000011 | 0 | 101011000 | 1100100 | 110110 |
Color Harmonies of #FF1555
Complementary color
Monochromatic Colors of #FF1555
Black with #FF1555
Text Example
Text Example
White with #FF1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1555; }
p { color: rgb(255,21,85); }
H1.HeaderClassName
{
color: #FF1555;
}
.AnyTagClassName
{
color: #FF1555;
}
</style>
background-color css
<style>
a { background-color: #FF1555; }
a { background-color: rgb(255,21,85); }
div.DivClassName
{
background-color: #FF1555;
}
.BgClassName
{
background-color: #FF1555;
}
</style>
border-color css
<style>
span { border-color: #FF1555; }
span { border-color: rgb(255,21,85); }
td.TdClassName
{
border-color: #FF1555;
}
.TagClassName
{
border-color: #FF1555;
}
</style>