Shades of Radical Red #FD365E
Tints of Radical Red #FD365E
RGB
CMYK
RGB Variations
Color information
#FD365E (or 0xFD365E) is known color: Radical Red. HEX triplet: FD, 36 and 5E. RGB value is (253,54,94). Sum of RGB (Red+Green+Blue) = 253+54+94=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD365E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD365E is #02C9A1. Grayscale: #767676. Windows color (decimal): -182690 or 6174461. OLE color: 6174461.
HSL color Cylindrical-coordinate representation of color #FD365E: hue angle of 347.94º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD365E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 94 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.01 |
| HSL | 347.94º | 0.98% | 0.6% | - |
| HSV(B) | 347.94º | 0.79% | 0.99% | - |
| XYZ | 43.85 | 24.33 | 12.97 | - |
| YUV | 118.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 94 | 0 | 0.79 | 0.63 | 0.01 | 347.94 | 0.98 | 0.6 |
| Hex | FD | 36 | 5E | 0 | 4F | 3F | 1 | 15C | 62 | 3C |
| Octal | 375 | 66 | 136 | 0 | 117 | 77 | 1 | 534 | 142 | 74 |
| Binary | 11111101 | 110110 | 1011110 | 0 | 1001111 | 111111 | 1 | 101011100 | 1100010 | 111100 |
Color Harmonies of #FD365E
Complementary color
Monochromatic Colors of #FD365E
Black with #FD365E
Text Example
Text Example
White with #FD365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD365E; }
p { color: rgb(253,54,94); }
H1.HeaderClassName
{
color: #FD365E;
}
.AnyTagClassName
{
color: #FD365E;
}
</style>
background-color css
<style>
a { background-color: #FD365E; }
a { background-color: rgb(253,54,94); }
div.DivClassName
{
background-color: #FD365E;
}
.BgClassName
{
background-color: #FD365E;
}
</style>
border-color css
<style>
span { border-color: #FD365E; }
span { border-color: rgb(253,54,94); }
td.TdClassName
{
border-color: #FD365E;
}
.TagClassName
{
border-color: #FD365E;
}
</style>