Shades of Radical Red #FF285D
Tints of Radical Red #FF285D
RGB
CMYK
RGB Variations
Color information
#FF285D (or 0xFF285D) is known color: Radical Red. HEX triplet: FF, 28 and 5D. RGB value is (255,40,93). Sum of RGB (Red+Green+Blue) = 255+40+93=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF285D is #00D7A2. Grayscale: #6E6E6E. Windows color (decimal): -55203 or 6105343. OLE color: 6105343.
HSL color Cylindrical-coordinate representation of color #FF285D: hue angle of 345.21º 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 #FF285D is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 93 | - |
| CMYK | 0 | 0.84 | 0.64 | 0 |
| HSL | 345.21º | 1% | 0.58% | - |
| HSV(B) | 345.21º | 0.84% | 1% | - |
| XYZ | 43.97 | 23.57 | 12.59 | - |
| YUV | 110.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 93 | 0 | 0.84 | 0.64 | 0 | 345.21 | 1 | 0.58 |
| Hex | FF | 28 | 5D | 0 | 54 | 40 | 0 | 159 | 64 | 3A |
| Octal | 377 | 50 | 135 | 0 | 124 | 100 | 0 | 531 | 144 | 72 |
| Binary | 11111111 | 101000 | 1011101 | 0 | 1010100 | 1000000 | 0 | 101011001 | 1100100 | 111010 |
Color Harmonies of #FF285D
Complementary color
Monochromatic Colors of #FF285D
Black with #FF285D
Text Example
Text Example
White with #FF285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF285D; }
p { color: rgb(255,40,93); }
H1.HeaderClassName
{
color: #FF285D;
}
.AnyTagClassName
{
color: #FF285D;
}
</style>
background-color css
<style>
a { background-color: #FF285D; }
a { background-color: rgb(255,40,93); }
div.DivClassName
{
background-color: #FF285D;
}
.BgClassName
{
background-color: #FF285D;
}
</style>
border-color css
<style>
span { border-color: #FF285D; }
span { border-color: rgb(255,40,93); }
td.TdClassName
{
border-color: #FF285D;
}
.TagClassName
{
border-color: #FF285D;
}
</style>