Shades of Radical Red #FD2C64
Tints of Radical Red #FD2C64
RGB
CMYK
RGB Variations
Color information
#FD2C64 (or 0xFD2C64) is known color: Radical Red. HEX triplet: FD, 2C and 64. RGB value is (253,44,100). Sum of RGB (Red+Green+Blue) = 253+44+100=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C64 is #02D39B. Grayscale: #707070. Windows color (decimal): -185244 or 6565117. OLE color: 6565117.
HSL color Cylindrical-coordinate representation of color #FD2C64: hue angle of 343.92º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C64 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 100 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.01 |
| HSL | 343.92º | 0.98% | 0.58% | - |
| HSV(B) | 343.92º | 0.83% | 0.99% | - |
| XYZ | 43.71 | 23.6 | 14.31 | - |
| YUV | 112.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 100 | 0 | 0.83 | 0.60 | 0.01 | 343.92 | 0.98 | 0.58 |
| Hex | FD | 2C | 64 | 0 | 53 | 3C | 1 | 158 | 62 | 3A |
| Octal | 375 | 54 | 144 | 0 | 123 | 74 | 1 | 530 | 142 | 72 |
| Binary | 11111101 | 101100 | 1100100 | 0 | 1010011 | 111100 | 1 | 101011000 | 1100010 | 111010 |
Color Harmonies of #FD2C64
Complementary color
Monochromatic Colors of #FD2C64
Black with #FD2C64
Text Example
Text Example
White with #FD2C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C64; }
p { color: rgb(253,44,100); }
H1.HeaderClassName
{
color: #FD2C64;
}
.AnyTagClassName
{
color: #FD2C64;
}
</style>
background-color css
<style>
a { background-color: #FD2C64; }
a { background-color: rgb(253,44,100); }
div.DivClassName
{
background-color: #FD2C64;
}
.BgClassName
{
background-color: #FD2C64;
}
</style>
border-color css
<style>
span { border-color: #FD2C64; }
span { border-color: rgb(253,44,100); }
td.TdClassName
{
border-color: #FD2C64;
}
.TagClassName
{
border-color: #FD2C64;
}
</style>