Shades of Radical Red #FF2C53
Tints of Radical Red #FF2C53
RGB
CMYK
RGB Variations
Color information
#FF2C53 (or 0xFF2C53) is known color: Radical Red. HEX triplet: FF, 2C and 53. RGB value is (255,44,83). Sum of RGB (Red+Green+Blue) = 255+44+83=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C53 is #00D3AC. Grayscale: #6F6F6F. Windows color (decimal): -54189 or 5451007. OLE color: 5451007.
HSL color Cylindrical-coordinate representation of color #FF2C53: hue angle of 348.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C53 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 83 | - |
| CMYK | 0 | 0.83 | 0.67 | 0 |
| HSL | 348.91º | 1% | 0.59% | - |
| HSV(B) | 348.91º | 0.83% | 1% | - |
| XYZ | 43.7 | 23.69 | 10.45 | - |
| YUV | 111.54 | 111.9 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 83 | 0 | 0.83 | 0.67 | 0 | 348.91 | 1 | 0.59 |
| Hex | FF | 2C | 53 | 0 | 53 | 43 | 0 | 15D | 64 | 3B |
| Octal | 377 | 54 | 123 | 0 | 123 | 103 | 0 | 535 | 144 | 73 |
| Binary | 11111111 | 101100 | 1010011 | 0 | 1010011 | 1000011 | 0 | 101011101 | 1100100 | 111011 |
Color Harmonies of #FF2C53
Complementary color
Monochromatic Colors of #FF2C53
Black with #FF2C53
Text Example
Text Example
White with #FF2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C53; }
p { color: rgb(255,44,83); }
H1.HeaderClassName
{
color: #FF2C53;
}
.AnyTagClassName
{
color: #FF2C53;
}
</style>
background-color css
<style>
a { background-color: #FF2C53; }
a { background-color: rgb(255,44,83); }
div.DivClassName
{
background-color: #FF2C53;
}
.BgClassName
{
background-color: #FF2C53;
}
</style>
border-color css
<style>
span { border-color: #FF2C53; }
span { border-color: rgb(255,44,83); }
td.TdClassName
{
border-color: #FF2C53;
}
.TagClassName
{
border-color: #FF2C53;
}
</style>