Shades of Radical Red #FF2855
Tints of Radical Red #FF2855
RGB
CMYK
RGB Variations
Color information
#FF2855 (or 0xFF2855) is known color: Radical Red. HEX triplet: FF, 28 and 55. RGB value is (255,40,85). Sum of RGB (Red+Green+Blue) = 255+40+85=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2855 is #00D7AA. Grayscale: #6D6D6D. Windows color (decimal): -55211 or 5581055. OLE color: 5581055.
HSL color Cylindrical-coordinate representation of color #FF2855: hue angle of 347.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2855 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 85 | - |
| CMYK | 0 | 0.84 | 0.67 | 0 |
| HSL | 347.44º | 1% | 0.58% | - |
| HSV(B) | 347.44º | 0.84% | 1% | - |
| XYZ | 43.64 | 23.43 | 10.82 | - |
| YUV | 109.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 85 | 0 | 0.84 | 0.67 | 0 | 347.44 | 1 | 0.58 |
| Hex | FF | 28 | 55 | 0 | 54 | 43 | 0 | 15B | 64 | 3A |
| Octal | 377 | 50 | 125 | 0 | 124 | 103 | 0 | 533 | 144 | 72 |
| Binary | 11111111 | 101000 | 1010101 | 0 | 1010100 | 1000011 | 0 | 101011011 | 1100100 | 111010 |
Color Harmonies of #FF2855
Complementary color
Monochromatic Colors of #FF2855
Black with #FF2855
Text Example
Text Example
White with #FF2855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2855; }
p { color: rgb(255,40,85); }
H1.HeaderClassName
{
color: #FF2855;
}
.AnyTagClassName
{
color: #FF2855;
}
</style>
background-color css
<style>
a { background-color: #FF2855; }
a { background-color: rgb(255,40,85); }
div.DivClassName
{
background-color: #FF2855;
}
.BgClassName
{
background-color: #FF2855;
}
</style>
border-color css
<style>
span { border-color: #FF2855; }
span { border-color: rgb(255,40,85); }
td.TdClassName
{
border-color: #FF2855;
}
.TagClassName
{
border-color: #FF2855;
}
</style>