Shades of Radical Red #FF1E5D
Tints of Radical Red #FF1E5D
RGB
CMYK
RGB Variations
Color information
#FF1E5D (or 0xFF1E5D) is known color: Radical Red. HEX triplet: FF, 1E and 5D. RGB value is (255,30,93). Sum of RGB (Red+Green+Blue) = 255+30+93=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E5D is #00E1A2. Grayscale: #686868. Windows color (decimal): -57763 or 6102783. OLE color: 6102783.
HSL color Cylindrical-coordinate representation of color #FF1E5D: hue angle of 343.2º 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 #FF1E5D is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 93 | - |
| CMYK | 0 | 0.88 | 0.64 | 0 |
| HSL | 343.2º | 1% | 0.56% | - |
| HSV(B) | 343.2º | 0.88% | 1% | - |
| XYZ | 43.68 | 22.98 | 12.49 | - |
| YUV | 104.46 | 121.54 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 93 | 0 | 0.88 | 0.64 | 0 | 343.2 | 1 | 0.56 |
| Hex | FF | 1E | 5D | 0 | 58 | 40 | 0 | 157 | 64 | 38 |
| Octal | 377 | 36 | 135 | 0 | 130 | 100 | 0 | 527 | 144 | 70 |
| Binary | 11111111 | 11110 | 1011101 | 0 | 1011000 | 1000000 | 0 | 101010111 | 1100100 | 111000 |
Color Harmonies of #FF1E5D
Complementary color
Monochromatic Colors of #FF1E5D
Black with #FF1E5D
Text Example
Text Example
White with #FF1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E5D; }
p { color: rgb(255,30,93); }
H1.HeaderClassName
{
color: #FF1E5D;
}
.AnyTagClassName
{
color: #FF1E5D;
}
</style>
background-color css
<style>
a { background-color: #FF1E5D; }
a { background-color: rgb(255,30,93); }
div.DivClassName
{
background-color: #FF1E5D;
}
.BgClassName
{
background-color: #FF1E5D;
}
</style>
border-color css
<style>
span { border-color: #FF1E5D; }
span { border-color: rgb(255,30,93); }
td.TdClassName
{
border-color: #FF1E5D;
}
.TagClassName
{
border-color: #FF1E5D;
}
</style>