Shades of Radical Red #FF1B55
Tints of Radical Red #FF1B55
RGB
CMYK
RGB Variations
Color information
#FF1B55 (or 0xFF1B55) is known color: Radical Red. HEX triplet: FF, 1B and 55. RGB value is (255,27,85). Sum of RGB (Red+Green+Blue) = 255+27+85=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B55 is #00E4AA. Grayscale: #656565. Windows color (decimal): -58539 or 5577727. OLE color: 5577727.
HSL color Cylindrical-coordinate representation of color #FF1B55: hue angle of 344.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B55 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 85 | - |
| CMYK | 0 | 0.89 | 0.67 | 0 |
| HSL | 344.74º | 1% | 0.55% | - |
| HSV(B) | 344.74º | 0.89% | 1% | - |
| XYZ | 43.27 | 22.7 | 10.7 | - |
| YUV | 101.78 | 118.54 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 85 | 0 | 0.89 | 0.67 | 0 | 344.74 | 1 | 0.55 |
| Hex | FF | 1B | 55 | 0 | 59 | 43 | 0 | 159 | 64 | 37 |
| Octal | 377 | 33 | 125 | 0 | 131 | 103 | 0 | 531 | 144 | 67 |
| Binary | 11111111 | 11011 | 1010101 | 0 | 1011001 | 1000011 | 0 | 101011001 | 1100100 | 110111 |
Color Harmonies of #FF1B55
Complementary color
Monochromatic Colors of #FF1B55
Black with #FF1B55
Text Example
Text Example
White with #FF1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B55; }
p { color: rgb(255,27,85); }
H1.HeaderClassName
{
color: #FF1B55;
}
.AnyTagClassName
{
color: #FF1B55;
}
</style>
background-color css
<style>
a { background-color: #FF1B55; }
a { background-color: rgb(255,27,85); }
div.DivClassName
{
background-color: #FF1B55;
}
.BgClassName
{
background-color: #FF1B55;
}
</style>
border-color css
<style>
span { border-color: #FF1B55; }
span { border-color: rgb(255,27,85); }
td.TdClassName
{
border-color: #FF1B55;
}
.TagClassName
{
border-color: #FF1B55;
}
</style>