Shades of Radical Red #FF2C5E
Tints of Radical Red #FF2C5E
RGB
CMYK
RGB Variations
Color information
#FF2C5E (or 0xFF2C5E) is known color: Radical Red. HEX triplet: FF, 2C and 5E. RGB value is (255,44,94). Sum of RGB (Red+Green+Blue) = 255+44+94=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C5E is #00D3A1. Grayscale: #707070. Windows color (decimal): -54178 or 6171903. OLE color: 6171903.
HSL color Cylindrical-coordinate representation of color #FF2C5E: hue angle of 345.78º 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 #FF2C5E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 94 | - |
| CMYK | 0 | 0.83 | 0.63 | 0 |
| HSL | 345.78º | 1% | 0.59% | - |
| HSV(B) | 345.78º | 0.83% | 1% | - |
| XYZ | 44.16 | 23.87 | 12.87 | - |
| YUV | 112.79 | 117.4 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 94 | 0 | 0.83 | 0.63 | 0 | 345.78 | 1 | 0.59 |
| Hex | FF | 2C | 5E | 0 | 53 | 3F | 0 | 15A | 64 | 3B |
| Octal | 377 | 54 | 136 | 0 | 123 | 77 | 0 | 532 | 144 | 73 |
| Binary | 11111111 | 101100 | 1011110 | 0 | 1010011 | 111111 | 0 | 101011010 | 1100100 | 111011 |
Color Harmonies of #FF2C5E
Complementary color
Monochromatic Colors of #FF2C5E
Black with #FF2C5E
Text Example
Text Example
White with #FF2C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C5E; }
p { color: rgb(255,44,94); }
H1.HeaderClassName
{
color: #FF2C5E;
}
.AnyTagClassName
{
color: #FF2C5E;
}
</style>
background-color css
<style>
a { background-color: #FF2C5E; }
a { background-color: rgb(255,44,94); }
div.DivClassName
{
background-color: #FF2C5E;
}
.BgClassName
{
background-color: #FF2C5E;
}
</style>
border-color css
<style>
span { border-color: #FF2C5E; }
span { border-color: rgb(255,44,94); }
td.TdClassName
{
border-color: #FF2C5E;
}
.TagClassName
{
border-color: #FF2C5E;
}
</style>