Shades of Radical Red #FF2848
Tints of Radical Red #FF2848
RGB
CMYK
RGB Variations
Color information
#FF2848 (or 0xFF2848) is known color: Radical Red. HEX triplet: FF, 28 and 48. RGB value is (255,40,72). Sum of RGB (Red+Green+Blue) = 255+40+72=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2848 is #00D7B7. Grayscale: #6C6C6C. Windows color (decimal): -55224 or 4729087. OLE color: 4729087.
HSL color Cylindrical-coordinate representation of color #FF2848: hue angle of 351.07º 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 #FF2848 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 72 | - |
| CMYK | 0 | 0.84 | 0.72 | 0 |
| HSL | 351.07º | 1% | 0.58% | - |
| HSV(B) | 351.07º | 0.84% | 1% | - |
| XYZ | 43.17 | 23.25 | 8.34 | - |
| YUV | 107.93 | 107.73 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 72 | 0 | 0.84 | 0.72 | 0 | 351.07 | 1 | 0.58 |
| Hex | FF | 28 | 48 | 0 | 54 | 48 | 0 | 15F | 64 | 3A |
| Octal | 377 | 50 | 110 | 0 | 124 | 110 | 0 | 537 | 144 | 72 |
| Binary | 11111111 | 101000 | 1001000 | 0 | 1010100 | 1001000 | 0 | 101011111 | 1100100 | 111010 |
Color Harmonies of #FF2848
Complementary color
Monochromatic Colors of #FF2848
Black with #FF2848
Text Example
Text Example
White with #FF2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2848; }
p { color: rgb(255,40,72); }
H1.HeaderClassName
{
color: #FF2848;
}
.AnyTagClassName
{
color: #FF2848;
}
</style>
background-color css
<style>
a { background-color: #FF2848; }
a { background-color: rgb(255,40,72); }
div.DivClassName
{
background-color: #FF2848;
}
.BgClassName
{
background-color: #FF2848;
}
</style>
border-color css
<style>
span { border-color: #FF2848; }
span { border-color: rgb(255,40,72); }
td.TdClassName
{
border-color: #FF2848;
}
.TagClassName
{
border-color: #FF2848;
}
</style>