Shades of Radical Red #FD2275
Tints of Radical Red #FD2275
RGB
CMYK
RGB Variations
Color information
#FD2275 (or 0xFD2275) is known color: Radical Red. HEX triplet: FD, 22 and 75. RGB value is (253,34,117). Sum of RGB (Red+Green+Blue) = 253+34+117=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2275 is #02DD8A. Grayscale: #6C6C6C. Windows color (decimal): -187787 or 7676669. OLE color: 7676669.
HSL color Cylindrical-coordinate representation of color #FD2275: hue angle of 337.26º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2275 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 117 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.01 |
| HSL | 337.26º | 0.98% | 0.56% | - |
| HSV(B) | 337.26º | 0.87% | 0.99% | - |
| XYZ | 44.29 | 23.31 | 18.99 | - |
| YUV | 108.94 | 132.55 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 117 | 0 | 0.87 | 0.54 | 0.01 | 337.26 | 0.98 | 0.56 |
| Hex | FD | 22 | 75 | 0 | 57 | 36 | 1 | 151 | 62 | 38 |
| Octal | 375 | 42 | 165 | 0 | 127 | 66 | 1 | 521 | 142 | 70 |
| Binary | 11111101 | 100010 | 1110101 | 0 | 1010111 | 110110 | 1 | 101010001 | 1100010 | 111000 |
Color Harmonies of #FD2275
Complementary color
Monochromatic Colors of #FD2275
Black with #FD2275
Text Example
Text Example
White with #FD2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2275; }
p { color: rgb(253,34,117); }
H1.HeaderClassName
{
color: #FD2275;
}
.AnyTagClassName
{
color: #FD2275;
}
</style>
background-color css
<style>
a { background-color: #FD2275; }
a { background-color: rgb(253,34,117); }
div.DivClassName
{
background-color: #FD2275;
}
.BgClassName
{
background-color: #FD2275;
}
</style>
border-color css
<style>
span { border-color: #FD2275; }
span { border-color: rgb(253,34,117); }
td.TdClassName
{
border-color: #FD2275;
}
.TagClassName
{
border-color: #FD2275;
}
</style>