Shades of Coral Red #FC3E3E
Tints of Coral Red #FC3E3E
RGB
CMYK
RGB Variations
Color information
#FC3E3E (or 0xFC3E3E) is known color: Coral Red. HEX triplet: FC, 3E and 3E. RGB value is (252,62,62). Sum of RGB (Red+Green+Blue) = 252+62+62=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3E3E is #03C1C1. Grayscale: #777777. Windows color (decimal): -246210 or 4079356. OLE color: 4079356.
HSL color Cylindrical-coordinate representation of color #FC3E3E: hue angle of 0º 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 #FC3E3E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 62 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 0º | 0.97% | 0.62% | - |
| HSV(B) | 0º | 0.75% | 0.99% | - |
| XYZ | 42.74 | 24.49 | 7.03 | - |
| YUV | 118.81 | 95.95 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 62 | 0 | 0.75 | 0.75 | 0.01 | 0 | 0.97 | 0.62 |
| Hex | FC | 3E | 3E | 0 | 4B | 4B | 1 | 0 | 61 | 3E |
| Octal | 374 | 76 | 76 | 0 | 113 | 113 | 1 | 0 | 141 | 76 |
| Binary | 11111100 | 111110 | 111110 | 0 | 1001011 | 1001011 | 1 | 0 | 1100001 | 111110 |
Color Harmonies of #FC3E3E
Complementary color
Monochromatic Colors of #FC3E3E
Black with #FC3E3E
Text Example
Text Example
White with #FC3E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E3E; }
p { color: rgb(252,62,62); }
H1.HeaderClassName
{
color: #FC3E3E;
}
.AnyTagClassName
{
color: #FC3E3E;
}
</style>
background-color css
<style>
a { background-color: #FC3E3E; }
a { background-color: rgb(252,62,62); }
div.DivClassName
{
background-color: #FC3E3E;
}
.BgClassName
{
background-color: #FC3E3E;
}
</style>
border-color css
<style>
span { border-color: #FC3E3E; }
span { border-color: rgb(252,62,62); }
td.TdClassName
{
border-color: #FC3E3E;
}
.TagClassName
{
border-color: #FC3E3E;
}
</style>