Shades of Coral Red #FC3A3A
Tints of Coral Red #FC3A3A
RGB
CMYK
RGB Variations
Color information
#FC3A3A (or 0xFC3A3A) is known color: Coral Red. HEX triplet: FC, 3A and 3A. RGB value is (252,58,58). Sum of RGB (Red+Green+Blue) = 252+58+58=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A3A is #03C5C5. Grayscale: #747474. Windows color (decimal): -247238 or 3816188. OLE color: 3816188.
HSL color Cylindrical-coordinate representation of color #FC3A3A: hue angle of 0º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A3A is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 58 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.01 |
| HSL | 0º | 0.97% | 0.61% | - |
| HSV(B) | 0º | 0.77% | 0.99% | - |
| XYZ | 42.42 | 24.03 | 6.4 | - |
| YUV | 116.01 | 95.27 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 58 | 0 | 0.77 | 0.77 | 0.01 | 0 | 0.97 | 0.61 |
| Hex | FC | 3A | 3A | 0 | 4D | 4D | 1 | 0 | 61 | 3D |
| Octal | 374 | 72 | 72 | 0 | 115 | 115 | 1 | 0 | 141 | 75 |
| Binary | 11111100 | 111010 | 111010 | 0 | 1001101 | 1001101 | 1 | 0 | 1100001 | 111101 |
Color Harmonies of #FC3A3A
Complementary color
Monochromatic Colors of #FC3A3A
Black with #FC3A3A
Text Example
Text Example
White with #FC3A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A3A; }
p { color: rgb(252,58,58); }
H1.HeaderClassName
{
color: #FC3A3A;
}
.AnyTagClassName
{
color: #FC3A3A;
}
</style>
background-color css
<style>
a { background-color: #FC3A3A; }
a { background-color: rgb(252,58,58); }
div.DivClassName
{
background-color: #FC3A3A;
}
.BgClassName
{
background-color: #FC3A3A;
}
</style>
border-color css
<style>
span { border-color: #FC3A3A; }
span { border-color: rgb(252,58,58); }
td.TdClassName
{
border-color: #FC3A3A;
}
.TagClassName
{
border-color: #FC3A3A;
}
</style>