Shades of Coral Red #FC423E
Tints of Coral Red #FC423E
RGB
CMYK
RGB Variations
Color information
#FC423E (or 0xFC423E) is known color: Coral Red. HEX triplet: FC, 42 and 3E. RGB value is (252,66,62). Sum of RGB (Red+Green+Blue) = 252+66+62=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC423E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC423E is #03BDC1. Grayscale: #797979. Windows color (decimal): -245186 or 4080380. OLE color: 4080380.
HSL color Cylindrical-coordinate representation of color #FC423E: hue angle of 1.26º 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 #FC423E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 62 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.01 |
| HSL | 1.26º | 0.97% | 0.62% | - |
| HSV(B) | 1.26º | 0.75% | 0.99% | - |
| XYZ | 42.96 | 24.94 | 7.11 | - |
| YUV | 121.16 | 94.62 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 62 | 0 | 0.74 | 0.75 | 0.01 | 1.26 | 0.97 | 0.62 |
| Hex | FC | 42 | 3E | 0 | 4A | 4B | 1 | 1 | 61 | 3E |
| Octal | 374 | 102 | 76 | 0 | 112 | 113 | 1 | 1 | 141 | 76 |
| Binary | 11111100 | 1000010 | 111110 | 0 | 1001010 | 1001011 | 1 | 1 | 1100001 | 111110 |
Color Harmonies of #FC423E
Complementary color
Monochromatic Colors of #FC423E
Black with #FC423E
Text Example
Text Example
White with #FC423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC423E; }
p { color: rgb(252,66,62); }
H1.HeaderClassName
{
color: #FC423E;
}
.AnyTagClassName
{
color: #FC423E;
}
</style>
background-color css
<style>
a { background-color: #FC423E; }
a { background-color: rgb(252,66,62); }
div.DivClassName
{
background-color: #FC423E;
}
.BgClassName
{
background-color: #FC423E;
}
</style>
border-color css
<style>
span { border-color: #FC423E; }
span { border-color: rgb(252,66,62); }
td.TdClassName
{
border-color: #FC423E;
}
.TagClassName
{
border-color: #FC423E;
}
</style>