Shades of Radical Red #FF1C5C
Tints of Radical Red #FF1C5C
RGB
CMYK
RGB Variations
Color information
#FF1C5C (or 0xFF1C5C) is known color: Radical Red. HEX triplet: FF, 1C and 5C. RGB value is (255,28,92). Sum of RGB (Red+Green+Blue) = 255+28+92=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C5C is #00E3A3. Grayscale: #676767. Windows color (decimal): -58276 or 6036735. OLE color: 6036735.
HSL color Cylindrical-coordinate representation of color #FF1C5C: hue angle of 343.08º 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 #FF1C5C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 92 | - |
| CMYK | 0 | 0.89 | 0.64 | 0 |
| HSL | 343.08º | 1% | 0.55% | - |
| HSV(B) | 343.08º | 0.89% | 1% | - |
| XYZ | 43.59 | 22.86 | 12.24 | - |
| YUV | 103.17 | 121.71 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 92 | 0 | 0.89 | 0.64 | 0 | 343.08 | 1 | 0.55 |
| Hex | FF | 1C | 5C | 0 | 59 | 40 | 0 | 157 | 64 | 37 |
| Octal | 377 | 34 | 134 | 0 | 131 | 100 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11100 | 1011100 | 0 | 1011001 | 1000000 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF1C5C
Complementary color
Monochromatic Colors of #FF1C5C
Black with #FF1C5C
Text Example
Text Example
White with #FF1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C5C; }
p { color: rgb(255,28,92); }
H1.HeaderClassName
{
color: #FF1C5C;
}
.AnyTagClassName
{
color: #FF1C5C;
}
</style>
background-color css
<style>
a { background-color: #FF1C5C; }
a { background-color: rgb(255,28,92); }
div.DivClassName
{
background-color: #FF1C5C;
}
.BgClassName
{
background-color: #FF1C5C;
}
</style>
border-color css
<style>
span { border-color: #FF1C5C; }
span { border-color: rgb(255,28,92); }
td.TdClassName
{
border-color: #FF1C5C;
}
.TagClassName
{
border-color: #FF1C5C;
}
</style>