Shades of Radical Red #FF2271
Tints of Radical Red #FF2271
RGB
CMYK
RGB Variations
Color information
#FF2271 (or 0xFF2271) is known color: Radical Red. HEX triplet: FF, 22 and 71. RGB value is (255,34,113). Sum of RGB (Red+Green+Blue) = 255+34+113=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2271 is #00DD8E. Grayscale: #6C6C6C. Windows color (decimal): -56719 or 7414527. OLE color: 7414527.
HSL color Cylindrical-coordinate representation of color #FF2271: hue angle of 338.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2271 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 113 | - |
| CMYK | 0 | 0.87 | 0.56 | 0 |
| HSL | 338.55º | 1% | 0.57% | - |
| HSV(B) | 338.55º | 0.87% | 1% | - |
| XYZ | 44.79 | 23.6 | 17.82 | - |
| YUV | 109.09 | 130.22 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 113 | 0 | 0.87 | 0.56 | 0 | 338.55 | 1 | 0.57 |
| Hex | FF | 22 | 71 | 0 | 57 | 38 | 0 | 153 | 64 | 39 |
| Octal | 377 | 42 | 161 | 0 | 127 | 70 | 0 | 523 | 144 | 71 |
| Binary | 11111111 | 100010 | 1110001 | 0 | 1010111 | 111000 | 0 | 101010011 | 1100100 | 111001 |
Color Harmonies of #FF2271
Complementary color
Monochromatic Colors of #FF2271
Black with #FF2271
Text Example
Text Example
White with #FF2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2271; }
p { color: rgb(255,34,113); }
H1.HeaderClassName
{
color: #FF2271;
}
.AnyTagClassName
{
color: #FF2271;
}
</style>
background-color css
<style>
a { background-color: #FF2271; }
a { background-color: rgb(255,34,113); }
div.DivClassName
{
background-color: #FF2271;
}
.BgClassName
{
background-color: #FF2271;
}
</style>
border-color css
<style>
span { border-color: #FF2271; }
span { border-color: rgb(255,34,113); }
td.TdClassName
{
border-color: #FF2271;
}
.TagClassName
{
border-color: #FF2271;
}
</style>