Shades of Radical Red #FF3971
Tints of Radical Red #FF3971
RGB
CMYK
RGB Variations
Color information
#FF3971 (or 0xFF3971) is known color: Radical Red. HEX triplet: FF, 39 and 71. RGB value is (255,57,113). Sum of RGB (Red+Green+Blue) = 255+57+113=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3971 is #00C68E. Grayscale: #7A7A7A. Windows color (decimal): -50831 or 7420415. OLE color: 7420415.
HSL color Cylindrical-coordinate representation of color #FF3971: hue angle of 343.03º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3971 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 113 | - |
| CMYK | 0 | 0.78 | 0.56 | 0 |
| HSL | 343.03º | 1% | 0.61% | - |
| HSV(B) | 343.03º | 0.78% | 1% | - |
| XYZ | 45.68 | 25.38 | 18.11 | - |
| YUV | 122.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 113 | 0 | 0.78 | 0.56 | 0 | 343.03 | 1 | 0.61 |
| Hex | FF | 39 | 71 | 0 | 4E | 38 | 0 | 157 | 64 | 3D |
| Octal | 377 | 71 | 161 | 0 | 116 | 70 | 0 | 527 | 144 | 75 |
| Binary | 11111111 | 111001 | 1110001 | 0 | 1001110 | 111000 | 0 | 101010111 | 1100100 | 111101 |
Color Harmonies of #FF3971
Complementary color
Monochromatic Colors of #FF3971
Black with #FF3971
Text Example
Text Example
White with #FF3971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3971; }
p { color: rgb(255,57,113); }
H1.HeaderClassName
{
color: #FF3971;
}
.AnyTagClassName
{
color: #FF3971;
}
</style>
background-color css
<style>
a { background-color: #FF3971; }
a { background-color: rgb(255,57,113); }
div.DivClassName
{
background-color: #FF3971;
}
.BgClassName
{
background-color: #FF3971;
}
</style>
border-color css
<style>
span { border-color: #FF3971; }
span { border-color: rgb(255,57,113); }
td.TdClassName
{
border-color: #FF3971;
}
.TagClassName
{
border-color: #FF3971;
}
</style>