Shades of Radical Red #FF2C71
Tints of Radical Red #FF2C71
RGB
CMYK
RGB Variations
Color information
#FF2C71 (or 0xFF2C71) is known color: Radical Red. HEX triplet: FF, 2C and 71. RGB value is (255,44,113). Sum of RGB (Red+Green+Blue) = 255+44+113=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C71 is #00D38E. Grayscale: #727272. Windows color (decimal): -54159 or 7417087. OLE color: 7417087.
HSL color Cylindrical-coordinate representation of color #FF2C71: hue angle of 340.38º 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 #FF2C71 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 113 | - |
| CMYK | 0 | 0.83 | 0.56 | 0 |
| HSL | 340.38º | 1% | 0.59% | - |
| HSV(B) | 340.38º | 0.83% | 1% | - |
| XYZ | 45.12 | 24.25 | 17.93 | - |
| YUV | 114.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 113 | 0 | 0.83 | 0.56 | 0 | 340.38 | 1 | 0.59 |
| Hex | FF | 2C | 71 | 0 | 53 | 38 | 0 | 154 | 64 | 3B |
| Octal | 377 | 54 | 161 | 0 | 123 | 70 | 0 | 524 | 144 | 73 |
| Binary | 11111111 | 101100 | 1110001 | 0 | 1010011 | 111000 | 0 | 101010100 | 1100100 | 111011 |
Color Harmonies of #FF2C71
Complementary color
Monochromatic Colors of #FF2C71
Black with #FF2C71
Text Example
Text Example
White with #FF2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C71; }
p { color: rgb(255,44,113); }
H1.HeaderClassName
{
color: #FF2C71;
}
.AnyTagClassName
{
color: #FF2C71;
}
</style>
background-color css
<style>
a { background-color: #FF2C71; }
a { background-color: rgb(255,44,113); }
div.DivClassName
{
background-color: #FF2C71;
}
.BgClassName
{
background-color: #FF2C71;
}
</style>
border-color css
<style>
span { border-color: #FF2C71; }
span { border-color: rgb(255,44,113); }
td.TdClassName
{
border-color: #FF2C71;
}
.TagClassName
{
border-color: #FF2C71;
}
</style>