Shades of Coral Red #FC413D
Tints of Coral Red #FC413D
RGB
CMYK
RGB Variations
Color information
#FC413D (or 0xFC413D) is known color: Coral Red. HEX triplet: FC, 41 and 3D. RGB value is (252,65,61). Sum of RGB (Red+Green+Blue) = 252+65+61=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC413D is #03BEC2. Grayscale: #787878. Windows color (decimal): -245443 or 4014588. OLE color: 4014588.
HSL color Cylindrical-coordinate representation of color #FC413D: hue angle of 1.26º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC413D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 61 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.01 |
| HSL | 1.26º | 0.97% | 0.61% | - |
| HSV(B) | 1.26º | 0.76% | 0.99% | - |
| XYZ | 42.88 | 24.81 | 6.94 | - |
| YUV | 120.46 | 94.45 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 61 | 0 | 0.74 | 0.76 | 0.01 | 1.26 | 0.97 | 0.61 |
| Hex | FC | 41 | 3D | 0 | 4A | 4C | 1 | 1 | 61 | 3D |
| Octal | 374 | 101 | 75 | 0 | 112 | 114 | 1 | 1 | 141 | 75 |
| Binary | 11111100 | 1000001 | 111101 | 0 | 1001010 | 1001100 | 1 | 1 | 1100001 | 111101 |
Color Harmonies of #FC413D
Complementary color
Monochromatic Colors of #FC413D
Black with #FC413D
Text Example
Text Example
White with #FC413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC413D; }
p { color: rgb(252,65,61); }
H1.HeaderClassName
{
color: #FC413D;
}
.AnyTagClassName
{
color: #FC413D;
}
</style>
background-color css
<style>
a { background-color: #FC413D; }
a { background-color: rgb(252,65,61); }
div.DivClassName
{
background-color: #FC413D;
}
.BgClassName
{
background-color: #FC413D;
}
</style>
border-color css
<style>
span { border-color: #FC413D; }
span { border-color: rgb(252,65,61); }
td.TdClassName
{
border-color: #FC413D;
}
.TagClassName
{
border-color: #FC413D;
}
</style>