Shades of Radical Red #FF284D
Tints of Radical Red #FF284D
RGB
CMYK
RGB Variations
Color information
#FF284D (or 0xFF284D) is known color: Radical Red. HEX triplet: FF, 28 and 4D. RGB value is (255,40,77). Sum of RGB (Red+Green+Blue) = 255+40+77=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF284D is #00D7B2. Grayscale: #6C6C6C. Windows color (decimal): -55219 or 5056767. OLE color: 5056767.
HSL color Cylindrical-coordinate representation of color #FF284D: hue angle of 349.67º 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 #FF284D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 77 | - |
| CMYK | 0 | 0.84 | 0.70 | 0 |
| HSL | 349.67º | 1% | 0.58% | - |
| HSV(B) | 349.67º | 0.84% | 1% | - |
| XYZ | 43.34 | 23.31 | 9.24 | - |
| YUV | 108.5 | 110.23 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 77 | 0 | 0.84 | 0.70 | 0 | 349.67 | 1 | 0.58 |
| Hex | FF | 28 | 4D | 0 | 54 | 46 | 0 | 15E | 64 | 3A |
| Octal | 377 | 50 | 115 | 0 | 124 | 106 | 0 | 536 | 144 | 72 |
| Binary | 11111111 | 101000 | 1001101 | 0 | 1010100 | 1000110 | 0 | 101011110 | 1100100 | 111010 |
Color Harmonies of #FF284D
Complementary color
Monochromatic Colors of #FF284D
Black with #FF284D
Text Example
Text Example
White with #FF284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF284D; }
p { color: rgb(255,40,77); }
H1.HeaderClassName
{
color: #FF284D;
}
.AnyTagClassName
{
color: #FF284D;
}
</style>
background-color css
<style>
a { background-color: #FF284D; }
a { background-color: rgb(255,40,77); }
div.DivClassName
{
background-color: #FF284D;
}
.BgClassName
{
background-color: #FF284D;
}
</style>
border-color css
<style>
span { border-color: #FF284D; }
span { border-color: rgb(255,40,77); }
td.TdClassName
{
border-color: #FF284D;
}
.TagClassName
{
border-color: #FF284D;
}
</style>