Shades of Coral Red #FC423F
Tints of Coral Red #FC423F
RGB
CMYK
RGB Variations
Color information
#FC423F (or 0xFC423F) is known color: Coral Red. HEX triplet: FC, 42 and 3F. RGB value is (252,66,63). Sum of RGB (Red+Green+Blue) = 252+66+63=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC423F is #03BDC0. Grayscale: #797979. Windows color (decimal): -245185 or 4145916. OLE color: 4145916.
HSL color Cylindrical-coordinate representation of color #FC423F: hue angle of 0.95º 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 #FC423F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 63 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.01 |
| HSL | 0.95º | 0.97% | 0.62% | - |
| HSV(B) | 0.95º | 0.75% | 0.99% | - |
| XYZ | 42.99 | 24.95 | 7.25 | - |
| YUV | 121.27 | 95.12 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 63 | 0 | 0.74 | 0.75 | 0.01 | 0.95 | 0.97 | 0.62 |
| Hex | FC | 42 | 3F | 0 | 4A | 4B | 1 | 1 | 61 | 3E |
| Octal | 374 | 102 | 77 | 0 | 112 | 113 | 1 | 1 | 141 | 76 |
| Binary | 11111100 | 1000010 | 111111 | 0 | 1001010 | 1001011 | 1 | 1 | 1100001 | 111110 |
Color Harmonies of #FC423F
Complementary color
Monochromatic Colors of #FC423F
Black with #FC423F
Text Example
Text Example
White with #FC423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC423F; }
p { color: rgb(252,66,63); }
H1.HeaderClassName
{
color: #FC423F;
}
.AnyTagClassName
{
color: #FC423F;
}
</style>
background-color css
<style>
a { background-color: #FC423F; }
a { background-color: rgb(252,66,63); }
div.DivClassName
{
background-color: #FC423F;
}
.BgClassName
{
background-color: #FC423F;
}
</style>
border-color css
<style>
span { border-color: #FC423F; }
span { border-color: rgb(252,66,63); }
td.TdClassName
{
border-color: #FC423F;
}
.TagClassName
{
border-color: #FC423F;
}
</style>