Shades of Radical Red #FD314D
Tints of Radical Red #FD314D
RGB
CMYK
RGB Variations
Color information
#FD314D (or 0xFD314D) is known color: Radical Red. HEX triplet: FD, 31 and 4D. RGB value is (253,49,77). Sum of RGB (Red+Green+Blue) = 253+49+77=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD314D is #02CEB2. Grayscale: #717171. Windows color (decimal): -183987 or 5059069. OLE color: 5059069.
HSL color Cylindrical-coordinate representation of color #FD314D: hue angle of 351.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD314D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 77 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.01 |
| HSL | 351.76º | 0.98% | 0.59% | - |
| HSV(B) | 351.76º | 0.81% | 0.99% | - |
| XYZ | 42.95 | 23.62 | 9.32 | - |
| YUV | 113.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 77 | 0 | 0.81 | 0.70 | 0.01 | 351.76 | 0.98 | 0.59 |
| Hex | FD | 31 | 4D | 0 | 51 | 46 | 1 | 160 | 62 | 3B |
| Octal | 375 | 61 | 115 | 0 | 121 | 106 | 1 | 540 | 142 | 73 |
| Binary | 11111101 | 110001 | 1001101 | 0 | 1010001 | 1000110 | 1 | 101100000 | 1100010 | 111011 |
Color Harmonies of #FD314D
Complementary color
Monochromatic Colors of #FD314D
Black with #FD314D
Text Example
Text Example
White with #FD314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD314D; }
p { color: rgb(253,49,77); }
H1.HeaderClassName
{
color: #FD314D;
}
.AnyTagClassName
{
color: #FD314D;
}
</style>
background-color css
<style>
a { background-color: #FD314D; }
a { background-color: rgb(253,49,77); }
div.DivClassName
{
background-color: #FD314D;
}
.BgClassName
{
background-color: #FD314D;
}
</style>
border-color css
<style>
span { border-color: #FD314D; }
span { border-color: rgb(253,49,77); }
td.TdClassName
{
border-color: #FD314D;
}
.TagClassName
{
border-color: #FD314D;
}
</style>