Shades of Radical Red #FD2255
Tints of Radical Red #FD2255
RGB
CMYK
RGB Variations
Color information
#FD2255 (or 0xFD2255) is known color: Radical Red. HEX triplet: FD, 22 and 55. RGB value is (253,34,85). Sum of RGB (Red+Green+Blue) = 253+34+85=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2255 is #02DDAA. Grayscale: #696969. Windows color (decimal): -187819 or 5579517. OLE color: 5579517.
HSL color Cylindrical-coordinate representation of color #FD2255: hue angle of 346.03º 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 #FD2255 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 85 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.01 |
| HSL | 346.03º | 0.98% | 0.56% | - |
| HSV(B) | 346.03º | 0.87% | 0.99% | - |
| XYZ | 42.72 | 22.68 | 10.72 | - |
| YUV | 105.3 | 116.55 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 85 | 0 | 0.87 | 0.66 | 0.01 | 346.03 | 0.98 | 0.56 |
| Hex | FD | 22 | 55 | 0 | 57 | 42 | 1 | 15A | 62 | 38 |
| Octal | 375 | 42 | 125 | 0 | 127 | 102 | 1 | 532 | 142 | 70 |
| Binary | 11111101 | 100010 | 1010101 | 0 | 1010111 | 1000010 | 1 | 101011010 | 1100010 | 111000 |
Color Harmonies of #FD2255
Complementary color
Monochromatic Colors of #FD2255
Black with #FD2255
Text Example
Text Example
White with #FD2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2255; }
p { color: rgb(253,34,85); }
H1.HeaderClassName
{
color: #FD2255;
}
.AnyTagClassName
{
color: #FD2255;
}
</style>
background-color css
<style>
a { background-color: #FD2255; }
a { background-color: rgb(253,34,85); }
div.DivClassName
{
background-color: #FD2255;
}
.BgClassName
{
background-color: #FD2255;
}
</style>
border-color css
<style>
span { border-color: #FD2255; }
span { border-color: rgb(253,34,85); }
td.TdClassName
{
border-color: #FD2255;
}
.TagClassName
{
border-color: #FD2255;
}
</style>