Shades of Radical Red #FD2551
Tints of Radical Red #FD2551
RGB
CMYK
RGB Variations
Color information
#FD2551 (or 0xFD2551) is known color: Radical Red. HEX triplet: FD, 25 and 51. RGB value is (253,37,81). Sum of RGB (Red+Green+Blue) = 253+37+81=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2551 is #02DAAE. Grayscale: #6A6A6A. Windows color (decimal): -187055 or 5318141. OLE color: 5318141.
HSL color Cylindrical-coordinate representation of color #FD2551: hue angle of 347.78º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2551 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 81 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.01 |
| HSL | 347.78º | 0.98% | 0.57% | - |
| HSV(B) | 347.78º | 0.85% | 0.99% | - |
| XYZ | 42.65 | 22.8 | 9.94 | - |
| YUV | 106.6 | 113.56 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 81 | 0 | 0.85 | 0.68 | 0.01 | 347.78 | 0.98 | 0.57 |
| Hex | FD | 25 | 51 | 0 | 55 | 44 | 1 | 15C | 62 | 39 |
| Octal | 375 | 45 | 121 | 0 | 125 | 104 | 1 | 534 | 142 | 71 |
| Binary | 11111101 | 100101 | 1010001 | 0 | 1010101 | 1000100 | 1 | 101011100 | 1100010 | 111001 |
Color Harmonies of #FD2551
Complementary color
Monochromatic Colors of #FD2551
Black with #FD2551
Text Example
Text Example
White with #FD2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2551; }
p { color: rgb(253,37,81); }
H1.HeaderClassName
{
color: #FD2551;
}
.AnyTagClassName
{
color: #FD2551;
}
</style>
background-color css
<style>
a { background-color: #FD2551; }
a { background-color: rgb(253,37,81); }
div.DivClassName
{
background-color: #FD2551;
}
.BgClassName
{
background-color: #FD2551;
}
</style>
border-color css
<style>
span { border-color: #FD2551; }
span { border-color: rgb(253,37,81); }
td.TdClassName
{
border-color: #FD2551;
}
.TagClassName
{
border-color: #FD2551;
}
</style>