Shades of Coral Red #FC4540
Tints of Coral Red #FC4540
RGB
CMYK
RGB Variations
Color information
#FC4540 (or 0xFC4540) is known color: Coral Red. HEX triplet: FC, 45 and 40. RGB value is (252,69,64). Sum of RGB (Red+Green+Blue) = 252+69+64=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4540 is #03BABF. Grayscale: #7B7B7B. Windows color (decimal): -244416 or 4212220. OLE color: 4212220.
HSL color Cylindrical-coordinate representation of color #FC4540: hue angle of 1.6º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4540 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 64 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.01 |
| HSL | 1.6º | 0.97% | 0.62% | - |
| HSV(B) | 1.6º | 0.75% | 0.99% | - |
| XYZ | 43.2 | 25.32 | 7.46 | - |
| YUV | 123.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 64 | 0 | 0.73 | 0.75 | 0.01 | 1.6 | 0.97 | 0.62 |
| Hex | FC | 45 | 40 | 0 | 49 | 4B | 1 | 2 | 61 | 3E |
| Octal | 374 | 105 | 100 | 0 | 111 | 113 | 1 | 2 | 141 | 76 |
| Binary | 11111100 | 1000101 | 1000000 | 0 | 1001001 | 1001011 | 1 | 10 | 1100001 | 111110 |
Color Harmonies of #FC4540
Complementary color
Monochromatic Colors of #FC4540
Black with #FC4540
Text Example
Text Example
White with #FC4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4540; }
p { color: rgb(252,69,64); }
H1.HeaderClassName
{
color: #FC4540;
}
.AnyTagClassName
{
color: #FC4540;
}
</style>
background-color css
<style>
a { background-color: #FC4540; }
a { background-color: rgb(252,69,64); }
div.DivClassName
{
background-color: #FC4540;
}
.BgClassName
{
background-color: #FC4540;
}
</style>
border-color css
<style>
span { border-color: #FC4540; }
span { border-color: rgb(252,69,64); }
td.TdClassName
{
border-color: #FC4540;
}
.TagClassName
{
border-color: #FC4540;
}
</style>