Shades of Radical Red #FF225E
Tints of Radical Red #FF225E
RGB
CMYK
RGB Variations
Color information
#FF225E (or 0xFF225E) is known color: Radical Red. HEX triplet: FF, 22 and 5E. RGB value is (255,34,94). Sum of RGB (Red+Green+Blue) = 255+34+94=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF225E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF225E is #00DDA1. Grayscale: #6A6A6A. Windows color (decimal): -56738 or 6169343. OLE color: 6169343.
HSL color Cylindrical-coordinate representation of color #FF225E: hue angle of 343.71º 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 #FF225E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 94 | - |
| CMYK | 0 | 0.87 | 0.63 | 0 |
| HSL | 343.71º | 1% | 0.57% | - |
| HSV(B) | 343.71º | 0.87% | 1% | - |
| XYZ | 43.83 | 23.21 | 12.76 | - |
| YUV | 106.92 | 120.72 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 94 | 0 | 0.87 | 0.63 | 0 | 343.71 | 1 | 0.57 |
| Hex | FF | 22 | 5E | 0 | 57 | 3F | 0 | 158 | 64 | 39 |
| Octal | 377 | 42 | 136 | 0 | 127 | 77 | 0 | 530 | 144 | 71 |
| Binary | 11111111 | 100010 | 1011110 | 0 | 1010111 | 111111 | 0 | 101011000 | 1100100 | 111001 |
Color Harmonies of #FF225E
Complementary color
Monochromatic Colors of #FF225E
Black with #FF225E
Text Example
Text Example
White with #FF225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF225E; }
p { color: rgb(255,34,94); }
H1.HeaderClassName
{
color: #FF225E;
}
.AnyTagClassName
{
color: #FF225E;
}
</style>
background-color css
<style>
a { background-color: #FF225E; }
a { background-color: rgb(255,34,94); }
div.DivClassName
{
background-color: #FF225E;
}
.BgClassName
{
background-color: #FF225E;
}
</style>
border-color css
<style>
span { border-color: #FF225E; }
span { border-color: rgb(255,34,94); }
td.TdClassName
{
border-color: #FF225E;
}
.TagClassName
{
border-color: #FF225E;
}
</style>