Shades of Radical Red #FF1C56
Tints of Radical Red #FF1C56
RGB
CMYK
RGB Variations
Color information
#FF1C56 (or 0xFF1C56) is known color: Radical Red. HEX triplet: FF, 1C and 56. RGB value is (255,28,86). Sum of RGB (Red+Green+Blue) = 255+28+86=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C56 is #00E3A9. Grayscale: #666666. Windows color (decimal): -58282 or 5643519. OLE color: 5643519.
HSL color Cylindrical-coordinate representation of color #FF1C56: hue angle of 344.67º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C56 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 86 | - |
| CMYK | 0 | 0.89 | 0.66 | 0 |
| HSL | 344.67º | 1% | 0.55% | - |
| HSV(B) | 344.67º | 0.89% | 1% | - |
| XYZ | 43.33 | 22.76 | 10.91 | - |
| YUV | 102.49 | 118.71 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 86 | 0 | 0.89 | 0.66 | 0 | 344.67 | 1 | 0.55 |
| Hex | FF | 1C | 56 | 0 | 59 | 42 | 0 | 159 | 64 | 37 |
| Octal | 377 | 34 | 126 | 0 | 131 | 102 | 0 | 531 | 144 | 67 |
| Binary | 11111111 | 11100 | 1010110 | 0 | 1011001 | 1000010 | 0 | 101011001 | 1100100 | 110111 |
Color Harmonies of #FF1C56
Complementary color
Monochromatic Colors of #FF1C56
Black with #FF1C56
Text Example
Text Example
White with #FF1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C56; }
p { color: rgb(255,28,86); }
H1.HeaderClassName
{
color: #FF1C56;
}
.AnyTagClassName
{
color: #FF1C56;
}
</style>
background-color css
<style>
a { background-color: #FF1C56; }
a { background-color: rgb(255,28,86); }
div.DivClassName
{
background-color: #FF1C56;
}
.BgClassName
{
background-color: #FF1C56;
}
</style>
border-color css
<style>
span { border-color: #FF1C56; }
span { border-color: rgb(255,28,86); }
td.TdClassName
{
border-color: #FF1C56;
}
.TagClassName
{
border-color: #FF1C56;
}
</style>