Shades of Radical Red #FD275D
Tints of Radical Red #FD275D
RGB
CMYK
RGB Variations
Color information
#FD275D (or 0xFD275D) is known color: Radical Red. HEX triplet: FD, 27 and 5D. RGB value is (253,39,93). Sum of RGB (Red+Green+Blue) = 253+39+93=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD275D is #02D8A2. Grayscale: #6D6D6D. Windows color (decimal): -186531 or 6105085. OLE color: 6105085.
HSL color Cylindrical-coordinate representation of color #FD275D: hue angle of 344.86º 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 #FD275D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 93 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.01 |
| HSL | 344.86º | 0.98% | 0.57% | - |
| HSV(B) | 344.86º | 0.85% | 0.99% | - |
| XYZ | 43.21 | 23.12 | 12.54 | - |
| YUV | 109.14 | 118.9 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 93 | 0 | 0.85 | 0.63 | 0.01 | 344.86 | 0.98 | 0.57 |
| Hex | FD | 27 | 5D | 0 | 55 | 3F | 1 | 159 | 62 | 39 |
| Octal | 375 | 47 | 135 | 0 | 125 | 77 | 1 | 531 | 142 | 71 |
| Binary | 11111101 | 100111 | 1011101 | 0 | 1010101 | 111111 | 1 | 101011001 | 1100010 | 111001 |
Color Harmonies of #FD275D
Complementary color
Monochromatic Colors of #FD275D
Black with #FD275D
Text Example
Text Example
White with #FD275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD275D; }
p { color: rgb(253,39,93); }
H1.HeaderClassName
{
color: #FD275D;
}
.AnyTagClassName
{
color: #FD275D;
}
</style>
background-color css
<style>
a { background-color: #FD275D; }
a { background-color: rgb(253,39,93); }
div.DivClassName
{
background-color: #FD275D;
}
.BgClassName
{
background-color: #FD275D;
}
</style>
border-color css
<style>
span { border-color: #FD275D; }
span { border-color: rgb(253,39,93); }
td.TdClassName
{
border-color: #FD275D;
}
.TagClassName
{
border-color: #FD275D;
}
</style>