Shades of Radical Red #FF3251
Tints of Radical Red #FF3251
RGB
CMYK
RGB Variations
Color information
#FF3251 (or 0xFF3251) is known color: Radical Red. HEX triplet: FF, 32 and 51. RGB value is (255,50,81). Sum of RGB (Red+Green+Blue) = 255+50+81=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3251 is #00CDAE. Grayscale: #727272. Windows color (decimal): -52655 or 5321471. OLE color: 5321471.
HSL color Cylindrical-coordinate representation of color #FF3251: hue angle of 350.93º 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 #FF3251 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 81 | - |
| CMYK | 0 | 0.80 | 0.68 | 0 |
| HSL | 350.93º | 1% | 0.6% | - |
| HSV(B) | 350.93º | 0.8% | 1% | - |
| XYZ | 43.87 | 24.14 | 10.13 | - |
| YUV | 114.83 | 108.92 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 81 | 0 | 0.80 | 0.68 | 0 | 350.93 | 1 | 0.6 |
| Hex | FF | 32 | 51 | 0 | 50 | 44 | 0 | 15F | 64 | 3C |
| Octal | 377 | 62 | 121 | 0 | 120 | 104 | 0 | 537 | 144 | 74 |
| Binary | 11111111 | 110010 | 1010001 | 0 | 1010000 | 1000100 | 0 | 101011111 | 1100100 | 111100 |
Color Harmonies of #FF3251
Complementary color
Monochromatic Colors of #FF3251
Black with #FF3251
Text Example
Text Example
White with #FF3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3251; }
p { color: rgb(255,50,81); }
H1.HeaderClassName
{
color: #FF3251;
}
.AnyTagClassName
{
color: #FF3251;
}
</style>
background-color css
<style>
a { background-color: #FF3251; }
a { background-color: rgb(255,50,81); }
div.DivClassName
{
background-color: #FF3251;
}
.BgClassName
{
background-color: #FF3251;
}
</style>
border-color css
<style>
span { border-color: #FF3251; }
span { border-color: rgb(255,50,81); }
td.TdClassName
{
border-color: #FF3251;
}
.TagClassName
{
border-color: #FF3251;
}
</style>