Shades of Radical Red #FD275E
Tints of Radical Red #FD275E
RGB
CMYK
RGB Variations
Color information
#FD275E (or 0xFD275E) is known color: Radical Red. HEX triplet: FD, 27 and 5E. RGB value is (253,39,94). Sum of RGB (Red+Green+Blue) = 253+39+94=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD275E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD275E is #02D8A1. Grayscale: #6D6D6D. Windows color (decimal): -186530 or 6170621. OLE color: 6170621.
HSL color Cylindrical-coordinate representation of color #FD275E: hue angle of 344.58º 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 #FD275E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 94 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.01 |
| HSL | 344.58º | 0.98% | 0.57% | - |
| HSV(B) | 344.58º | 0.85% | 0.99% | - |
| XYZ | 43.25 | 23.14 | 12.78 | - |
| YUV | 109.26 | 119.4 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 94 | 0 | 0.85 | 0.63 | 0.01 | 344.58 | 0.98 | 0.57 |
| Hex | FD | 27 | 5E | 0 | 55 | 3F | 1 | 159 | 62 | 39 |
| Octal | 375 | 47 | 136 | 0 | 125 | 77 | 1 | 531 | 142 | 71 |
| Binary | 11111101 | 100111 | 1011110 | 0 | 1010101 | 111111 | 1 | 101011001 | 1100010 | 111001 |
Color Harmonies of #FD275E
Complementary color
Monochromatic Colors of #FD275E
Black with #FD275E
Text Example
Text Example
White with #FD275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD275E; }
p { color: rgb(253,39,94); }
H1.HeaderClassName
{
color: #FD275E;
}
.AnyTagClassName
{
color: #FD275E;
}
</style>
background-color css
<style>
a { background-color: #FD275E; }
a { background-color: rgb(253,39,94); }
div.DivClassName
{
background-color: #FD275E;
}
.BgClassName
{
background-color: #FD275E;
}
</style>
border-color css
<style>
span { border-color: #FD275E; }
span { border-color: rgb(253,39,94); }
td.TdClassName
{
border-color: #FD275E;
}
.TagClassName
{
border-color: #FD275E;
}
</style>