Shades of Radical Red #FF2858
Tints of Radical Red #FF2858
RGB
CMYK
RGB Variations
Color information
#FF2858 (or 0xFF2858) is known color: Radical Red. HEX triplet: FF, 28 and 58. RGB value is (255,40,88). Sum of RGB (Red+Green+Blue) = 255+40+88=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2858 is #00D7A7. Grayscale: #6D6D6D. Windows color (decimal): -55208 or 5777663. OLE color: 5777663.
HSL color Cylindrical-coordinate representation of color #FF2858: hue angle of 346.6º 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 #FF2858 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 88 | - |
| CMYK | 0 | 0.84 | 0.65 | 0 |
| HSL | 346.6º | 1% | 0.58% | - |
| HSV(B) | 346.6º | 0.84% | 1% | - |
| XYZ | 43.76 | 23.48 | 11.46 | - |
| YUV | 109.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 88 | 0 | 0.84 | 0.65 | 0 | 346.6 | 1 | 0.58 |
| Hex | FF | 28 | 58 | 0 | 54 | 41 | 0 | 15B | 64 | 3A |
| Octal | 377 | 50 | 130 | 0 | 124 | 101 | 0 | 533 | 144 | 72 |
| Binary | 11111111 | 101000 | 1011000 | 0 | 1010100 | 1000001 | 0 | 101011011 | 1100100 | 111010 |
Color Harmonies of #FF2858
Complementary color
Monochromatic Colors of #FF2858
Black with #FF2858
Text Example
Text Example
White with #FF2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2858; }
p { color: rgb(255,40,88); }
H1.HeaderClassName
{
color: #FF2858;
}
.AnyTagClassName
{
color: #FF2858;
}
</style>
background-color css
<style>
a { background-color: #FF2858; }
a { background-color: rgb(255,40,88); }
div.DivClassName
{
background-color: #FF2858;
}
.BgClassName
{
background-color: #FF2858;
}
</style>
border-color css
<style>
span { border-color: #FF2858; }
span { border-color: rgb(255,40,88); }
td.TdClassName
{
border-color: #FF2858;
}
.TagClassName
{
border-color: #FF2858;
}
</style>