Shades of Radical Red #FF2C54
Tints of Radical Red #FF2C54
RGB
CMYK
RGB Variations
Color information
#FF2C54 (or 0xFF2C54) is known color: Radical Red. HEX triplet: FF, 2C and 54. RGB value is (255,44,84). Sum of RGB (Red+Green+Blue) = 255+44+84=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C54 is #00D3AB. Grayscale: #6F6F6F. Windows color (decimal): -54188 or 5516543. OLE color: 5516543.
HSL color Cylindrical-coordinate representation of color #FF2C54: hue angle of 348.63º 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 #FF2C54 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 84 | - |
| CMYK | 0 | 0.83 | 0.67 | 0 |
| HSL | 348.63º | 1% | 0.59% | - |
| HSV(B) | 348.63º | 0.83% | 1% | - |
| XYZ | 43.74 | 23.7 | 10.66 | - |
| YUV | 111.65 | 112.4 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 84 | 0 | 0.83 | 0.67 | 0 | 348.63 | 1 | 0.59 |
| Hex | FF | 2C | 54 | 0 | 53 | 43 | 0 | 15D | 64 | 3B |
| Octal | 377 | 54 | 124 | 0 | 123 | 103 | 0 | 535 | 144 | 73 |
| Binary | 11111111 | 101100 | 1010100 | 0 | 1010011 | 1000011 | 0 | 101011101 | 1100100 | 111011 |
Color Harmonies of #FF2C54
Complementary color
Monochromatic Colors of #FF2C54
Black with #FF2C54
Text Example
Text Example
White with #FF2C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C54; }
p { color: rgb(255,44,84); }
H1.HeaderClassName
{
color: #FF2C54;
}
.AnyTagClassName
{
color: #FF2C54;
}
</style>
background-color css
<style>
a { background-color: #FF2C54; }
a { background-color: rgb(255,44,84); }
div.DivClassName
{
background-color: #FF2C54;
}
.BgClassName
{
background-color: #FF2C54;
}
</style>
border-color css
<style>
span { border-color: #FF2C54; }
span { border-color: rgb(255,44,84); }
td.TdClassName
{
border-color: #FF2C54;
}
.TagClassName
{
border-color: #FF2C54;
}
</style>