Shades of Coral Red #FE3E3A
Tints of Coral Red #FE3E3A
RGB
CMYK
RGB Variations
Color information
#FE3E3A (or 0xFE3E3A) is known color: Coral Red. HEX triplet: FE, 3E and 3A. RGB value is (254,62,58). Sum of RGB (Red+Green+Blue) = 254+62+58=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3E3A is #01C1C5. Grayscale: #777777. Windows color (decimal): -115142 or 3817214. OLE color: 3817214.
HSL color Cylindrical-coordinate representation of color #FE3E3A: hue angle of 1.22º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3E3A is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 58 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.00 |
| HSL | 1.22º | 0.99% | 0.61% | - |
| HSV(B) | 1.22º | 0.77% | 1% | - |
| XYZ | 43.36 | 24.82 | 6.51 | - |
| YUV | 118.95 | 93.61 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 58 | 0 | 0.76 | 0.77 | 0.00 | 1.22 | 0.99 | 0.61 |
| Hex | FE | 3E | 3A | 0 | 4C | 4D | 0 | 1 | 63 | 3D |
| Octal | 376 | 76 | 72 | 0 | 114 | 115 | 0 | 1 | 143 | 75 |
| Binary | 11111110 | 111110 | 111010 | 0 | 1001100 | 1001101 | 0 | 1 | 1100011 | 111101 |
Color Harmonies of #FE3E3A
Complementary color
Monochromatic Colors of #FE3E3A
Black with #FE3E3A
Text Example
Text Example
White with #FE3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E3A; }
p { color: rgb(254,62,58); }
H1.HeaderClassName
{
color: #FE3E3A;
}
.AnyTagClassName
{
color: #FE3E3A;
}
</style>
background-color css
<style>
a { background-color: #FE3E3A; }
a { background-color: rgb(254,62,58); }
div.DivClassName
{
background-color: #FE3E3A;
}
.BgClassName
{
background-color: #FE3E3A;
}
</style>
border-color css
<style>
span { border-color: #FE3E3A; }
span { border-color: rgb(254,62,58); }
td.TdClassName
{
border-color: #FE3E3A;
}
.TagClassName
{
border-color: #FE3E3A;
}
</style>