Shades of Radical Red #FC3C41
Tints of Radical Red #FC3C41
RGB
CMYK
RGB Variations
Color information
#FC3C41 (or 0xFC3C41) is known color: Radical Red. HEX triplet: FC, 3C and 41. RGB value is (252,60,65). Sum of RGB (Red+Green+Blue) = 252+60+65=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C41 is #03C3BE. Grayscale: #767676. Windows color (decimal): -246719 or 4275452. OLE color: 4275452.
HSL color Cylindrical-coordinate representation of color #FC3C41: hue angle of 358.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C41 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 65 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.01 |
| HSL | 358.44º | 0.97% | 0.61% | - |
| HSV(B) | 358.44º | 0.76% | 0.99% | - |
| XYZ | 42.71 | 24.31 | 7.44 | - |
| YUV | 117.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 65 | 0 | 0.76 | 0.74 | 0.01 | 358.44 | 0.97 | 0.61 |
| Hex | FC | 3C | 41 | 0 | 4C | 4A | 1 | 166 | 61 | 3D |
| Octal | 374 | 74 | 101 | 0 | 114 | 112 | 1 | 546 | 141 | 75 |
| Binary | 11111100 | 111100 | 1000001 | 0 | 1001100 | 1001010 | 1 | 101100110 | 1100001 | 111101 |
Color Harmonies of #FC3C41
Complementary color
Monochromatic Colors of #FC3C41
Black with #FC3C41
Text Example
Text Example
White with #FC3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C41; }
p { color: rgb(252,60,65); }
H1.HeaderClassName
{
color: #FC3C41;
}
.AnyTagClassName
{
color: #FC3C41;
}
</style>
background-color css
<style>
a { background-color: #FC3C41; }
a { background-color: rgb(252,60,65); }
div.DivClassName
{
background-color: #FC3C41;
}
.BgClassName
{
background-color: #FC3C41;
}
</style>
border-color css
<style>
span { border-color: #FC3C41; }
span { border-color: rgb(252,60,65); }
td.TdClassName
{
border-color: #FC3C41;
}
.TagClassName
{
border-color: #FC3C41;
}
</style>