Shades of Radical Red #FF2C5B
Tints of Radical Red #FF2C5B
RGB
CMYK
RGB Variations
Color information
#FF2C5B (or 0xFF2C5B) is known color: Radical Red. HEX triplet: FF, 2C and 5B. RGB value is (255,44,91). Sum of RGB (Red+Green+Blue) = 255+44+91=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C5B is #00D3A4. Grayscale: #707070. Windows color (decimal): -54181 or 5975295. OLE color: 5975295.
HSL color Cylindrical-coordinate representation of color #FF2C5B: hue angle of 346.64º 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 #FF2C5B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 91 | - |
| CMYK | 0 | 0.83 | 0.64 | 0 |
| HSL | 346.64º | 1% | 0.59% | - |
| HSV(B) | 346.64º | 0.83% | 1% | - |
| XYZ | 44.03 | 23.82 | 12.17 | - |
| YUV | 112.45 | 115.9 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 91 | 0 | 0.83 | 0.64 | 0 | 346.64 | 1 | 0.59 |
| Hex | FF | 2C | 5B | 0 | 53 | 40 | 0 | 15B | 64 | 3B |
| Octal | 377 | 54 | 133 | 0 | 123 | 100 | 0 | 533 | 144 | 73 |
| Binary | 11111111 | 101100 | 1011011 | 0 | 1010011 | 1000000 | 0 | 101011011 | 1100100 | 111011 |
Color Harmonies of #FF2C5B
Complementary color
Monochromatic Colors of #FF2C5B
Black with #FF2C5B
Text Example
Text Example
White with #FF2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C5B; }
p { color: rgb(255,44,91); }
H1.HeaderClassName
{
color: #FF2C5B;
}
.AnyTagClassName
{
color: #FF2C5B;
}
</style>
background-color css
<style>
a { background-color: #FF2C5B; }
a { background-color: rgb(255,44,91); }
div.DivClassName
{
background-color: #FF2C5B;
}
.BgClassName
{
background-color: #FF2C5B;
}
</style>
border-color css
<style>
span { border-color: #FF2C5B; }
span { border-color: rgb(255,44,91); }
td.TdClassName
{
border-color: #FF2C5B;
}
.TagClassName
{
border-color: #FF2C5B;
}
</style>