Shades of Radical Red #FD1D5B
Tints of Radical Red #FD1D5B
RGB
CMYK
RGB Variations
Color information
#FD1D5B (or 0xFD1D5B) is known color: Radical Red. HEX triplet: FD, 1D and 5B. RGB value is (253,29,91). Sum of RGB (Red+Green+Blue) = 253+29+91=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D5B is #02E2A4. Grayscale: #676767. Windows color (decimal): -189093 or 5971453. OLE color: 5971453.
HSL color Cylindrical-coordinate representation of color #FD1D5B: hue angle of 343.39º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D5B is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 91 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.01 |
| HSL | 343.39º | 0.98% | 0.55% | - |
| HSV(B) | 343.39º | 0.89% | 0.99% | - |
| XYZ | 42.84 | 22.52 | 11.99 | - |
| YUV | 103.04 | 121.21 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 91 | 0 | 0.89 | 0.64 | 0.01 | 343.39 | 0.98 | 0.55 |
| Hex | FD | 1D | 5B | 0 | 59 | 40 | 1 | 157 | 62 | 37 |
| Octal | 375 | 35 | 133 | 0 | 131 | 100 | 1 | 527 | 142 | 67 |
| Binary | 11111101 | 11101 | 1011011 | 0 | 1011001 | 1000000 | 1 | 101010111 | 1100010 | 110111 |
Color Harmonies of #FD1D5B
Complementary color
Monochromatic Colors of #FD1D5B
Black with #FD1D5B
Text Example
Text Example
White with #FD1D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D5B; }
p { color: rgb(253,29,91); }
H1.HeaderClassName
{
color: #FD1D5B;
}
.AnyTagClassName
{
color: #FD1D5B;
}
</style>
background-color css
<style>
a { background-color: #FD1D5B; }
a { background-color: rgb(253,29,91); }
div.DivClassName
{
background-color: #FD1D5B;
}
.BgClassName
{
background-color: #FD1D5B;
}
</style>
border-color css
<style>
span { border-color: #FD1D5B; }
span { border-color: rgb(253,29,91); }
td.TdClassName
{
border-color: #FD1D5B;
}
.TagClassName
{
border-color: #FD1D5B;
}
</style>