Shades of Radical Red #FF2C57
Tints of Radical Red #FF2C57
RGB
CMYK
RGB Variations
Color information
#FF2C57 (or 0xFF2C57) is known color: Radical Red. HEX triplet: FF, 2C and 57. RGB value is (255,44,87). Sum of RGB (Red+Green+Blue) = 255+44+87=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C57 is #00D3A8. Grayscale: #707070. Windows color (decimal): -54185 or 5713151. OLE color: 5713151.
HSL color Cylindrical-coordinate representation of color #FF2C57: hue angle of 347.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C57 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 87 | - |
| CMYK | 0 | 0.83 | 0.66 | 0 |
| HSL | 347.77º | 1% | 0.59% | - |
| HSV(B) | 347.77º | 0.83% | 1% | - |
| XYZ | 43.86 | 23.75 | 11.29 | - |
| YUV | 111.99 | 113.9 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 87 | 0 | 0.83 | 0.66 | 0 | 347.77 | 1 | 0.59 |
| Hex | FF | 2C | 57 | 0 | 53 | 42 | 0 | 15C | 64 | 3B |
| Octal | 377 | 54 | 127 | 0 | 123 | 102 | 0 | 534 | 144 | 73 |
| Binary | 11111111 | 101100 | 1010111 | 0 | 1010011 | 1000010 | 0 | 101011100 | 1100100 | 111011 |
Color Harmonies of #FF2C57
Complementary color
Monochromatic Colors of #FF2C57
Black with #FF2C57
Text Example
Text Example
White with #FF2C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C57; }
p { color: rgb(255,44,87); }
H1.HeaderClassName
{
color: #FF2C57;
}
.AnyTagClassName
{
color: #FF2C57;
}
</style>
background-color css
<style>
a { background-color: #FF2C57; }
a { background-color: rgb(255,44,87); }
div.DivClassName
{
background-color: #FF2C57;
}
.BgClassName
{
background-color: #FF2C57;
}
</style>
border-color css
<style>
span { border-color: #FF2C57; }
span { border-color: rgb(255,44,87); }
td.TdClassName
{
border-color: #FF2C57;
}
.TagClassName
{
border-color: #FF2C57;
}
</style>