Shades of Coral Red #FF413E
Tints of Coral Red #FF413E
RGB
CMYK
RGB Variations
Color information
#FF413E (or 0xFF413E) is known color: Coral Red. HEX triplet: FF, 41 and 3E. RGB value is (255,65,62). Sum of RGB (Red+Green+Blue) = 255+65+62=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF413E is #00BEC1. Grayscale: #797979. Windows color (decimal): -48834 or 4080127. OLE color: 4080127.
HSL color Cylindrical-coordinate representation of color #FF413E: hue angle of 0.93º 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 #FF413E is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 62 | - |
| CMYK | 0 | 0.75 | 0.76 | 0 |
| HSL | 0.93º | 1% | 0.62% | - |
| HSV(B) | 0.93º | 0.76% | 1% | - |
| XYZ | 44 | 25.39 | 7.14 | - |
| YUV | 121.47 | 94.45 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 62 | 0 | 0.75 | 0.76 | 0 | 0.93 | 1 | 0.62 |
| Hex | FF | 41 | 3E | 0 | 4B | 4C | 0 | 1 | 64 | 3E |
| Octal | 377 | 101 | 76 | 0 | 113 | 114 | 0 | 1 | 144 | 76 |
| Binary | 11111111 | 1000001 | 111110 | 0 | 1001011 | 1001100 | 0 | 1 | 1100100 | 111110 |
Color Harmonies of #FF413E
Complementary color
Monochromatic Colors of #FF413E
Black with #FF413E
Text Example
Text Example
White with #FF413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF413E; }
p { color: rgb(255,65,62); }
H1.HeaderClassName
{
color: #FF413E;
}
.AnyTagClassName
{
color: #FF413E;
}
</style>
background-color css
<style>
a { background-color: #FF413E; }
a { background-color: rgb(255,65,62); }
div.DivClassName
{
background-color: #FF413E;
}
.BgClassName
{
background-color: #FF413E;
}
</style>
border-color css
<style>
span { border-color: #FF413E; }
span { border-color: rgb(255,65,62); }
td.TdClassName
{
border-color: #FF413E;
}
.TagClassName
{
border-color: #FF413E;
}
</style>