Shades of Radical Red #FD2856
Tints of Radical Red #FD2856
RGB
CMYK
RGB Variations
Color information
#FD2856 (or 0xFD2856) is known color: Radical Red. HEX triplet: FD, 28 and 56. RGB value is (253,40,86). Sum of RGB (Red+Green+Blue) = 253+40+86=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2856 is #02D7A9. Grayscale: #6C6C6C. Windows color (decimal): -186282 or 5646589. OLE color: 5646589.
HSL color Cylindrical-coordinate representation of color #FD2856: hue angle of 347.04º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2856 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 86 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.01 |
| HSL | 347.04º | 0.98% | 0.57% | - |
| HSV(B) | 347.04º | 0.84% | 0.99% | - |
| XYZ | 42.95 | 23.07 | 10.99 | - |
| YUV | 108.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 86 | 0 | 0.84 | 0.66 | 0.01 | 347.04 | 0.98 | 0.57 |
| Hex | FD | 28 | 56 | 0 | 54 | 42 | 1 | 15B | 62 | 39 |
| Octal | 375 | 50 | 126 | 0 | 124 | 102 | 1 | 533 | 142 | 71 |
| Binary | 11111101 | 101000 | 1010110 | 0 | 1010100 | 1000010 | 1 | 101011011 | 1100010 | 111001 |
Color Harmonies of #FD2856
Complementary color
Monochromatic Colors of #FD2856
Black with #FD2856
Text Example
Text Example
White with #FD2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2856; }
p { color: rgb(253,40,86); }
H1.HeaderClassName
{
color: #FD2856;
}
.AnyTagClassName
{
color: #FD2856;
}
</style>
background-color css
<style>
a { background-color: #FD2856; }
a { background-color: rgb(253,40,86); }
div.DivClassName
{
background-color: #FD2856;
}
.BgClassName
{
background-color: #FD2856;
}
</style>
border-color css
<style>
span { border-color: #FD2856; }
span { border-color: rgb(253,40,86); }
td.TdClassName
{
border-color: #FD2856;
}
.TagClassName
{
border-color: #FD2856;
}
</style>