Shades of Radical Red #FD2C51
Tints of Radical Red #FD2C51
RGB
CMYK
RGB Variations
Color information
#FD2C51 (or 0xFD2C51) is known color: Radical Red. HEX triplet: FD, 2C and 51. RGB value is (253,44,81). Sum of RGB (Red+Green+Blue) = 253+44+81=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C51 is #02D3AE. Grayscale: #6E6E6E. Windows color (decimal): -185263 or 5319933. OLE color: 5319933.
HSL color Cylindrical-coordinate representation of color #FD2C51: hue angle of 349.38º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C51 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 81 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.01 |
| HSL | 349.38º | 0.98% | 0.58% | - |
| HSV(B) | 349.38º | 0.83% | 0.99% | - |
| XYZ | 42.89 | 23.28 | 10.02 | - |
| YUV | 110.71 | 111.24 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 81 | 0 | 0.83 | 0.68 | 0.01 | 349.38 | 0.98 | 0.58 |
| Hex | FD | 2C | 51 | 0 | 53 | 44 | 1 | 15D | 62 | 3A |
| Octal | 375 | 54 | 121 | 0 | 123 | 104 | 1 | 535 | 142 | 72 |
| Binary | 11111101 | 101100 | 1010001 | 0 | 1010011 | 1000100 | 1 | 101011101 | 1100010 | 111010 |
Color Harmonies of #FD2C51
Complementary color
Monochromatic Colors of #FD2C51
Black with #FD2C51
Text Example
Text Example
White with #FD2C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C51; }
p { color: rgb(253,44,81); }
H1.HeaderClassName
{
color: #FD2C51;
}
.AnyTagClassName
{
color: #FD2C51;
}
</style>
background-color css
<style>
a { background-color: #FD2C51; }
a { background-color: rgb(253,44,81); }
div.DivClassName
{
background-color: #FD2C51;
}
.BgClassName
{
background-color: #FD2C51;
}
</style>
border-color css
<style>
span { border-color: #FD2C51; }
span { border-color: rgb(253,44,81); }
td.TdClassName
{
border-color: #FD2C51;
}
.TagClassName
{
border-color: #FD2C51;
}
</style>