Shades of Radical Red #FF3771
Tints of Radical Red #FF3771
RGB
CMYK
RGB Variations
Color information
#FF3771 (or 0xFF3771) is known color: Radical Red. HEX triplet: FF, 37 and 71. RGB value is (255,55,113). Sum of RGB (Red+Green+Blue) = 255+55+113=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3771 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3771 is #00C88E. Grayscale: #797979. Windows color (decimal): -51343 or 7419903. OLE color: 7419903.
HSL color Cylindrical-coordinate representation of color #FF3771: hue angle of 342.6º 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 #FF3771 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 113 | - |
| CMYK | 0 | 0.78 | 0.56 | 0 |
| HSL | 342.6º | 1% | 0.61% | - |
| HSV(B) | 342.6º | 0.78% | 1% | - |
| XYZ | 45.59 | 25.18 | 18.08 | - |
| YUV | 121.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 113 | 0 | 0.78 | 0.56 | 0 | 342.6 | 1 | 0.61 |
| Hex | FF | 37 | 71 | 0 | 4E | 38 | 0 | 157 | 64 | 3D |
| Octal | 377 | 67 | 161 | 0 | 116 | 70 | 0 | 527 | 144 | 75 |
| Binary | 11111111 | 110111 | 1110001 | 0 | 1001110 | 111000 | 0 | 101010111 | 1100100 | 111101 |
Color Harmonies of #FF3771
Complementary color
Monochromatic Colors of #FF3771
Black with #FF3771
Text Example
Text Example
White with #FF3771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3771; }
p { color: rgb(255,55,113); }
H1.HeaderClassName
{
color: #FF3771;
}
.AnyTagClassName
{
color: #FF3771;
}
</style>
background-color css
<style>
a { background-color: #FF3771; }
a { background-color: rgb(255,55,113); }
div.DivClassName
{
background-color: #FF3771;
}
.BgClassName
{
background-color: #FF3771;
}
</style>
border-color css
<style>
span { border-color: #FF3771; }
span { border-color: rgb(255,55,113); }
td.TdClassName
{
border-color: #FF3771;
}
.TagClassName
{
border-color: #FF3771;
}
</style>