Shades of Radical Red #FF2850
Tints of Radical Red #FF2850
RGB
CMYK
RGB Variations
Color information
#FF2850 (or 0xFF2850) is known color: Radical Red. HEX triplet: FF, 28 and 50. RGB value is (255,40,80). Sum of RGB (Red+Green+Blue) = 255+40+80=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2850 is #00D7AF. Grayscale: #6C6C6C. Windows color (decimal): -55216 or 5253375. OLE color: 5253375.
HSL color Cylindrical-coordinate representation of color #FF2850: hue angle of 348.84º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2850 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 80 | - |
| CMYK | 0 | 0.84 | 0.69 | 0 |
| HSL | 348.84º | 1% | 0.58% | - |
| HSV(B) | 348.84º | 0.84% | 1% | - |
| XYZ | 43.45 | 23.36 | 9.81 | - |
| YUV | 108.85 | 111.73 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 80 | 0 | 0.84 | 0.69 | 0 | 348.84 | 1 | 0.58 |
| Hex | FF | 28 | 50 | 0 | 54 | 45 | 0 | 15D | 64 | 3A |
| Octal | 377 | 50 | 120 | 0 | 124 | 105 | 0 | 535 | 144 | 72 |
| Binary | 11111111 | 101000 | 1010000 | 0 | 1010100 | 1000101 | 0 | 101011101 | 1100100 | 111010 |
Color Harmonies of #FF2850
Complementary color
Monochromatic Colors of #FF2850
Black with #FF2850
Text Example
Text Example
White with #FF2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2850; }
p { color: rgb(255,40,80); }
H1.HeaderClassName
{
color: #FF2850;
}
.AnyTagClassName
{
color: #FF2850;
}
</style>
background-color css
<style>
a { background-color: #FF2850; }
a { background-color: rgb(255,40,80); }
div.DivClassName
{
background-color: #FF2850;
}
.BgClassName
{
background-color: #FF2850;
}
</style>
border-color css
<style>
span { border-color: #FF2850; }
span { border-color: rgb(255,40,80); }
td.TdClassName
{
border-color: #FF2850;
}
.TagClassName
{
border-color: #FF2850;
}
</style>