Shades of Coral Red #FD403F
Tints of Coral Red #FD403F
RGB
CMYK
RGB Variations
Color information
#FD403F (or 0xFD403F) is known color: Coral Red. HEX triplet: FD, 40 and 3F. RGB value is (253,64,63). Sum of RGB (Red+Green+Blue) = 253+64+63=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD403F is #02BFC0. Grayscale: #787878. Windows color (decimal): -180161 or 4145405. OLE color: 4145405.
HSL color Cylindrical-coordinate representation of color #FD403F: hue angle of 0.32º degrees, saturation: 0.98, 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 #FD403F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 63 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 0.32º | 0.98% | 0.62% | - |
| HSV(B) | 0.32º | 0.75% | 0.99% | - |
| XYZ | 43.24 | 24.91 | 7.23 | - |
| YUV | 120.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 63 | 0 | 0.75 | 0.75 | 0.01 | 0.32 | 0.98 | 0.62 |
| Hex | FD | 40 | 3F | 0 | 4B | 4B | 1 | 0 | 62 | 3E |
| Octal | 375 | 100 | 77 | 0 | 113 | 113 | 1 | 0 | 142 | 76 |
| Binary | 11111101 | 1000000 | 111111 | 0 | 1001011 | 1001011 | 1 | 0 | 1100010 | 111110 |
Color Harmonies of #FD403F
Complementary color
Monochromatic Colors of #FD403F
Black with #FD403F
Text Example
Text Example
White with #FD403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD403F; }
p { color: rgb(253,64,63); }
H1.HeaderClassName
{
color: #FD403F;
}
.AnyTagClassName
{
color: #FD403F;
}
</style>
background-color css
<style>
a { background-color: #FD403F; }
a { background-color: rgb(253,64,63); }
div.DivClassName
{
background-color: #FD403F;
}
.BgClassName
{
background-color: #FD403F;
}
</style>
border-color css
<style>
span { border-color: #FD403F; }
span { border-color: rgb(253,64,63); }
td.TdClassName
{
border-color: #FD403F;
}
.TagClassName
{
border-color: #FD403F;
}
</style>