Shades of Radical Red #FF224C
Tints of Radical Red #FF224C
RGB
CMYK
RGB Variations
Color information
#FF224C (or 0xFF224C) is known color: Radical Red. HEX triplet: FF, 22 and 4C. RGB value is (255,34,76). Sum of RGB (Red+Green+Blue) = 255+34+76=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF224C is #00DDB3. Grayscale: #686868. Windows color (decimal): -56756 or 4989695. OLE color: 4989695.
HSL color Cylindrical-coordinate representation of color #FF224C: hue angle of 348.6º 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 #FF224C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 76 | - |
| CMYK | 0 | 0.87 | 0.70 | 0 |
| HSL | 348.6º | 1% | 0.57% | - |
| HSV(B) | 348.6º | 0.87% | 1% | - |
| XYZ | 43.12 | 22.93 | 8.99 | - |
| YUV | 104.87 | 111.72 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 76 | 0 | 0.87 | 0.70 | 0 | 348.6 | 1 | 0.57 |
| Hex | FF | 22 | 4C | 0 | 57 | 46 | 0 | 15D | 64 | 39 |
| Octal | 377 | 42 | 114 | 0 | 127 | 106 | 0 | 535 | 144 | 71 |
| Binary | 11111111 | 100010 | 1001100 | 0 | 1010111 | 1000110 | 0 | 101011101 | 1100100 | 111001 |
Color Harmonies of #FF224C
Complementary color
Monochromatic Colors of #FF224C
Black with #FF224C
Text Example
Text Example
White with #FF224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF224C; }
p { color: rgb(255,34,76); }
H1.HeaderClassName
{
color: #FF224C;
}
.AnyTagClassName
{
color: #FF224C;
}
</style>
background-color css
<style>
a { background-color: #FF224C; }
a { background-color: rgb(255,34,76); }
div.DivClassName
{
background-color: #FF224C;
}
.BgClassName
{
background-color: #FF224C;
}
</style>
border-color css
<style>
span { border-color: #FF224C; }
span { border-color: rgb(255,34,76); }
td.TdClassName
{
border-color: #FF224C;
}
.TagClassName
{
border-color: #FF224C;
}
</style>