Shades of Coral Red #FC413B
Tints of Coral Red #FC413B
RGB
CMYK
RGB Variations
Color information
#FC413B (or 0xFC413B) is known color: Coral Red. HEX triplet: FC, 41 and 3B. RGB value is (252,65,59). Sum of RGB (Red+Green+Blue) = 252+65+59=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC413B is #03BEC4. Grayscale: #787878. Windows color (decimal): -245445 or 3883516. OLE color: 3883516.
HSL color Cylindrical-coordinate representation of color #FC413B: hue angle of 1.87º 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 #FC413B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 59 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.01 |
| HSL | 1.87º | 0.97% | 0.61% | - |
| HSV(B) | 1.87º | 0.77% | 0.99% | - |
| XYZ | 42.82 | 24.79 | 6.67 | - |
| YUV | 120.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 59 | 0 | 0.74 | 0.77 | 0.01 | 1.87 | 0.97 | 0.61 |
| Hex | FC | 41 | 3B | 0 | 4A | 4D | 1 | 2 | 61 | 3D |
| Octal | 374 | 101 | 73 | 0 | 112 | 115 | 1 | 2 | 141 | 75 |
| Binary | 11111100 | 1000001 | 111011 | 0 | 1001010 | 1001101 | 1 | 10 | 1100001 | 111101 |
Color Harmonies of #FC413B
Complementary color
Monochromatic Colors of #FC413B
Black with #FC413B
Text Example
Text Example
White with #FC413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC413B; }
p { color: rgb(252,65,59); }
H1.HeaderClassName
{
color: #FC413B;
}
.AnyTagClassName
{
color: #FC413B;
}
</style>
background-color css
<style>
a { background-color: #FC413B; }
a { background-color: rgb(252,65,59); }
div.DivClassName
{
background-color: #FC413B;
}
.BgClassName
{
background-color: #FC413B;
}
</style>
border-color css
<style>
span { border-color: #FC413B; }
span { border-color: rgb(252,65,59); }
td.TdClassName
{
border-color: #FC413B;
}
.TagClassName
{
border-color: #FC413B;
}
</style>