Shades of Radical Red #FF1D55
Tints of Radical Red #FF1D55
RGB
CMYK
RGB Variations
Color information
#FF1D55 (or 0xFF1D55) is known color: Radical Red. HEX triplet: FF, 1D and 55. RGB value is (255,29,85). Sum of RGB (Red+Green+Blue) = 255+29+85=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D55 is #00E2AA. Grayscale: #666666. Windows color (decimal): -58027 or 5578239. OLE color: 5578239.
HSL color Cylindrical-coordinate representation of color #FF1D55: hue angle of 345.13º 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 #FF1D55 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 85 | - |
| CMYK | 0 | 0.89 | 0.67 | 0 |
| HSL | 345.13º | 1% | 0.56% | - |
| HSV(B) | 345.13º | 0.89% | 1% | - |
| XYZ | 43.32 | 22.79 | 10.71 | - |
| YUV | 102.96 | 117.87 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 85 | 0 | 0.89 | 0.67 | 0 | 345.13 | 1 | 0.56 |
| Hex | FF | 1D | 55 | 0 | 59 | 43 | 0 | 159 | 64 | 38 |
| Octal | 377 | 35 | 125 | 0 | 131 | 103 | 0 | 531 | 144 | 70 |
| Binary | 11111111 | 11101 | 1010101 | 0 | 1011001 | 1000011 | 0 | 101011001 | 1100100 | 111000 |
Color Harmonies of #FF1D55
Complementary color
Monochromatic Colors of #FF1D55
Black with #FF1D55
Text Example
Text Example
White with #FF1D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D55; }
p { color: rgb(255,29,85); }
H1.HeaderClassName
{
color: #FF1D55;
}
.AnyTagClassName
{
color: #FF1D55;
}
</style>
background-color css
<style>
a { background-color: #FF1D55; }
a { background-color: rgb(255,29,85); }
div.DivClassName
{
background-color: #FF1D55;
}
.BgClassName
{
background-color: #FF1D55;
}
</style>
border-color css
<style>
span { border-color: #FF1D55; }
span { border-color: rgb(255,29,85); }
td.TdClassName
{
border-color: #FF1D55;
}
.TagClassName
{
border-color: #FF1D55;
}
</style>