Shades of Coral Red #FD403E
Tints of Coral Red #FD403E
RGB
CMYK
RGB Variations
Color information
#FD403E (or 0xFD403E) is known color: Coral Red. HEX triplet: FD, 40 and 3E. RGB value is (253,64,62). Sum of RGB (Red+Green+Blue) = 253+64+62=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD403E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD403E is #02BFC1. Grayscale: #787878. Windows color (decimal): -180162 or 4079869. OLE color: 4079869.
HSL color Cylindrical-coordinate representation of color #FD403E: hue angle of 0.63º 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 #FD403E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 62 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 0.63º | 0.98% | 0.62% | - |
| HSV(B) | 0.63º | 0.75% | 0.99% | - |
| XYZ | 43.21 | 24.9 | 7.09 | - |
| YUV | 120.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 62 | 0 | 0.75 | 0.75 | 0.01 | 0.63 | 0.98 | 0.62 |
| Hex | FD | 40 | 3E | 0 | 4B | 4B | 1 | 1 | 62 | 3E |
| Octal | 375 | 100 | 76 | 0 | 113 | 113 | 1 | 1 | 142 | 76 |
| Binary | 11111101 | 1000000 | 111110 | 0 | 1001011 | 1001011 | 1 | 1 | 1100010 | 111110 |
Color Harmonies of #FD403E
Complementary color
Monochromatic Colors of #FD403E
Black with #FD403E
Text Example
Text Example
White with #FD403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD403E; }
p { color: rgb(253,64,62); }
H1.HeaderClassName
{
color: #FD403E;
}
.AnyTagClassName
{
color: #FD403E;
}
</style>
background-color css
<style>
a { background-color: #FD403E; }
a { background-color: rgb(253,64,62); }
div.DivClassName
{
background-color: #FD403E;
}
.BgClassName
{
background-color: #FD403E;
}
</style>
border-color css
<style>
span { border-color: #FD403E; }
span { border-color: rgb(253,64,62); }
td.TdClassName
{
border-color: #FD403E;
}
.TagClassName
{
border-color: #FD403E;
}
</style>