Shades of Radical Red #FF2856
Tints of Radical Red #FF2856
RGB
CMYK
RGB Variations
Color information
#FF2856 (or 0xFF2856) is known color: Radical Red. HEX triplet: FF, 28 and 56. RGB value is (255,40,86). Sum of RGB (Red+Green+Blue) = 255+40+86=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2856 is #00D7A9. Grayscale: #6D6D6D. Windows color (decimal): -55210 or 5646591. OLE color: 5646591.
HSL color Cylindrical-coordinate representation of color #FF2856: hue angle of 347.16º 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 #FF2856 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 86 | - |
| CMYK | 0 | 0.84 | 0.66 | 0 |
| HSL | 347.16º | 1% | 0.58% | - |
| HSV(B) | 347.16º | 0.84% | 1% | - |
| XYZ | 43.68 | 23.45 | 11.03 | - |
| YUV | 109.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 86 | 0 | 0.84 | 0.66 | 0 | 347.16 | 1 | 0.58 |
| Hex | FF | 28 | 56 | 0 | 54 | 42 | 0 | 15B | 64 | 3A |
| Octal | 377 | 50 | 126 | 0 | 124 | 102 | 0 | 533 | 144 | 72 |
| Binary | 11111111 | 101000 | 1010110 | 0 | 1010100 | 1000010 | 0 | 101011011 | 1100100 | 111010 |
Color Harmonies of #FF2856
Complementary color
Monochromatic Colors of #FF2856
Black with #FF2856
Text Example
Text Example
White with #FF2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2856; }
p { color: rgb(255,40,86); }
H1.HeaderClassName
{
color: #FF2856;
}
.AnyTagClassName
{
color: #FF2856;
}
</style>
background-color css
<style>
a { background-color: #FF2856; }
a { background-color: rgb(255,40,86); }
div.DivClassName
{
background-color: #FF2856;
}
.BgClassName
{
background-color: #FF2856;
}
</style>
border-color css
<style>
span { border-color: #FF2856; }
span { border-color: rgb(255,40,86); }
td.TdClassName
{
border-color: #FF2856;
}
.TagClassName
{
border-color: #FF2856;
}
</style>