Shades of Radical Red #FF284C
Tints of Radical Red #FF284C
RGB
CMYK
RGB Variations
Color information
#FF284C (or 0xFF284C) is known color: Radical Red. HEX triplet: FF, 28 and 4C. RGB value is (255,40,76). Sum of RGB (Red+Green+Blue) = 255+40+76=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF284C is #00D7B3. Grayscale: #6C6C6C. Windows color (decimal): -55220 or 4991231. OLE color: 4991231.
HSL color Cylindrical-coordinate representation of color #FF284C: hue angle of 349.95º 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 #FF284C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 76 | - |
| CMYK | 0 | 0.84 | 0.70 | 0 |
| HSL | 349.95º | 1% | 0.58% | - |
| HSV(B) | 349.95º | 0.84% | 1% | - |
| XYZ | 43.3 | 23.3 | 9.05 | - |
| YUV | 108.39 | 109.73 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 76 | 0 | 0.84 | 0.70 | 0 | 349.95 | 1 | 0.58 |
| Hex | FF | 28 | 4C | 0 | 54 | 46 | 0 | 15E | 64 | 3A |
| Octal | 377 | 50 | 114 | 0 | 124 | 106 | 0 | 536 | 144 | 72 |
| Binary | 11111111 | 101000 | 1001100 | 0 | 1010100 | 1000110 | 0 | 101011110 | 1100100 | 111010 |
Color Harmonies of #FF284C
Complementary color
Monochromatic Colors of #FF284C
Black with #FF284C
Text Example
Text Example
White with #FF284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF284C; }
p { color: rgb(255,40,76); }
H1.HeaderClassName
{
color: #FF284C;
}
.AnyTagClassName
{
color: #FF284C;
}
</style>
background-color css
<style>
a { background-color: #FF284C; }
a { background-color: rgb(255,40,76); }
div.DivClassName
{
background-color: #FF284C;
}
.BgClassName
{
background-color: #FF284C;
}
</style>
border-color css
<style>
span { border-color: #FF284C; }
span { border-color: rgb(255,40,76); }
td.TdClassName
{
border-color: #FF284C;
}
.TagClassName
{
border-color: #FF284C;
}
</style>