Shades of Coral Red #FE413C
Tints of Coral Red #FE413C
RGB
CMYK
RGB Variations
Color information
#FE413C (or 0xFE413C) is known color: Coral Red. HEX triplet: FE, 41 and 3C. RGB value is (254,65,60). Sum of RGB (Red+Green+Blue) = 254+65+60=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE413C is #01BEC3. Grayscale: #797979. Windows color (decimal): -114372 or 3949054. OLE color: 3949054.
HSL color Cylindrical-coordinate representation of color #FE413C: hue angle of 1.55º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE413C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 60 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.00 |
| HSL | 1.55º | 0.99% | 0.62% | - |
| HSV(B) | 1.55º | 0.76% | 1% | - |
| XYZ | 43.58 | 25.18 | 6.84 | - |
| YUV | 120.94 | 93.62 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 60 | 0 | 0.74 | 0.76 | 0.00 | 1.55 | 0.99 | 0.62 |
| Hex | FE | 41 | 3C | 0 | 4A | 4C | 0 | 2 | 63 | 3E |
| Octal | 376 | 101 | 74 | 0 | 112 | 114 | 0 | 2 | 143 | 76 |
| Binary | 11111110 | 1000001 | 111100 | 0 | 1001010 | 1001100 | 0 | 10 | 1100011 | 111110 |
Color Harmonies of #FE413C
Complementary color
Monochromatic Colors of #FE413C
Black with #FE413C
Text Example
Text Example
White with #FE413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE413C; }
p { color: rgb(254,65,60); }
H1.HeaderClassName
{
color: #FE413C;
}
.AnyTagClassName
{
color: #FE413C;
}
</style>
background-color css
<style>
a { background-color: #FE413C; }
a { background-color: rgb(254,65,60); }
div.DivClassName
{
background-color: #FE413C;
}
.BgClassName
{
background-color: #FE413C;
}
</style>
border-color css
<style>
span { border-color: #FE413C; }
span { border-color: rgb(254,65,60); }
td.TdClassName
{
border-color: #FE413C;
}
.TagClassName
{
border-color: #FE413C;
}
</style>