Shades of Coral Red #FE4542
Tints of Coral Red #FE4542
RGB
CMYK
RGB Variations
Color information
#FE4542 (or 0xFE4542) is known color: Coral Red. HEX triplet: FE, 45 and 42. RGB value is (254,69,66). Sum of RGB (Red+Green+Blue) = 254+69+66=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4542 is #01BABD. Grayscale: #7C7C7C. Windows color (decimal): -113342 or 4343294. OLE color: 4343294.
HSL color Cylindrical-coordinate representation of color #FE4542: hue angle of 0.96º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4542 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 66 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.00 |
| HSL | 0.96º | 0.99% | 0.63% | - |
| HSV(B) | 0.96º | 0.74% | 1% | - |
| XYZ | 43.98 | 25.72 | 7.8 | - |
| YUV | 123.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 66 | 0 | 0.73 | 0.74 | 0.00 | 0.96 | 0.99 | 0.63 |
| Hex | FE | 45 | 42 | 0 | 49 | 4A | 0 | 1 | 63 | 3F |
| Octal | 376 | 105 | 102 | 0 | 111 | 112 | 0 | 1 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1000010 | 0 | 1001001 | 1001010 | 0 | 1 | 1100011 | 111111 |
Color Harmonies of #FE4542
Complementary color
Monochromatic Colors of #FE4542
Black with #FE4542
Text Example
Text Example
White with #FE4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4542; }
p { color: rgb(254,69,66); }
H1.HeaderClassName
{
color: #FE4542;
}
.AnyTagClassName
{
color: #FE4542;
}
</style>
background-color css
<style>
a { background-color: #FE4542; }
a { background-color: rgb(254,69,66); }
div.DivClassName
{
background-color: #FE4542;
}
.BgClassName
{
background-color: #FE4542;
}
</style>
border-color css
<style>
span { border-color: #FE4542; }
span { border-color: rgb(254,69,66); }
td.TdClassName
{
border-color: #FE4542;
}
.TagClassName
{
border-color: #FE4542;
}
</style>