Shades of Coral Red #FC4141
Tints of Coral Red #FC4141
RGB
CMYK
RGB Variations
Color information
#FC4141 (or 0xFC4141) is known color: Coral Red. HEX triplet: FC, 41 and 41. RGB value is (252,65,65). Sum of RGB (Red+Green+Blue) = 252+65+65=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4141 is #03BEBE. Grayscale: #797979. Windows color (decimal): -245439 or 4276732. OLE color: 4276732.
HSL color Cylindrical-coordinate representation of color #FC4141: hue angle of 0º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4141 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 65 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.01 |
| HSL | 0º | 0.97% | 0.62% | - |
| HSV(B) | 0º | 0.74% | 0.99% | - |
| XYZ | 42.99 | 24.86 | 7.53 | - |
| YUV | 120.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 65 | 0 | 0.74 | 0.74 | 0.01 | 0 | 0.97 | 0.62 |
| Hex | FC | 41 | 41 | 0 | 4A | 4A | 1 | 0 | 61 | 3E |
| Octal | 374 | 101 | 101 | 0 | 112 | 112 | 1 | 0 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1000001 | 0 | 1001010 | 1001010 | 1 | 0 | 1100001 | 111110 |
Color Harmonies of #FC4141
Complementary color
Monochromatic Colors of #FC4141
Black with #FC4141
Text Example
Text Example
White with #FC4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4141; }
p { color: rgb(252,65,65); }
H1.HeaderClassName
{
color: #FC4141;
}
.AnyTagClassName
{
color: #FC4141;
}
</style>
background-color css
<style>
a { background-color: #FC4141; }
a { background-color: rgb(252,65,65); }
div.DivClassName
{
background-color: #FC4141;
}
.BgClassName
{
background-color: #FC4141;
}
</style>
border-color css
<style>
span { border-color: #FC4141; }
span { border-color: rgb(252,65,65); }
td.TdClassName
{
border-color: #FC4141;
}
.TagClassName
{
border-color: #FC4141;
}
</style>