Shades of Radical Red #FF2551
Tints of Radical Red #FF2551
RGB
CMYK
RGB Variations
Color information
#FF2551 (or 0xFF2551) is known color: Radical Red. HEX triplet: FF, 25 and 51. RGB value is (255,37,81). Sum of RGB (Red+Green+Blue) = 255+37+81=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2551 is #00DAAE. Grayscale: #6B6B6B. Windows color (decimal): -55983 or 5318143. OLE color: 5318143.
HSL color Cylindrical-coordinate representation of color #FF2551: hue angle of 347.89º 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 #FF2551 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 81 | - |
| CMYK | 0 | 0.85 | 0.68 | 0 |
| HSL | 347.89º | 1% | 0.57% | - |
| HSV(B) | 347.89º | 0.85% | 1% | - |
| XYZ | 43.39 | 23.18 | 9.97 | - |
| YUV | 107.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 81 | 0 | 0.85 | 0.68 | 0 | 347.89 | 1 | 0.57 |
| Hex | FF | 25 | 51 | 0 | 55 | 44 | 0 | 15C | 64 | 39 |
| Octal | 377 | 45 | 121 | 0 | 125 | 104 | 0 | 534 | 144 | 71 |
| Binary | 11111111 | 100101 | 1010001 | 0 | 1010101 | 1000100 | 0 | 101011100 | 1100100 | 111001 |
Color Harmonies of #FF2551
Complementary color
Monochromatic Colors of #FF2551
Black with #FF2551
Text Example
Text Example
White with #FF2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2551; }
p { color: rgb(255,37,81); }
H1.HeaderClassName
{
color: #FF2551;
}
.AnyTagClassName
{
color: #FF2551;
}
</style>
background-color css
<style>
a { background-color: #FF2551; }
a { background-color: rgb(255,37,81); }
div.DivClassName
{
background-color: #FF2551;
}
.BgClassName
{
background-color: #FF2551;
}
</style>
border-color css
<style>
span { border-color: #FF2551; }
span { border-color: rgb(255,37,81); }
td.TdClassName
{
border-color: #FF2551;
}
.TagClassName
{
border-color: #FF2551;
}
</style>