Shades of Coral Red #FC403D
Tints of Coral Red #FC403D
RGB
CMYK
RGB Variations
Color information
#FC403D (or 0xFC403D) is known color: Coral Red. HEX triplet: FC, 40 and 3D. RGB value is (252,64,61). Sum of RGB (Red+Green+Blue) = 252+64+61=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC403D is #03BFC2. Grayscale: #787878. Windows color (decimal): -245699 or 4014332. OLE color: 4014332.
HSL color Cylindrical-coordinate representation of color #FC403D: hue angle of 0.94º 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 #FC403D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 61 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.01 |
| HSL | 0.94º | 0.97% | 0.61% | - |
| HSV(B) | 0.94º | 0.76% | 0.99% | - |
| XYZ | 42.82 | 24.7 | 6.93 | - |
| YUV | 119.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 61 | 0 | 0.75 | 0.76 | 0.01 | 0.94 | 0.97 | 0.61 |
| Hex | FC | 40 | 3D | 0 | 4B | 4C | 1 | 1 | 61 | 3D |
| Octal | 374 | 100 | 75 | 0 | 113 | 114 | 1 | 1 | 141 | 75 |
| Binary | 11111100 | 1000000 | 111101 | 0 | 1001011 | 1001100 | 1 | 1 | 1100001 | 111101 |
Color Harmonies of #FC403D
Complementary color
Monochromatic Colors of #FC403D
Black with #FC403D
Text Example
Text Example
White with #FC403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC403D; }
p { color: rgb(252,64,61); }
H1.HeaderClassName
{
color: #FC403D;
}
.AnyTagClassName
{
color: #FC403D;
}
</style>
background-color css
<style>
a { background-color: #FC403D; }
a { background-color: rgb(252,64,61); }
div.DivClassName
{
background-color: #FC403D;
}
.BgClassName
{
background-color: #FC403D;
}
</style>
border-color css
<style>
span { border-color: #FC403D; }
span { border-color: rgb(252,64,61); }
td.TdClassName
{
border-color: #FC403D;
}
.TagClassName
{
border-color: #FC403D;
}
</style>