Shades of Radical Red #FF285B
Tints of Radical Red #FF285B
RGB
CMYK
RGB Variations
Color information
#FF285B (or 0xFF285B) is known color: Radical Red. HEX triplet: FF, 28 and 5B. RGB value is (255,40,91). Sum of RGB (Red+Green+Blue) = 255+40+91=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF285B is #00D7A4. Grayscale: #6E6E6E. Windows color (decimal): -55205 or 5974271. OLE color: 5974271.
HSL color Cylindrical-coordinate representation of color #FF285B: hue angle of 345.77º 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 #FF285B is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 91 | - |
| CMYK | 0 | 0.84 | 0.64 | 0 |
| HSL | 345.77º | 1% | 0.58% | - |
| HSV(B) | 345.77º | 0.84% | 1% | - |
| XYZ | 43.89 | 23.53 | 12.13 | - |
| YUV | 110.1 | 117.23 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 91 | 0 | 0.84 | 0.64 | 0 | 345.77 | 1 | 0.58 |
| Hex | FF | 28 | 5B | 0 | 54 | 40 | 0 | 15A | 64 | 3A |
| Octal | 377 | 50 | 133 | 0 | 124 | 100 | 0 | 532 | 144 | 72 |
| Binary | 11111111 | 101000 | 1011011 | 0 | 1010100 | 1000000 | 0 | 101011010 | 1100100 | 111010 |
Color Harmonies of #FF285B
Complementary color
Monochromatic Colors of #FF285B
Black with #FF285B
Text Example
Text Example
White with #FF285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF285B; }
p { color: rgb(255,40,91); }
H1.HeaderClassName
{
color: #FF285B;
}
.AnyTagClassName
{
color: #FF285B;
}
</style>
background-color css
<style>
a { background-color: #FF285B; }
a { background-color: rgb(255,40,91); }
div.DivClassName
{
background-color: #FF285B;
}
.BgClassName
{
background-color: #FF285B;
}
</style>
border-color css
<style>
span { border-color: #FF285B; }
span { border-color: rgb(255,40,91); }
td.TdClassName
{
border-color: #FF285B;
}
.TagClassName
{
border-color: #FF285B;
}
</style>