Shades of Radical Red #FF2549
Tints of Radical Red #FF2549
RGB
CMYK
RGB Variations
Color information
#FF2549 (or 0xFF2549) is known color: Radical Red. HEX triplet: FF, 25 and 49. RGB value is (255,37,73). Sum of RGB (Red+Green+Blue) = 255+37+73=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2549 is #00DAB6. Grayscale: #6A6A6A. Windows color (decimal): -55991 or 4793855. OLE color: 4793855.
HSL color Cylindrical-coordinate representation of color #FF2549: hue angle of 350.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2549 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 73 | - |
| CMYK | 0 | 0.85 | 0.71 | 0 |
| HSL | 350.09º | 1% | 0.57% | - |
| HSV(B) | 350.09º | 0.85% | 1% | - |
| XYZ | 43.1 | 23.06 | 8.48 | - |
| YUV | 106.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 73 | 0 | 0.85 | 0.71 | 0 | 350.09 | 1 | 0.57 |
| Hex | FF | 25 | 49 | 0 | 55 | 47 | 0 | 15E | 64 | 39 |
| Octal | 377 | 45 | 111 | 0 | 125 | 107 | 0 | 536 | 144 | 71 |
| Binary | 11111111 | 100101 | 1001001 | 0 | 1010101 | 1000111 | 0 | 101011110 | 1100100 | 111001 |
Color Harmonies of #FF2549
Complementary color
Monochromatic Colors of #FF2549
Black with #FF2549
Text Example
Text Example
White with #FF2549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2549; }
p { color: rgb(255,37,73); }
H1.HeaderClassName
{
color: #FF2549;
}
.AnyTagClassName
{
color: #FF2549;
}
</style>
background-color css
<style>
a { background-color: #FF2549; }
a { background-color: rgb(255,37,73); }
div.DivClassName
{
background-color: #FF2549;
}
.BgClassName
{
background-color: #FF2549;
}
</style>
border-color css
<style>
span { border-color: #FF2549; }
span { border-color: rgb(255,37,73); }
td.TdClassName
{
border-color: #FF2549;
}
.TagClassName
{
border-color: #FF2549;
}
</style>