Shades of Coral Red #FE3F3A
Tints of Coral Red #FE3F3A
RGB
CMYK
RGB Variations
Color information
#FE3F3A (or 0xFE3F3A) is known color: Coral Red. HEX triplet: FE, 3F and 3A. RGB value is (254,63,58). Sum of RGB (Red+Green+Blue) = 254+63+58=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F3A is #01C0C5. Grayscale: #777777. Windows color (decimal): -114886 or 3817470. OLE color: 3817470.
HSL color Cylindrical-coordinate representation of color #FE3F3A: hue angle of 1.53º 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 #FE3F3A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 58 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.00 |
| HSL | 1.53º | 0.99% | 0.61% | - |
| HSV(B) | 1.53º | 0.77% | 1% | - |
| XYZ | 43.41 | 24.93 | 6.53 | - |
| YUV | 119.54 | 93.28 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 58 | 0 | 0.75 | 0.77 | 0.00 | 1.53 | 0.99 | 0.61 |
| Hex | FE | 3F | 3A | 0 | 4B | 4D | 0 | 2 | 63 | 3D |
| Octal | 376 | 77 | 72 | 0 | 113 | 115 | 0 | 2 | 143 | 75 |
| Binary | 11111110 | 111111 | 111010 | 0 | 1001011 | 1001101 | 0 | 10 | 1100011 | 111101 |
Color Harmonies of #FE3F3A
Complementary color
Monochromatic Colors of #FE3F3A
Black with #FE3F3A
Text Example
Text Example
White with #FE3F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F3A; }
p { color: rgb(254,63,58); }
H1.HeaderClassName
{
color: #FE3F3A;
}
.AnyTagClassName
{
color: #FE3F3A;
}
</style>
background-color css
<style>
a { background-color: #FE3F3A; }
a { background-color: rgb(254,63,58); }
div.DivClassName
{
background-color: #FE3F3A;
}
.BgClassName
{
background-color: #FE3F3A;
}
</style>
border-color css
<style>
span { border-color: #FE3F3A; }
span { border-color: rgb(254,63,58); }
td.TdClassName
{
border-color: #FE3F3A;
}
.TagClassName
{
border-color: #FE3F3A;
}
</style>