Shades of Radical Red #FF5255
Tints of Radical Red #FF5255
RGB
CMYK
RGB Variations
Color information
#FF5255 (or 0xFF5255) is known color: Radical Red. HEX triplet: FF, 52 and 55. RGB value is (255,82,85). Sum of RGB (Red+Green+Blue) = 255+82+85=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5255 is #00ADAA. Grayscale: #868686. Windows color (decimal): -44459 or 5591807. OLE color: 5591807.
HSL color Cylindrical-coordinate representation of color #FF5255: hue angle of 358.96º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5255 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 85 | - |
| CMYK | 0 | 0.68 | 0.67 | 0 |
| HSL | 358.96º | 1% | 0.66% | - |
| HSV(B) | 358.96º | 0.68% | 1% | - |
| XYZ | 45.9 | 27.95 | 11.57 | - |
| YUV | 134.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 85 | 0 | 0.68 | 0.67 | 0 | 358.96 | 1 | 0.66 |
| Hex | FF | 52 | 55 | 0 | 44 | 43 | 0 | 167 | 64 | 42 |
| Octal | 377 | 122 | 125 | 0 | 104 | 103 | 0 | 547 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1010101 | 0 | 1000100 | 1000011 | 0 | 101100111 | 1100100 | 1000010 |
Color Harmonies of #FF5255
Complementary color
Monochromatic Colors of #FF5255
Black with #FF5255
Text Example
Text Example
White with #FF5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5255; }
p { color: rgb(255,82,85); }
H1.HeaderClassName
{
color: #FF5255;
}
.AnyTagClassName
{
color: #FF5255;
}
</style>
background-color css
<style>
a { background-color: #FF5255; }
a { background-color: rgb(255,82,85); }
div.DivClassName
{
background-color: #FF5255;
}
.BgClassName
{
background-color: #FF5255;
}
</style>
border-color css
<style>
span { border-color: #FF5255; }
span { border-color: rgb(255,82,85); }
td.TdClassName
{
border-color: #FF5255;
}
.TagClassName
{
border-color: #FF5255;
}
</style>