Shades of Coral Red #FE3C3B
Tints of Coral Red #FE3C3B
RGB
CMYK
RGB Variations
Color information
#FE3C3B (or 0xFE3C3B) is known color: Coral Red. HEX triplet: FE, 3C and 3B. RGB value is (254,60,59). Sum of RGB (Red+Green+Blue) = 254+60+59=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C3B is #01C3C4. Grayscale: #767676. Windows color (decimal): -115653 or 3882238. OLE color: 3882238.
HSL color Cylindrical-coordinate representation of color #FE3C3B: hue angle of 0.31º 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 #FE3C3B is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 59 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.00 |
| HSL | 0.31º | 0.99% | 0.61% | - |
| HSV(B) | 0.31º | 0.77% | 1% | - |
| XYZ | 43.28 | 24.62 | 6.61 | - |
| YUV | 117.89 | 94.77 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 59 | 0 | 0.76 | 0.77 | 0.00 | 0.31 | 0.99 | 0.61 |
| Hex | FE | 3C | 3B | 0 | 4C | 4D | 0 | 0 | 63 | 3D |
| Octal | 376 | 74 | 73 | 0 | 114 | 115 | 0 | 0 | 143 | 75 |
| Binary | 11111110 | 111100 | 111011 | 0 | 1001100 | 1001101 | 0 | 0 | 1100011 | 111101 |
Color Harmonies of #FE3C3B
Complementary color
Monochromatic Colors of #FE3C3B
Black with #FE3C3B
Text Example
Text Example
White with #FE3C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C3B; }
p { color: rgb(254,60,59); }
H1.HeaderClassName
{
color: #FE3C3B;
}
.AnyTagClassName
{
color: #FE3C3B;
}
</style>
background-color css
<style>
a { background-color: #FE3C3B; }
a { background-color: rgb(254,60,59); }
div.DivClassName
{
background-color: #FE3C3B;
}
.BgClassName
{
background-color: #FE3C3B;
}
</style>
border-color css
<style>
span { border-color: #FE3C3B; }
span { border-color: rgb(254,60,59); }
td.TdClassName
{
border-color: #FE3C3B;
}
.TagClassName
{
border-color: #FE3C3B;
}
</style>