Shades of Radical Red #FF1E4E
Tints of Radical Red #FF1E4E
RGB
CMYK
RGB Variations
Color information
#FF1E4E (or 0xFF1E4E) is known color: Radical Red. HEX triplet: FF, 1E and 4E. RGB value is (255,30,78). Sum of RGB (Red+Green+Blue) = 255+30+78=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E4E is #00E1B1. Grayscale: #666666. Windows color (decimal): -57778 or 5119743. OLE color: 5119743.
HSL color Cylindrical-coordinate representation of color #FF1E4E: hue angle of 347.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 #FF1E4E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 78 | - |
| CMYK | 0 | 0.88 | 0.69 | 0 |
| HSL | 347.2º | 1% | 0.56% | - |
| HSV(B) | 347.2º | 0.88% | 1% | - |
| XYZ | 43.08 | 22.74 | 9.33 | - |
| YUV | 102.75 | 114.04 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 78 | 0 | 0.88 | 0.69 | 0 | 347.2 | 1 | 0.56 |
| Hex | FF | 1E | 4E | 0 | 58 | 45 | 0 | 15B | 64 | 38 |
| Octal | 377 | 36 | 116 | 0 | 130 | 105 | 0 | 533 | 144 | 70 |
| Binary | 11111111 | 11110 | 1001110 | 0 | 1011000 | 1000101 | 0 | 101011011 | 1100100 | 111000 |
Color Harmonies of #FF1E4E
Complementary color
Monochromatic Colors of #FF1E4E
Black with #FF1E4E
Text Example
Text Example
White with #FF1E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E4E; }
p { color: rgb(255,30,78); }
H1.HeaderClassName
{
color: #FF1E4E;
}
.AnyTagClassName
{
color: #FF1E4E;
}
</style>
background-color css
<style>
a { background-color: #FF1E4E; }
a { background-color: rgb(255,30,78); }
div.DivClassName
{
background-color: #FF1E4E;
}
.BgClassName
{
background-color: #FF1E4E;
}
</style>
border-color css
<style>
span { border-color: #FF1E4E; }
span { border-color: rgb(255,30,78); }
td.TdClassName
{
border-color: #FF1E4E;
}
.TagClassName
{
border-color: #FF1E4E;
}
</style>