Shades of Radical Red #FD2B50
Tints of Radical Red #FD2B50
RGB
CMYK
RGB Variations
Color information
#FD2B50 (or 0xFD2B50) is known color: Radical Red. HEX triplet: FD, 2B and 50. RGB value is (253,43,80). Sum of RGB (Red+Green+Blue) = 253+43+80=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2B50 is #02D4AF. Grayscale: #6E6E6E. Windows color (decimal): -185520 or 5254141. OLE color: 5254141.
HSL color Cylindrical-coordinate representation of color #FD2B50: hue angle of 349.43º 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 #FD2B50 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 80 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.01 |
| HSL | 349.43º | 0.98% | 0.58% | - |
| HSV(B) | 349.43º | 0.83% | 0.99% | - |
| XYZ | 42.82 | 23.19 | 9.81 | - |
| YUV | 110.01 | 111.07 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 80 | 0 | 0.83 | 0.68 | 0.01 | 349.43 | 0.98 | 0.58 |
| Hex | FD | 2B | 50 | 0 | 53 | 44 | 1 | 15D | 62 | 3A |
| Octal | 375 | 53 | 120 | 0 | 123 | 104 | 1 | 535 | 142 | 72 |
| Binary | 11111101 | 101011 | 1010000 | 0 | 1010011 | 1000100 | 1 | 101011101 | 1100010 | 111010 |
Color Harmonies of #FD2B50
Complementary color
Monochromatic Colors of #FD2B50
Black with #FD2B50
Text Example
Text Example
White with #FD2B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B50; }
p { color: rgb(253,43,80); }
H1.HeaderClassName
{
color: #FD2B50;
}
.AnyTagClassName
{
color: #FD2B50;
}
</style>
background-color css
<style>
a { background-color: #FD2B50; }
a { background-color: rgb(253,43,80); }
div.DivClassName
{
background-color: #FD2B50;
}
.BgClassName
{
background-color: #FD2B50;
}
</style>
border-color css
<style>
span { border-color: #FD2B50; }
span { border-color: rgb(253,43,80); }
td.TdClassName
{
border-color: #FD2B50;
}
.TagClassName
{
border-color: #FD2B50;
}
</style>