Shades of Radical Red #FF1C5E
Tints of Radical Red #FF1C5E
RGB
CMYK
RGB Variations
Color information
#FF1C5E (or 0xFF1C5E) is known color: Radical Red. HEX triplet: FF, 1C and 5E. RGB value is (255,28,94). Sum of RGB (Red+Green+Blue) = 255+28+94=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C5E is #00E3A1. Grayscale: #676767. Windows color (decimal): -58274 or 6167807. OLE color: 6167807.
HSL color Cylindrical-coordinate representation of color #FF1C5E: hue angle of 342.56º 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 #FF1C5E is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 94 | - |
| CMYK | 0 | 0.89 | 0.63 | 0 |
| HSL | 342.56º | 1% | 0.55% | - |
| HSV(B) | 342.56º | 0.89% | 1% | - |
| XYZ | 43.68 | 22.9 | 12.71 | - |
| YUV | 103.4 | 122.71 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 94 | 0 | 0.89 | 0.63 | 0 | 342.56 | 1 | 0.55 |
| Hex | FF | 1C | 5E | 0 | 59 | 3F | 0 | 157 | 64 | 37 |
| Octal | 377 | 34 | 136 | 0 | 131 | 77 | 0 | 527 | 144 | 67 |
| Binary | 11111111 | 11100 | 1011110 | 0 | 1011001 | 111111 | 0 | 101010111 | 1100100 | 110111 |
Color Harmonies of #FF1C5E
Complementary color
Monochromatic Colors of #FF1C5E
Black with #FF1C5E
Text Example
Text Example
White with #FF1C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C5E; }
p { color: rgb(255,28,94); }
H1.HeaderClassName
{
color: #FF1C5E;
}
.AnyTagClassName
{
color: #FF1C5E;
}
</style>
background-color css
<style>
a { background-color: #FF1C5E; }
a { background-color: rgb(255,28,94); }
div.DivClassName
{
background-color: #FF1C5E;
}
.BgClassName
{
background-color: #FF1C5E;
}
</style>
border-color css
<style>
span { border-color: #FF1C5E; }
span { border-color: rgb(255,28,94); }
td.TdClassName
{
border-color: #FF1C5E;
}
.TagClassName
{
border-color: #FF1C5E;
}
</style>