Shades of Radical Red #FF3147
Tints of Radical Red #FF3147
RGB
CMYK
RGB Variations
Color information
#FF3147 (or 0xFF3147) is known color: Radical Red. HEX triplet: FF, 31 and 47. RGB value is (255,49,71). Sum of RGB (Red+Green+Blue) = 255+49+71=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3147 is #00CEB8. Grayscale: #717171. Windows color (decimal): -52921 or 4665855. OLE color: 4665855.
HSL color Cylindrical-coordinate representation of color #FF3147: hue angle of 353.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3147 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 71 | - |
| CMYK | 0 | 0.81 | 0.72 | 0 |
| HSL | 353.59º | 1% | 0.6% | - |
| HSV(B) | 353.59º | 0.81% | 1% | - |
| XYZ | 43.48 | 23.91 | 8.29 | - |
| YUV | 113.1 | 104.25 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 71 | 0 | 0.81 | 0.72 | 0 | 353.59 | 1 | 0.6 |
| Hex | FF | 31 | 47 | 0 | 51 | 48 | 0 | 162 | 64 | 3C |
| Octal | 377 | 61 | 107 | 0 | 121 | 110 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110001 | 1000111 | 0 | 1010001 | 1001000 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3147
Complementary color
Monochromatic Colors of #FF3147
Black with #FF3147
Text Example
Text Example
White with #FF3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3147; }
p { color: rgb(255,49,71); }
H1.HeaderClassName
{
color: #FF3147;
}
.AnyTagClassName
{
color: #FF3147;
}
</style>
background-color css
<style>
a { background-color: #FF3147; }
a { background-color: rgb(255,49,71); }
div.DivClassName
{
background-color: #FF3147;
}
.BgClassName
{
background-color: #FF3147;
}
</style>
border-color css
<style>
span { border-color: #FF3147; }
span { border-color: rgb(255,49,71); }
td.TdClassName
{
border-color: #FF3147;
}
.TagClassName
{
border-color: #FF3147;
}
</style>