Shades of Radical Red #FF225D
Tints of Radical Red #FF225D
RGB
CMYK
RGB Variations
Color information
#FF225D (or 0xFF225D) is known color: Radical Red. HEX triplet: FF, 22 and 5D. RGB value is (255,34,93). Sum of RGB (Red+Green+Blue) = 255+34+93=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF225D is #00DDA2. Grayscale: #6A6A6A. Windows color (decimal): -56739 or 6103807. OLE color: 6103807.
HSL color Cylindrical-coordinate representation of color #FF225D: hue angle of 343.98º 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 #FF225D is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 93 | - |
| CMYK | 0 | 0.87 | 0.64 | 0 |
| HSL | 343.98º | 1% | 0.57% | - |
| HSV(B) | 343.98º | 0.87% | 1% | - |
| XYZ | 43.79 | 23.19 | 12.53 | - |
| YUV | 106.81 | 120.22 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 93 | 0 | 0.87 | 0.64 | 0 | 343.98 | 1 | 0.57 |
| Hex | FF | 22 | 5D | 0 | 57 | 40 | 0 | 158 | 64 | 39 |
| Octal | 377 | 42 | 135 | 0 | 127 | 100 | 0 | 530 | 144 | 71 |
| Binary | 11111111 | 100010 | 1011101 | 0 | 1010111 | 1000000 | 0 | 101011000 | 1100100 | 111001 |
Color Harmonies of #FF225D
Complementary color
Monochromatic Colors of #FF225D
Black with #FF225D
Text Example
Text Example
White with #FF225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF225D; }
p { color: rgb(255,34,93); }
H1.HeaderClassName
{
color: #FF225D;
}
.AnyTagClassName
{
color: #FF225D;
}
</style>
background-color css
<style>
a { background-color: #FF225D; }
a { background-color: rgb(255,34,93); }
div.DivClassName
{
background-color: #FF225D;
}
.BgClassName
{
background-color: #FF225D;
}
</style>
border-color css
<style>
span { border-color: #FF225D; }
span { border-color: rgb(255,34,93); }
td.TdClassName
{
border-color: #FF225D;
}
.TagClassName
{
border-color: #FF225D;
}
</style>