Shades of Radical Red #FF2C5C
Tints of Radical Red #FF2C5C
RGB
CMYK
RGB Variations
Color information
#FF2C5C (or 0xFF2C5C) is known color: Radical Red. HEX triplet: FF, 2C and 5C. RGB value is (255,44,92). Sum of RGB (Red+Green+Blue) = 255+44+92=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C5C is #00D3A3. Grayscale: #707070. Windows color (decimal): -54180 or 6040831. OLE color: 6040831.
HSL color Cylindrical-coordinate representation of color #FF2C5C: hue angle of 346.35º 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 #FF2C5C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 92 | - |
| CMYK | 0 | 0.83 | 0.64 | 0 |
| HSL | 346.35º | 1% | 0.59% | - |
| HSV(B) | 346.35º | 0.83% | 1% | - |
| XYZ | 44.07 | 23.83 | 12.4 | - |
| YUV | 112.56 | 116.4 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 92 | 0 | 0.83 | 0.64 | 0 | 346.35 | 1 | 0.59 |
| Hex | FF | 2C | 5C | 0 | 53 | 40 | 0 | 15A | 64 | 3B |
| Octal | 377 | 54 | 134 | 0 | 123 | 100 | 0 | 532 | 144 | 73 |
| Binary | 11111111 | 101100 | 1011100 | 0 | 1010011 | 1000000 | 0 | 101011010 | 1100100 | 111011 |
Color Harmonies of #FF2C5C
Complementary color
Monochromatic Colors of #FF2C5C
Black with #FF2C5C
Text Example
Text Example
White with #FF2C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C5C; }
p { color: rgb(255,44,92); }
H1.HeaderClassName
{
color: #FF2C5C;
}
.AnyTagClassName
{
color: #FF2C5C;
}
</style>
background-color css
<style>
a { background-color: #FF2C5C; }
a { background-color: rgb(255,44,92); }
div.DivClassName
{
background-color: #FF2C5C;
}
.BgClassName
{
background-color: #FF2C5C;
}
</style>
border-color css
<style>
span { border-color: #FF2C5C; }
span { border-color: rgb(255,44,92); }
td.TdClassName
{
border-color: #FF2C5C;
}
.TagClassName
{
border-color: #FF2C5C;
}
</style>