Shades of Coral Red #FE4140
Tints of Coral Red #FE4140
RGB
CMYK
RGB Variations
Color information
#FE4140 (or 0xFE4140) is known color: Coral Red. HEX triplet: FE, 41 and 40. RGB value is (254,65,64). Sum of RGB (Red+Green+Blue) = 254+65+64=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4140 is #01BEBF. Grayscale: #797979. Windows color (decimal): -114368 or 4211198. OLE color: 4211198.
HSL color Cylindrical-coordinate representation of color #FE4140: hue angle of 0.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4140 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 64 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.00 |
| HSL | 0.32º | 0.99% | 0.62% | - |
| HSV(B) | 0.32º | 0.75% | 1% | - |
| XYZ | 43.69 | 25.22 | 7.42 | - |
| YUV | 121.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 64 | 0 | 0.74 | 0.75 | 0.00 | 0.32 | 0.99 | 0.62 |
| Hex | FE | 41 | 40 | 0 | 4A | 4B | 0 | 0 | 63 | 3E |
| Octal | 376 | 101 | 100 | 0 | 112 | 113 | 0 | 0 | 143 | 76 |
| Binary | 11111110 | 1000001 | 1000000 | 0 | 1001010 | 1001011 | 0 | 0 | 1100011 | 111110 |
Color Harmonies of #FE4140
Complementary color
Monochromatic Colors of #FE4140
Black with #FE4140
Text Example
Text Example
White with #FE4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4140; }
p { color: rgb(254,65,64); }
H1.HeaderClassName
{
color: #FE4140;
}
.AnyTagClassName
{
color: #FE4140;
}
</style>
background-color css
<style>
a { background-color: #FE4140; }
a { background-color: rgb(254,65,64); }
div.DivClassName
{
background-color: #FE4140;
}
.BgClassName
{
background-color: #FE4140;
}
</style>
border-color css
<style>
span { border-color: #FE4140; }
span { border-color: rgb(254,65,64); }
td.TdClassName
{
border-color: #FE4140;
}
.TagClassName
{
border-color: #FE4140;
}
</style>