Shades of Radical Red #FF2B57
Tints of Radical Red #FF2B57
RGB
CMYK
RGB Variations
Color information
#FF2B57 (or 0xFF2B57) is known color: Radical Red. HEX triplet: FF, 2B and 57. RGB value is (255,43,87). Sum of RGB (Red+Green+Blue) = 255+43+87=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B57 is #00D4A8. Grayscale: #6F6F6F. Windows color (decimal): -54441 or 5712895. OLE color: 5712895.
HSL color Cylindrical-coordinate representation of color #FF2B57: hue angle of 347.55º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B57 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 87 | - |
| CMYK | 0 | 0.83 | 0.66 | 0 |
| HSL | 347.55º | 1% | 0.58% | - |
| HSV(B) | 347.55º | 0.83% | 1% | - |
| XYZ | 43.82 | 23.68 | 11.28 | - |
| YUV | 111.4 | 114.24 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 87 | 0 | 0.83 | 0.66 | 0 | 347.55 | 1 | 0.58 |
| Hex | FF | 2B | 57 | 0 | 53 | 42 | 0 | 15C | 64 | 3A |
| Octal | 377 | 53 | 127 | 0 | 123 | 102 | 0 | 534 | 144 | 72 |
| Binary | 11111111 | 101011 | 1010111 | 0 | 1010011 | 1000010 | 0 | 101011100 | 1100100 | 111010 |
Color Harmonies of #FF2B57
Complementary color
Monochromatic Colors of #FF2B57
Black with #FF2B57
Text Example
Text Example
White with #FF2B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B57; }
p { color: rgb(255,43,87); }
H1.HeaderClassName
{
color: #FF2B57;
}
.AnyTagClassName
{
color: #FF2B57;
}
</style>
background-color css
<style>
a { background-color: #FF2B57; }
a { background-color: rgb(255,43,87); }
div.DivClassName
{
background-color: #FF2B57;
}
.BgClassName
{
background-color: #FF2B57;
}
</style>
border-color css
<style>
span { border-color: #FF2B57; }
span { border-color: rgb(255,43,87); }
td.TdClassName
{
border-color: #FF2B57;
}
.TagClassName
{
border-color: #FF2B57;
}
</style>