Shades of Radical Red #FF224F
Tints of Radical Red #FF224F
RGB
CMYK
RGB Variations
Color information
#FF224F (or 0xFF224F) is known color: Radical Red. HEX triplet: FF, 22 and 4F. RGB value is (255,34,79). Sum of RGB (Red+Green+Blue) = 255+34+79=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF224F is #00DDB0. Grayscale: #696969. Windows color (decimal): -56753 or 5186303. OLE color: 5186303.
HSL color Cylindrical-coordinate representation of color #FF224F: hue angle of 347.78º 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 #FF224F is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 79 | - |
| CMYK | 0 | 0.87 | 0.69 | 0 |
| HSL | 347.78º | 1% | 0.57% | - |
| HSV(B) | 347.78º | 0.87% | 1% | - |
| XYZ | 43.22 | 22.97 | 9.55 | - |
| YUV | 105.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 79 | 0 | 0.87 | 0.69 | 0 | 347.78 | 1 | 0.57 |
| Hex | FF | 22 | 4F | 0 | 57 | 45 | 0 | 15C | 64 | 39 |
| Octal | 377 | 42 | 117 | 0 | 127 | 105 | 0 | 534 | 144 | 71 |
| Binary | 11111111 | 100010 | 1001111 | 0 | 1010111 | 1000101 | 0 | 101011100 | 1100100 | 111001 |
Color Harmonies of #FF224F
Complementary color
Monochromatic Colors of #FF224F
Black with #FF224F
Text Example
Text Example
White with #FF224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF224F; }
p { color: rgb(255,34,79); }
H1.HeaderClassName
{
color: #FF224F;
}
.AnyTagClassName
{
color: #FF224F;
}
</style>
background-color css
<style>
a { background-color: #FF224F; }
a { background-color: rgb(255,34,79); }
div.DivClassName
{
background-color: #FF224F;
}
.BgClassName
{
background-color: #FF224F;
}
</style>
border-color css
<style>
span { border-color: #FF224F; }
span { border-color: rgb(255,34,79); }
td.TdClassName
{
border-color: #FF224F;
}
.TagClassName
{
border-color: #FF224F;
}
</style>