Shades of Radical Red #FF5355
Tints of Radical Red #FF5355
RGB
CMYK
RGB Variations
Color information
#FF5355 (or 0xFF5355) is known color: Radical Red. HEX triplet: FF, 53 and 55. RGB value is (255,83,85). Sum of RGB (Red+Green+Blue) = 255+83+85=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5355 is #00ACAA. Grayscale: #868686. Windows color (decimal): -44203 or 5592063. OLE color: 5592063.
HSL color Cylindrical-coordinate representation of color #FF5355: hue angle of 359.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5355 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 85 | - |
| CMYK | 0 | 0.67 | 0.67 | 0 |
| HSL | 359.3º | 1% | 0.66% | - |
| HSV(B) | 359.3º | 0.67% | 1% | - |
| XYZ | 45.97 | 28.1 | 11.6 | - |
| YUV | 134.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 85 | 0 | 0.67 | 0.67 | 0 | 359.3 | 1 | 0.66 |
| Hex | FF | 53 | 55 | 0 | 43 | 43 | 0 | 167 | 64 | 42 |
| Octal | 377 | 123 | 125 | 0 | 103 | 103 | 0 | 547 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1010101 | 0 | 1000011 | 1000011 | 0 | 101100111 | 1100100 | 1000010 |
Color Harmonies of #FF5355
Complementary color
Monochromatic Colors of #FF5355
Black with #FF5355
Text Example
Text Example
White with #FF5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5355; }
p { color: rgb(255,83,85); }
H1.HeaderClassName
{
color: #FF5355;
}
.AnyTagClassName
{
color: #FF5355;
}
</style>
background-color css
<style>
a { background-color: #FF5355; }
a { background-color: rgb(255,83,85); }
div.DivClassName
{
background-color: #FF5355;
}
.BgClassName
{
background-color: #FF5355;
}
</style>
border-color css
<style>
span { border-color: #FF5355; }
span { border-color: rgb(255,83,85); }
td.TdClassName
{
border-color: #FF5355;
}
.TagClassName
{
border-color: #FF5355;
}
</style>