Shades of Radical Red #FF1C71
Tints of Radical Red #FF1C71
RGB
CMYK
RGB Variations
Color information
#FF1C71 (or 0xFF1C71) is known color: Radical Red. HEX triplet: FF, 1C and 71. RGB value is (255,28,113). Sum of RGB (Red+Green+Blue) = 255+28+113=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C71 is #00E38E. Grayscale: #696969. Windows color (decimal): -58255 or 7412991. OLE color: 7412991.
HSL color Cylindrical-coordinate representation of color #FF1C71: hue angle of 337.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C71 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 113 | - |
| CMYK | 0 | 0.89 | 0.56 | 0 |
| HSL | 337.53º | 1% | 0.55% | - |
| HSV(B) | 337.53º | 0.89% | 1% | - |
| XYZ | 44.64 | 23.28 | 17.76 | - |
| YUV | 105.56 | 132.21 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 113 | 0 | 0.89 | 0.56 | 0 | 337.53 | 1 | 0.55 |
| Hex | FF | 1C | 71 | 0 | 59 | 38 | 0 | 152 | 64 | 37 |
| Octal | 377 | 34 | 161 | 0 | 131 | 70 | 0 | 522 | 144 | 67 |
| Binary | 11111111 | 11100 | 1110001 | 0 | 1011001 | 111000 | 0 | 101010010 | 1100100 | 110111 |
Color Harmonies of #FF1C71
Complementary color
Monochromatic Colors of #FF1C71
Black with #FF1C71
Text Example
Text Example
White with #FF1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C71; }
p { color: rgb(255,28,113); }
H1.HeaderClassName
{
color: #FF1C71;
}
.AnyTagClassName
{
color: #FF1C71;
}
</style>
background-color css
<style>
a { background-color: #FF1C71; }
a { background-color: rgb(255,28,113); }
div.DivClassName
{
background-color: #FF1C71;
}
.BgClassName
{
background-color: #FF1C71;
}
</style>
border-color css
<style>
span { border-color: #FF1C71; }
span { border-color: rgb(255,28,113); }
td.TdClassName
{
border-color: #FF1C71;
}
.TagClassName
{
border-color: #FF1C71;
}
</style>