Shades of Radical Red #FF5556
Tints of Radical Red #FF5556
RGB
CMYK
RGB Variations
Color information
#FF5556 (or 0xFF5556) is known color: Radical Red. HEX triplet: FF, 55 and 56. RGB value is (255,85,86). Sum of RGB (Red+Green+Blue) = 255+85+86=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5556 is #00AAA9. Grayscale: #888888. Windows color (decimal): -43690 or 5658111. OLE color: 5658111.
HSL color Cylindrical-coordinate representation of color #FF5556: hue angle of 359.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5556 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 86 | - |
| CMYK | 0 | 0.67 | 0.66 | 0 |
| HSL | 359.65º | 1% | 0.67% | - |
| HSV(B) | 359.65º | 0.67% | 1% | - |
| XYZ | 46.17 | 28.43 | 11.86 | - |
| YUV | 135.94 | 99.82 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 86 | 0 | 0.67 | 0.66 | 0 | 359.65 | 1 | 0.67 |
| Hex | FF | 55 | 56 | 0 | 43 | 42 | 0 | 168 | 64 | 43 |
| Octal | 377 | 125 | 126 | 0 | 103 | 102 | 0 | 550 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1010110 | 0 | 1000011 | 1000010 | 0 | 101101000 | 1100100 | 1000011 |
Color Harmonies of #FF5556
Complementary color
Monochromatic Colors of #FF5556
Black with #FF5556
Text Example
Text Example
White with #FF5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5556; }
p { color: rgb(255,85,86); }
H1.HeaderClassName
{
color: #FF5556;
}
.AnyTagClassName
{
color: #FF5556;
}
</style>
background-color css
<style>
a { background-color: #FF5556; }
a { background-color: rgb(255,85,86); }
div.DivClassName
{
background-color: #FF5556;
}
.BgClassName
{
background-color: #FF5556;
}
</style>
border-color css
<style>
span { border-color: #FF5556; }
span { border-color: rgb(255,85,86); }
td.TdClassName
{
border-color: #FF5556;
}
.TagClassName
{
border-color: #FF5556;
}
</style>