Shades of Radical Red #FF224D
Tints of Radical Red #FF224D
RGB
CMYK
RGB Variations
Color information
#FF224D (or 0xFF224D) is known color: Radical Red. HEX triplet: FF, 22 and 4D. RGB value is (255,34,77). Sum of RGB (Red+Green+Blue) = 255+34+77=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF224D is #00DDB2. Grayscale: #696969. Windows color (decimal): -56755 or 5055231. OLE color: 5055231.
HSL color Cylindrical-coordinate representation of color #FF224D: hue angle of 348.33º 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 #FF224D is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 77 | - |
| CMYK | 0 | 0.87 | 0.70 | 0 |
| HSL | 348.33º | 1% | 0.57% | - |
| HSV(B) | 348.33º | 0.87% | 1% | - |
| XYZ | 43.15 | 22.94 | 9.17 | - |
| YUV | 104.98 | 112.22 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 77 | 0 | 0.87 | 0.70 | 0 | 348.33 | 1 | 0.57 |
| Hex | FF | 22 | 4D | 0 | 57 | 46 | 0 | 15C | 64 | 39 |
| Octal | 377 | 42 | 115 | 0 | 127 | 106 | 0 | 534 | 144 | 71 |
| Binary | 11111111 | 100010 | 1001101 | 0 | 1010111 | 1000110 | 0 | 101011100 | 1100100 | 111001 |
Color Harmonies of #FF224D
Complementary color
Monochromatic Colors of #FF224D
Black with #FF224D
Text Example
Text Example
White with #FF224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF224D; }
p { color: rgb(255,34,77); }
H1.HeaderClassName
{
color: #FF224D;
}
.AnyTagClassName
{
color: #FF224D;
}
</style>
background-color css
<style>
a { background-color: #FF224D; }
a { background-color: rgb(255,34,77); }
div.DivClassName
{
background-color: #FF224D;
}
.BgClassName
{
background-color: #FF224D;
}
</style>
border-color css
<style>
span { border-color: #FF224D; }
span { border-color: rgb(255,34,77); }
td.TdClassName
{
border-color: #FF224D;
}
.TagClassName
{
border-color: #FF224D;
}
</style>