Shades of Radical Red #FF3271
Tints of Radical Red #FF3271
RGB
CMYK
RGB Variations
Color information
#FF3271 (or 0xFF3271) is known color: Radical Red. HEX triplet: FF, 32 and 71. RGB value is (255,50,113). Sum of RGB (Red+Green+Blue) = 255+50+113=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3271 is #00CD8E. Grayscale: #767676. Windows color (decimal): -52623 or 7418623. OLE color: 7418623.
HSL color Cylindrical-coordinate representation of color #FF3271: hue angle of 341.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3271 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 113 | - |
| CMYK | 0 | 0.80 | 0.56 | 0 |
| HSL | 341.56º | 1% | 0.6% | - |
| HSV(B) | 341.56º | 0.8% | 1% | - |
| XYZ | 45.36 | 24.73 | 18.01 | - |
| YUV | 118.48 | 124.92 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 113 | 0 | 0.80 | 0.56 | 0 | 341.56 | 1 | 0.6 |
| Hex | FF | 32 | 71 | 0 | 50 | 38 | 0 | 156 | 64 | 3C |
| Octal | 377 | 62 | 161 | 0 | 120 | 70 | 0 | 526 | 144 | 74 |
| Binary | 11111111 | 110010 | 1110001 | 0 | 1010000 | 111000 | 0 | 101010110 | 1100100 | 111100 |
Color Harmonies of #FF3271
Complementary color
Monochromatic Colors of #FF3271
Black with #FF3271
Text Example
Text Example
White with #FF3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3271; }
p { color: rgb(255,50,113); }
H1.HeaderClassName
{
color: #FF3271;
}
.AnyTagClassName
{
color: #FF3271;
}
</style>
background-color css
<style>
a { background-color: #FF3271; }
a { background-color: rgb(255,50,113); }
div.DivClassName
{
background-color: #FF3271;
}
.BgClassName
{
background-color: #FF3271;
}
</style>
border-color css
<style>
span { border-color: #FF3271; }
span { border-color: rgb(255,50,113); }
td.TdClassName
{
border-color: #FF3271;
}
.TagClassName
{
border-color: #FF3271;
}
</style>