Shades of Radical Red #FF1D5E
Tints of Radical Red #FF1D5E
RGB
CMYK
RGB Variations
Color information
#FF1D5E (or 0xFF1D5E) is known color: Radical Red. HEX triplet: FF, 1D and 5E. RGB value is (255,29,94). Sum of RGB (Red+Green+Blue) = 255+29+94=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D5E is #00E2A1. Grayscale: #676767. Windows color (decimal): -58018 or 6168063. OLE color: 6168063.
HSL color Cylindrical-coordinate representation of color #FF1D5E: hue angle of 342.74º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D5E is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 94 | - |
| CMYK | 0 | 0.89 | 0.63 | 0 |
| HSL | 342.74º | 1% | 0.56% | - |
| HSV(B) | 342.74º | 0.89% | 1% | - |
| XYZ | 43.7 | 22.95 | 12.72 | - |
| YUV | 103.98 | 122.37 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 94 | 0 | 0.89 | 0.63 | 0 | 342.74 | 1 | 0.56 |
| Hex | FF | 1D | 5E | 0 | 59 | 3F | 0 | 157 | 64 | 38 |
| Octal | 377 | 35 | 136 | 0 | 131 | 77 | 0 | 527 | 144 | 70 |
| Binary | 11111111 | 11101 | 1011110 | 0 | 1011001 | 111111 | 0 | 101010111 | 1100100 | 111000 |
Color Harmonies of #FF1D5E
Complementary color
Monochromatic Colors of #FF1D5E
Black with #FF1D5E
Text Example
Text Example
White with #FF1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D5E; }
p { color: rgb(255,29,94); }
H1.HeaderClassName
{
color: #FF1D5E;
}
.AnyTagClassName
{
color: #FF1D5E;
}
</style>
background-color css
<style>
a { background-color: #FF1D5E; }
a { background-color: rgb(255,29,94); }
div.DivClassName
{
background-color: #FF1D5E;
}
.BgClassName
{
background-color: #FF1D5E;
}
</style>
border-color css
<style>
span { border-color: #FF1D5E; }
span { border-color: rgb(255,29,94); }
td.TdClassName
{
border-color: #FF1D5E;
}
.TagClassName
{
border-color: #FF1D5E;
}
</style>