Shades of Radical Red #FC3748
Tints of Radical Red #FC3748
RGB
CMYK
RGB Variations
Color information
#FC3748 (or 0xFC3748) is known color: Radical Red. HEX triplet: FC, 37 and 48. RGB value is (252,55,72). Sum of RGB (Red+Green+Blue) = 252+55+72=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3748 is #03C8B7. Grayscale: #737373. Windows color (decimal): -247992 or 4732924. OLE color: 4732924.
HSL color Cylindrical-coordinate representation of color #FC3748: hue angle of 354.82º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC3748 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 72 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.01 |
| HSL | 354.82º | 0.97% | 0.6% | - |
| HSV(B) | 354.82º | 0.78% | 0.99% | - |
| XYZ | 42.68 | 23.9 | 8.49 | - |
| YUV | 115.84 | 103.27 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 72 | 0 | 0.78 | 0.71 | 0.01 | 354.82 | 0.97 | 0.6 |
| Hex | FC | 37 | 48 | 0 | 4E | 47 | 1 | 163 | 61 | 3C |
| Octal | 374 | 67 | 110 | 0 | 116 | 107 | 1 | 543 | 141 | 74 |
| Binary | 11111100 | 110111 | 1001000 | 0 | 1001110 | 1000111 | 1 | 101100011 | 1100001 | 111100 |
Color Harmonies of #FC3748
Complementary color
Monochromatic Colors of #FC3748
Black with #FC3748
Text Example
Text Example
White with #FC3748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3748; }
p { color: rgb(252,55,72); }
H1.HeaderClassName
{
color: #FC3748;
}
.AnyTagClassName
{
color: #FC3748;
}
</style>
background-color css
<style>
a { background-color: #FC3748; }
a { background-color: rgb(252,55,72); }
div.DivClassName
{
background-color: #FC3748;
}
.BgClassName
{
background-color: #FC3748;
}
</style>
border-color css
<style>
span { border-color: #FC3748; }
span { border-color: rgb(252,55,72); }
td.TdClassName
{
border-color: #FC3748;
}
.TagClassName
{
border-color: #FC3748;
}
</style>