Shades of Radical Red #FF1E5C
Tints of Radical Red #FF1E5C
RGB
CMYK
RGB Variations
Color information
#FF1E5C (or 0xFF1E5C) is known color: Radical Red. HEX triplet: FF, 1E and 5C. RGB value is (255,30,92). Sum of RGB (Red+Green+Blue) = 255+30+92=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E5C is #00E1A3. Grayscale: #686868. Windows color (decimal): -57764 or 6037247. OLE color: 6037247.
HSL color Cylindrical-coordinate representation of color #FF1E5C: hue angle of 343.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E5C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 92 | - |
| CMYK | 0 | 0.88 | 0.64 | 0 |
| HSL | 343.47º | 1% | 0.56% | - |
| HSV(B) | 343.47º | 0.88% | 1% | - |
| XYZ | 43.64 | 22.96 | 12.26 | - |
| YUV | 104.34 | 121.04 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 92 | 0 | 0.88 | 0.64 | 0 | 343.47 | 1 | 0.56 |
| Hex | FF | 1E | 5C | 0 | 58 | 40 | 0 | 157 | 64 | 38 |
| Octal | 377 | 36 | 134 | 0 | 130 | 100 | 0 | 527 | 144 | 70 |
| Binary | 11111111 | 11110 | 1011100 | 0 | 1011000 | 1000000 | 0 | 101010111 | 1100100 | 111000 |
Color Harmonies of #FF1E5C
Complementary color
Monochromatic Colors of #FF1E5C
Black with #FF1E5C
Text Example
Text Example
White with #FF1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E5C; }
p { color: rgb(255,30,92); }
H1.HeaderClassName
{
color: #FF1E5C;
}
.AnyTagClassName
{
color: #FF1E5C;
}
</style>
background-color css
<style>
a { background-color: #FF1E5C; }
a { background-color: rgb(255,30,92); }
div.DivClassName
{
background-color: #FF1E5C;
}
.BgClassName
{
background-color: #FF1E5C;
}
</style>
border-color css
<style>
span { border-color: #FF1E5C; }
span { border-color: rgb(255,30,92); }
td.TdClassName
{
border-color: #FF1E5C;
}
.TagClassName
{
border-color: #FF1E5C;
}
</style>