Shades of Coral Red #FC4544
Tints of Coral Red #FC4544
RGB
CMYK
RGB Variations
Color information
#FC4544 (or 0xFC4544) is known color: Coral Red. HEX triplet: FC, 45 and 44. RGB value is (252,69,68). Sum of RGB (Red+Green+Blue) = 252+69+68=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4544 is #03BABB. Grayscale: #7B7B7B. Windows color (decimal): -244412 or 4474364. OLE color: 4474364.
HSL color Cylindrical-coordinate representation of color #FC4544: hue angle of 0.33º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4544 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 68 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.01 |
| HSL | 0.33º | 0.97% | 0.63% | - |
| HSV(B) | 0.33º | 0.73% | 0.99% | - |
| XYZ | 43.32 | 25.37 | 8.08 | - |
| YUV | 123.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 68 | 0 | 0.73 | 0.73 | 0.01 | 0.33 | 0.97 | 0.63 |
| Hex | FC | 45 | 44 | 0 | 49 | 49 | 1 | 0 | 61 | 3F |
| Octal | 374 | 105 | 104 | 0 | 111 | 111 | 1 | 0 | 141 | 77 |
| Binary | 11111100 | 1000101 | 1000100 | 0 | 1001001 | 1001001 | 1 | 0 | 1100001 | 111111 |
Color Harmonies of #FC4544
Complementary color
Monochromatic Colors of #FC4544
Black with #FC4544
Text Example
Text Example
White with #FC4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4544; }
p { color: rgb(252,69,68); }
H1.HeaderClassName
{
color: #FC4544;
}
.AnyTagClassName
{
color: #FC4544;
}
</style>
background-color css
<style>
a { background-color: #FC4544; }
a { background-color: rgb(252,69,68); }
div.DivClassName
{
background-color: #FC4544;
}
.BgClassName
{
background-color: #FC4544;
}
</style>
border-color css
<style>
span { border-color: #FC4544; }
span { border-color: rgb(252,69,68); }
td.TdClassName
{
border-color: #FC4544;
}
.TagClassName
{
border-color: #FC4544;
}
</style>