Shades of Coral Red #FC403C
Tints of Coral Red #FC403C
RGB
CMYK
RGB Variations
Color information
#FC403C (or 0xFC403C) is known color: Coral Red. HEX triplet: FC, 40 and 3C. RGB value is (252,64,60). Sum of RGB (Red+Green+Blue) = 252+64+60=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC403C is #03BFC3. Grayscale: #777777. Windows color (decimal): -245700 or 3948796. OLE color: 3948796.
HSL color Cylindrical-coordinate representation of color #FC403C: hue angle of 1.25º 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 #FC403C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 60 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.01 |
| HSL | 1.25º | 0.97% | 0.61% | - |
| HSV(B) | 1.25º | 0.76% | 0.99% | - |
| XYZ | 42.79 | 24.69 | 6.78 | - |
| YUV | 119.76 | 94.28 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 60 | 0 | 0.75 | 0.76 | 0.01 | 1.25 | 0.97 | 0.61 |
| Hex | FC | 40 | 3C | 0 | 4B | 4C | 1 | 1 | 61 | 3D |
| Octal | 374 | 100 | 74 | 0 | 113 | 114 | 1 | 1 | 141 | 75 |
| Binary | 11111100 | 1000000 | 111100 | 0 | 1001011 | 1001100 | 1 | 1 | 1100001 | 111101 |
Color Harmonies of #FC403C
Complementary color
Monochromatic Colors of #FC403C
Black with #FC403C
Text Example
Text Example
White with #FC403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC403C; }
p { color: rgb(252,64,60); }
H1.HeaderClassName
{
color: #FC403C;
}
.AnyTagClassName
{
color: #FC403C;
}
</style>
background-color css
<style>
a { background-color: #FC403C; }
a { background-color: rgb(252,64,60); }
div.DivClassName
{
background-color: #FC403C;
}
.BgClassName
{
background-color: #FC403C;
}
</style>
border-color css
<style>
span { border-color: #FC403C; }
span { border-color: rgb(252,64,60); }
td.TdClassName
{
border-color: #FC403C;
}
.TagClassName
{
border-color: #FC403C;
}
</style>