Shades of Radical Red #FF3250
Tints of Radical Red #FF3250
RGB
CMYK
RGB Variations
Color information
#FF3250 (or 0xFF3250) is known color: Radical Red. HEX triplet: FF, 32 and 50. RGB value is (255,50,80). Sum of RGB (Red+Green+Blue) = 255+50+80=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3250 is #00CDAF. Grayscale: #727272. Windows color (decimal): -52656 or 5255935. OLE color: 5255935.
HSL color Cylindrical-coordinate representation of color #FF3250: hue angle of 351.22º 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 #FF3250 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 80 | - |
| CMYK | 0 | 0.80 | 0.69 | 0 |
| HSL | 351.22º | 1% | 0.6% | - |
| HSV(B) | 351.22º | 0.8% | 1% | - |
| XYZ | 43.83 | 24.12 | 9.94 | - |
| YUV | 114.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 80 | 0 | 0.80 | 0.69 | 0 | 351.22 | 1 | 0.6 |
| Hex | FF | 32 | 50 | 0 | 50 | 45 | 0 | 15F | 64 | 3C |
| Octal | 377 | 62 | 120 | 0 | 120 | 105 | 0 | 537 | 144 | 74 |
| Binary | 11111111 | 110010 | 1010000 | 0 | 1010000 | 1000101 | 0 | 101011111 | 1100100 | 111100 |
Color Harmonies of #FF3250
Complementary color
Monochromatic Colors of #FF3250
Black with #FF3250
Text Example
Text Example
White with #FF3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3250; }
p { color: rgb(255,50,80); }
H1.HeaderClassName
{
color: #FF3250;
}
.AnyTagClassName
{
color: #FF3250;
}
</style>
background-color css
<style>
a { background-color: #FF3250; }
a { background-color: rgb(255,50,80); }
div.DivClassName
{
background-color: #FF3250;
}
.BgClassName
{
background-color: #FF3250;
}
</style>
border-color css
<style>
span { border-color: #FF3250; }
span { border-color: rgb(255,50,80); }
td.TdClassName
{
border-color: #FF3250;
}
.TagClassName
{
border-color: #FF3250;
}
</style>