Shades of Coral Red #FF403E
Tints of Coral Red #FF403E
RGB
CMYK
RGB Variations
Color information
#FF403E (or 0xFF403E) is known color: Coral Red. HEX triplet: FF, 40 and 3E. RGB value is (255,64,62). Sum of RGB (Red+Green+Blue) = 255+64+62=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF403E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF403E is #00BFC1. Grayscale: #797979. Windows color (decimal): -49090 or 4079871. OLE color: 4079871.
HSL color Cylindrical-coordinate representation of color #FF403E: hue angle of 0.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF403E is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 62 | - |
| CMYK | 0 | 0.75 | 0.76 | 0 |
| HSL | 0.62º | 1% | 0.62% | - |
| HSV(B) | 0.62º | 0.76% | 1% | - |
| XYZ | 43.94 | 25.27 | 7.12 | - |
| YUV | 120.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 62 | 0 | 0.75 | 0.76 | 0 | 0.62 | 1 | 0.62 |
| Hex | FF | 40 | 3E | 0 | 4B | 4C | 0 | 1 | 64 | 3E |
| Octal | 377 | 100 | 76 | 0 | 113 | 114 | 0 | 1 | 144 | 76 |
| Binary | 11111111 | 1000000 | 111110 | 0 | 1001011 | 1001100 | 0 | 1 | 1100100 | 111110 |
Color Harmonies of #FF403E
Complementary color
Monochromatic Colors of #FF403E
Black with #FF403E
Text Example
Text Example
White with #FF403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF403E; }
p { color: rgb(255,64,62); }
H1.HeaderClassName
{
color: #FF403E;
}
.AnyTagClassName
{
color: #FF403E;
}
</style>
background-color css
<style>
a { background-color: #FF403E; }
a { background-color: rgb(255,64,62); }
div.DivClassName
{
background-color: #FF403E;
}
.BgClassName
{
background-color: #FF403E;
}
</style>
border-color css
<style>
span { border-color: #FF403E; }
span { border-color: rgb(255,64,62); }
td.TdClassName
{
border-color: #FF403E;
}
.TagClassName
{
border-color: #FF403E;
}
</style>