Shades of Coral Red #FC443F
Tints of Coral Red #FC443F
RGB
CMYK
RGB Variations
Color information
#FC443F (or 0xFC443F) is known color: Coral Red. HEX triplet: FC, 44 and 3F. RGB value is (252,68,63). Sum of RGB (Red+Green+Blue) = 252+68+63=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC443F is #03BBC0. Grayscale: #7A7A7A. Windows color (decimal): -244673 or 4146428. OLE color: 4146428.
HSL color Cylindrical-coordinate representation of color #FC443F: hue angle of 1.59º 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 #FC443F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 63 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.01 |
| HSL | 1.59º | 0.97% | 0.62% | - |
| HSV(B) | 1.59º | 0.75% | 0.99% | - |
| XYZ | 43.11 | 25.19 | 7.29 | - |
| YUV | 122.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 63 | 0 | 0.73 | 0.75 | 0.01 | 1.59 | 0.97 | 0.62 |
| Hex | FC | 44 | 3F | 0 | 49 | 4B | 1 | 2 | 61 | 3E |
| Octal | 374 | 104 | 77 | 0 | 111 | 113 | 1 | 2 | 141 | 76 |
| Binary | 11111100 | 1000100 | 111111 | 0 | 1001001 | 1001011 | 1 | 10 | 1100001 | 111110 |
Color Harmonies of #FC443F
Complementary color
Monochromatic Colors of #FC443F
Black with #FC443F
Text Example
Text Example
White with #FC443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC443F; }
p { color: rgb(252,68,63); }
H1.HeaderClassName
{
color: #FC443F;
}
.AnyTagClassName
{
color: #FC443F;
}
</style>
background-color css
<style>
a { background-color: #FC443F; }
a { background-color: rgb(252,68,63); }
div.DivClassName
{
background-color: #FC443F;
}
.BgClassName
{
background-color: #FC443F;
}
</style>
border-color css
<style>
span { border-color: #FC443F; }
span { border-color: rgb(252,68,63); }
td.TdClassName
{
border-color: #FC443F;
}
.TagClassName
{
border-color: #FC443F;
}
</style>