Shades of Radical Red #FD3E55
Tints of Radical Red #FD3E55
RGB
CMYK
RGB Variations
Color information
#FD3E55 (or 0xFD3E55) is known color: Radical Red. HEX triplet: FD, 3E and 55. RGB value is (253,62,85). Sum of RGB (Red+Green+Blue) = 253+62+85=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E55 is #02C1AA. Grayscale: #797979. Windows color (decimal): -180651 or 5586685. OLE color: 5586685.
HSL color Cylindrical-coordinate representation of color #FD3E55: hue angle of 352.77º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3E55 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 85 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.01 |
| HSL | 352.77º | 0.98% | 0.62% | - |
| HSV(B) | 352.77º | 0.75% | 0.99% | - |
| XYZ | 43.87 | 24.98 | 11.1 | - |
| YUV | 121.73 | 107.28 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 85 | 0 | 0.75 | 0.66 | 0.01 | 352.77 | 0.98 | 0.62 |
| Hex | FD | 3E | 55 | 0 | 4B | 42 | 1 | 161 | 62 | 3E |
| Octal | 375 | 76 | 125 | 0 | 113 | 102 | 1 | 541 | 142 | 76 |
| Binary | 11111101 | 111110 | 1010101 | 0 | 1001011 | 1000010 | 1 | 101100001 | 1100010 | 111110 |
Color Harmonies of #FD3E55
Complementary color
Monochromatic Colors of #FD3E55
Black with #FD3E55
Text Example
Text Example
White with #FD3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E55; }
p { color: rgb(253,62,85); }
H1.HeaderClassName
{
color: #FD3E55;
}
.AnyTagClassName
{
color: #FD3E55;
}
</style>
background-color css
<style>
a { background-color: #FD3E55; }
a { background-color: rgb(253,62,85); }
div.DivClassName
{
background-color: #FD3E55;
}
.BgClassName
{
background-color: #FD3E55;
}
</style>
border-color css
<style>
span { border-color: #FD3E55; }
span { border-color: rgb(253,62,85); }
td.TdClassName
{
border-color: #FD3E55;
}
.TagClassName
{
border-color: #FD3E55;
}
</style>