Shades of Radical Red #FC2353
Tints of Radical Red #FC2353
RGB
CMYK
RGB Variations
Color information
#FC2353 (or 0xFC2353) is known color: Radical Red. HEX triplet: FC, 23 and 53. RGB value is (252,35,83). Sum of RGB (Red+Green+Blue) = 252+35+83=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2353 is #03DCAC. Grayscale: #696969. Windows color (decimal): -253101 or 5448700. OLE color: 5448700.
HSL color Cylindrical-coordinate representation of color #FC2353: hue angle of 346.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2353 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 83 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.01 |
| HSL | 346.73º | 0.97% | 0.56% | - |
| HSV(B) | 346.73º | 0.86% | 0.99% | - |
| XYZ | 42.31 | 22.52 | 10.3 | - |
| YUV | 105.36 | 115.39 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 83 | 0 | 0.86 | 0.67 | 0.01 | 346.73 | 0.97 | 0.56 |
| Hex | FC | 23 | 53 | 0 | 56 | 43 | 1 | 15B | 61 | 38 |
| Octal | 374 | 43 | 123 | 0 | 126 | 103 | 1 | 533 | 141 | 70 |
| Binary | 11111100 | 100011 | 1010011 | 0 | 1010110 | 1000011 | 1 | 101011011 | 1100001 | 111000 |
Color Harmonies of #FC2353
Complementary color
Monochromatic Colors of #FC2353
Black with #FC2353
Text Example
Text Example
White with #FC2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2353; }
p { color: rgb(252,35,83); }
H1.HeaderClassName
{
color: #FC2353;
}
.AnyTagClassName
{
color: #FC2353;
}
</style>
background-color css
<style>
a { background-color: #FC2353; }
a { background-color: rgb(252,35,83); }
div.DivClassName
{
background-color: #FC2353;
}
.BgClassName
{
background-color: #FC2353;
}
</style>
border-color css
<style>
span { border-color: #FC2353; }
span { border-color: rgb(252,35,83); }
td.TdClassName
{
border-color: #FC2353;
}
.TagClassName
{
border-color: #FC2353;
}
</style>