Shades of Radical Red #FF2863
Tints of Radical Red #FF2863
RGB
CMYK
RGB Variations
Color information
#FF2863 (or 0xFF2863) is known color: Radical Red. HEX triplet: FF, 28 and 63. RGB value is (255,40,99). Sum of RGB (Red+Green+Blue) = 255+40+99=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2863 is #00D79C. Grayscale: #6E6E6E. Windows color (decimal): -55197 or 6498559. OLE color: 6498559.
HSL color Cylindrical-coordinate representation of color #FF2863: hue angle of 343.53º 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 #FF2863 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 99 | - |
| CMYK | 0 | 0.84 | 0.61 | 0 |
| HSL | 343.53º | 1% | 0.58% | - |
| HSV(B) | 343.53º | 0.84% | 1% | - |
| XYZ | 44.25 | 23.68 | 14.04 | - |
| YUV | 111.01 | 121.23 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 99 | 0 | 0.84 | 0.61 | 0 | 343.53 | 1 | 0.58 |
| Hex | FF | 28 | 63 | 0 | 54 | 3D | 0 | 158 | 64 | 3A |
| Octal | 377 | 50 | 143 | 0 | 124 | 75 | 0 | 530 | 144 | 72 |
| Binary | 11111111 | 101000 | 1100011 | 0 | 1010100 | 111101 | 0 | 101011000 | 1100100 | 111010 |
Color Harmonies of #FF2863
Complementary color
Monochromatic Colors of #FF2863
Black with #FF2863
Text Example
Text Example
White with #FF2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2863; }
p { color: rgb(255,40,99); }
H1.HeaderClassName
{
color: #FF2863;
}
.AnyTagClassName
{
color: #FF2863;
}
</style>
background-color css
<style>
a { background-color: #FF2863; }
a { background-color: rgb(255,40,99); }
div.DivClassName
{
background-color: #FF2863;
}
.BgClassName
{
background-color: #FF2863;
}
</style>
border-color css
<style>
span { border-color: #FF2863; }
span { border-color: rgb(255,40,99); }
td.TdClassName
{
border-color: #FF2863;
}
.TagClassName
{
border-color: #FF2863;
}
</style>