Shades of Radical Red #FF2755
Tints of Radical Red #FF2755
RGB
CMYK
RGB Variations
Color information
#FF2755 (or 0xFF2755) is known color: Radical Red. HEX triplet: FF, 27 and 55. RGB value is (255,39,85). Sum of RGB (Red+Green+Blue) = 255+39+85=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2755 is #00D8AA. Grayscale: #6C6C6C. Windows color (decimal): -55467 or 5580799. OLE color: 5580799.
HSL color Cylindrical-coordinate representation of color #FF2755: hue angle of 347.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2755 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 85 | - |
| CMYK | 0 | 0.85 | 0.67 | 0 |
| HSL | 347.22º | 1% | 0.58% | - |
| HSV(B) | 347.22º | 0.85% | 1% | - |
| XYZ | 43.61 | 23.37 | 10.81 | - |
| YUV | 108.83 | 114.56 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 85 | 0 | 0.85 | 0.67 | 0 | 347.22 | 1 | 0.58 |
| Hex | FF | 27 | 55 | 0 | 55 | 43 | 0 | 15B | 64 | 3A |
| Octal | 377 | 47 | 125 | 0 | 125 | 103 | 0 | 533 | 144 | 72 |
| Binary | 11111111 | 100111 | 1010101 | 0 | 1010101 | 1000011 | 0 | 101011011 | 1100100 | 111010 |
Color Harmonies of #FF2755
Complementary color
Monochromatic Colors of #FF2755
Black with #FF2755
Text Example
Text Example
White with #FF2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2755; }
p { color: rgb(255,39,85); }
H1.HeaderClassName
{
color: #FF2755;
}
.AnyTagClassName
{
color: #FF2755;
}
</style>
background-color css
<style>
a { background-color: #FF2755; }
a { background-color: rgb(255,39,85); }
div.DivClassName
{
background-color: #FF2755;
}
.BgClassName
{
background-color: #FF2755;
}
</style>
border-color css
<style>
span { border-color: #FF2755; }
span { border-color: rgb(255,39,85); }
td.TdClassName
{
border-color: #FF2755;
}
.TagClassName
{
border-color: #FF2755;
}
</style>