Shades of Radical Red #FF314D
Tints of Radical Red #FF314D
RGB
CMYK
RGB Variations
Color information
#FF314D (or 0xFF314D) is known color: Radical Red. HEX triplet: FF, 31 and 4D. RGB value is (255,49,77). Sum of RGB (Red+Green+Blue) = 255+49+77=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF314D is #00CEB2. Grayscale: #717171. Windows color (decimal): -52915 or 5059071. OLE color: 5059071.
HSL color Cylindrical-coordinate representation of color #FF314D: hue angle of 351.84º 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 #FF314D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 77 | - |
| CMYK | 0 | 0.81 | 0.70 | 0 |
| HSL | 351.84º | 1% | 0.6% | - |
| HSV(B) | 351.84º | 0.81% | 1% | - |
| XYZ | 43.68 | 23.99 | 9.35 | - |
| YUV | 113.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 77 | 0 | 0.81 | 0.70 | 0 | 351.84 | 1 | 0.6 |
| Hex | FF | 31 | 4D | 0 | 51 | 46 | 0 | 160 | 64 | 3C |
| Octal | 377 | 61 | 115 | 0 | 121 | 106 | 0 | 540 | 144 | 74 |
| Binary | 11111111 | 110001 | 1001101 | 0 | 1010001 | 1000110 | 0 | 101100000 | 1100100 | 111100 |
Color Harmonies of #FF314D
Complementary color
Monochromatic Colors of #FF314D
Black with #FF314D
Text Example
Text Example
White with #FF314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF314D; }
p { color: rgb(255,49,77); }
H1.HeaderClassName
{
color: #FF314D;
}
.AnyTagClassName
{
color: #FF314D;
}
</style>
background-color css
<style>
a { background-color: #FF314D; }
a { background-color: rgb(255,49,77); }
div.DivClassName
{
background-color: #FF314D;
}
.BgClassName
{
background-color: #FF314D;
}
</style>
border-color css
<style>
span { border-color: #FF314D; }
span { border-color: rgb(255,49,77); }
td.TdClassName
{
border-color: #FF314D;
}
.TagClassName
{
border-color: #FF314D;
}
</style>