Shades of Coral Red #FE3E3B
Tints of Coral Red #FE3E3B
RGB
CMYK
RGB Variations
Color information
#FE3E3B (or 0xFE3E3B) is known color: Coral Red. HEX triplet: FE, 3E and 3B. RGB value is (254,62,59). Sum of RGB (Red+Green+Blue) = 254+62+59=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3E3B is #01C1C4. Grayscale: #777777. Windows color (decimal): -115141 or 3882750. OLE color: 3882750.
HSL color Cylindrical-coordinate representation of color #FE3E3B: hue angle of 0.92º 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 #FE3E3B is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 59 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.00 |
| HSL | 0.92º | 0.99% | 0.61% | - |
| HSV(B) | 0.92º | 0.77% | 1% | - |
| XYZ | 43.39 | 24.83 | 6.64 | - |
| YUV | 119.07 | 94.11 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 59 | 0 | 0.76 | 0.77 | 0.00 | 0.92 | 0.99 | 0.61 |
| Hex | FE | 3E | 3B | 0 | 4C | 4D | 0 | 1 | 63 | 3D |
| Octal | 376 | 76 | 73 | 0 | 114 | 115 | 0 | 1 | 143 | 75 |
| Binary | 11111110 | 111110 | 111011 | 0 | 1001100 | 1001101 | 0 | 1 | 1100011 | 111101 |
Color Harmonies of #FE3E3B
Complementary color
Monochromatic Colors of #FE3E3B
Black with #FE3E3B
Text Example
Text Example
White with #FE3E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E3B; }
p { color: rgb(254,62,59); }
H1.HeaderClassName
{
color: #FE3E3B;
}
.AnyTagClassName
{
color: #FE3E3B;
}
</style>
background-color css
<style>
a { background-color: #FE3E3B; }
a { background-color: rgb(254,62,59); }
div.DivClassName
{
background-color: #FE3E3B;
}
.BgClassName
{
background-color: #FE3E3B;
}
</style>
border-color css
<style>
span { border-color: #FE3E3B; }
span { border-color: rgb(254,62,59); }
td.TdClassName
{
border-color: #FE3E3B;
}
.TagClassName
{
border-color: #FE3E3B;
}
</style>