Shades of Radical Red #FF2849
Tints of Radical Red #FF2849
RGB
CMYK
RGB Variations
Color information
#FF2849 (or 0xFF2849) is known color: Radical Red. HEX triplet: FF, 28 and 49. RGB value is (255,40,73). Sum of RGB (Red+Green+Blue) = 255+40+73=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2849 is #00D7B6. Grayscale: #6C6C6C. Windows color (decimal): -55223 or 4794623. OLE color: 4794623.
HSL color Cylindrical-coordinate representation of color #FF2849: hue angle of 350.79º 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 #FF2849 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 73 | - |
| CMYK | 0 | 0.84 | 0.71 | 0 |
| HSL | 350.79º | 1% | 0.58% | - |
| HSV(B) | 350.79º | 0.84% | 1% | - |
| XYZ | 43.2 | 23.26 | 8.52 | - |
| YUV | 108.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 73 | 0 | 0.84 | 0.71 | 0 | 350.79 | 1 | 0.58 |
| Hex | FF | 28 | 49 | 0 | 54 | 47 | 0 | 15F | 64 | 3A |
| Octal | 377 | 50 | 111 | 0 | 124 | 107 | 0 | 537 | 144 | 72 |
| Binary | 11111111 | 101000 | 1001001 | 0 | 1010100 | 1000111 | 0 | 101011111 | 1100100 | 111010 |
Color Harmonies of #FF2849
Complementary color
Monochromatic Colors of #FF2849
Black with #FF2849
Text Example
Text Example
White with #FF2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2849; }
p { color: rgb(255,40,73); }
H1.HeaderClassName
{
color: #FF2849;
}
.AnyTagClassName
{
color: #FF2849;
}
</style>
background-color css
<style>
a { background-color: #FF2849; }
a { background-color: rgb(255,40,73); }
div.DivClassName
{
background-color: #FF2849;
}
.BgClassName
{
background-color: #FF2849;
}
</style>
border-color css
<style>
span { border-color: #FF2849; }
span { border-color: rgb(255,40,73); }
td.TdClassName
{
border-color: #FF2849;
}
.TagClassName
{
border-color: #FF2849;
}
</style>