Shades of Radical Red #FF2251
Tints of Radical Red #FF2251
RGB
CMYK
RGB Variations
Color information
#FF2251 (or 0xFF2251) is known color: Radical Red. HEX triplet: FF, 22 and 51. RGB value is (255,34,81). Sum of RGB (Red+Green+Blue) = 255+34+81=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2251 is #00DDAE. Grayscale: #696969. Windows color (decimal): -56751 or 5317375. OLE color: 5317375.
HSL color Cylindrical-coordinate representation of color #FF2251: hue angle of 347.24º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2251 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 81 | - |
| CMYK | 0 | 0.87 | 0.68 | 0 |
| HSL | 347.24º | 1% | 0.57% | - |
| HSV(B) | 347.24º | 0.87% | 1% | - |
| XYZ | 43.3 | 23 | 9.94 | - |
| YUV | 105.44 | 114.22 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 81 | 0 | 0.87 | 0.68 | 0 | 347.24 | 1 | 0.57 |
| Hex | FF | 22 | 51 | 0 | 57 | 44 | 0 | 15B | 64 | 39 |
| Octal | 377 | 42 | 121 | 0 | 127 | 104 | 0 | 533 | 144 | 71 |
| Binary | 11111111 | 100010 | 1010001 | 0 | 1010111 | 1000100 | 0 | 101011011 | 1100100 | 111001 |
Color Harmonies of #FF2251
Complementary color
Monochromatic Colors of #FF2251
Black with #FF2251
Text Example
Text Example
White with #FF2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2251; }
p { color: rgb(255,34,81); }
H1.HeaderClassName
{
color: #FF2251;
}
.AnyTagClassName
{
color: #FF2251;
}
</style>
background-color css
<style>
a { background-color: #FF2251; }
a { background-color: rgb(255,34,81); }
div.DivClassName
{
background-color: #FF2251;
}
.BgClassName
{
background-color: #FF2251;
}
</style>
border-color css
<style>
span { border-color: #FF2251; }
span { border-color: rgb(255,34,81); }
td.TdClassName
{
border-color: #FF2251;
}
.TagClassName
{
border-color: #FF2251;
}
</style>