Shades of Radical Red #FF2253
Tints of Radical Red #FF2253
RGB
CMYK
RGB Variations
Color information
#FF2253 (or 0xFF2253) is known color: Radical Red. HEX triplet: FF, 22 and 53. RGB value is (255,34,83). Sum of RGB (Red+Green+Blue) = 255+34+83=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2253 is #00DDAC. Grayscale: #696969. Windows color (decimal): -56749 or 5448447. OLE color: 5448447.
HSL color Cylindrical-coordinate representation of color #FF2253: hue angle of 346.7º 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 #FF2253 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 83 | - |
| CMYK | 0 | 0.87 | 0.67 | 0 |
| HSL | 346.7º | 1% | 0.57% | - |
| HSV(B) | 346.7º | 0.87% | 1% | - |
| XYZ | 43.37 | 23.03 | 10.34 | - |
| YUV | 105.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 83 | 0 | 0.87 | 0.67 | 0 | 346.7 | 1 | 0.57 |
| Hex | FF | 22 | 53 | 0 | 57 | 43 | 0 | 15B | 64 | 39 |
| Octal | 377 | 42 | 123 | 0 | 127 | 103 | 0 | 533 | 144 | 71 |
| Binary | 11111111 | 100010 | 1010011 | 0 | 1010111 | 1000011 | 0 | 101011011 | 1100100 | 111001 |
Color Harmonies of #FF2253
Complementary color
Monochromatic Colors of #FF2253
Black with #FF2253
Text Example
Text Example
White with #FF2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2253; }
p { color: rgb(255,34,83); }
H1.HeaderClassName
{
color: #FF2253;
}
.AnyTagClassName
{
color: #FF2253;
}
</style>
background-color css
<style>
a { background-color: #FF2253; }
a { background-color: rgb(255,34,83); }
div.DivClassName
{
background-color: #FF2253;
}
.BgClassName
{
background-color: #FF2253;
}
</style>
border-color css
<style>
span { border-color: #FF2253; }
span { border-color: rgb(255,34,83); }
td.TdClassName
{
border-color: #FF2253;
}
.TagClassName
{
border-color: #FF2253;
}
</style>