Shades of Radical Red #FF2153
Tints of Radical Red #FF2153
RGB
CMYK
RGB Variations
Color information
#FF2153 (or 0xFF2153) is known color: Radical Red. HEX triplet: FF, 21 and 53. RGB value is (255,33,83). Sum of RGB (Red+Green+Blue) = 255+33+83=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2153 is #00DEAC. Grayscale: #696969. Windows color (decimal): -57005 or 5448191. OLE color: 5448191.
HSL color Cylindrical-coordinate representation of color #FF2153: hue angle of 346.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2153 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 83 | - |
| CMYK | 0 | 0.87 | 0.67 | 0 |
| HSL | 346.49º | 1% | 0.56% | - |
| HSV(B) | 346.49º | 0.87% | 1% | - |
| XYZ | 43.35 | 22.97 | 10.33 | - |
| YUV | 105.08 | 115.55 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 83 | 0 | 0.87 | 0.67 | 0 | 346.49 | 1 | 0.56 |
| Hex | FF | 21 | 53 | 0 | 57 | 43 | 0 | 15A | 64 | 38 |
| Octal | 377 | 41 | 123 | 0 | 127 | 103 | 0 | 532 | 144 | 70 |
| Binary | 11111111 | 100001 | 1010011 | 0 | 1010111 | 1000011 | 0 | 101011010 | 1100100 | 111000 |
Color Harmonies of #FF2153
Complementary color
Monochromatic Colors of #FF2153
Black with #FF2153
Text Example
Text Example
White with #FF2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2153; }
p { color: rgb(255,33,83); }
H1.HeaderClassName
{
color: #FF2153;
}
.AnyTagClassName
{
color: #FF2153;
}
</style>
background-color css
<style>
a { background-color: #FF2153; }
a { background-color: rgb(255,33,83); }
div.DivClassName
{
background-color: #FF2153;
}
.BgClassName
{
background-color: #FF2153;
}
</style>
border-color css
<style>
span { border-color: #FF2153; }
span { border-color: rgb(255,33,83); }
td.TdClassName
{
border-color: #FF2153;
}
.TagClassName
{
border-color: #FF2153;
}
</style>