Shades of Coral Red #FE3D3C
Tints of Coral Red #FE3D3C
RGB
CMYK
RGB Variations
Color information
#FE3D3C (or 0xFE3D3C) is known color: Coral Red. HEX triplet: FE, 3D and 3C. RGB value is (254,61,60). Sum of RGB (Red+Green+Blue) = 254+61+60=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3D3C is #01C2C3. Grayscale: #767676. Windows color (decimal): -115396 or 3948030. OLE color: 3948030.
HSL color Cylindrical-coordinate representation of color #FE3D3C: hue angle of 0.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3D3C is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 60 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.00 |
| HSL | 0.31º | 0.99% | 0.62% | - |
| HSV(B) | 0.31º | 0.76% | 1% | - |
| XYZ | 43.36 | 24.73 | 6.76 | - |
| YUV | 118.59 | 94.94 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 60 | 0 | 0.76 | 0.76 | 0.00 | 0.31 | 0.99 | 0.62 |
| Hex | FE | 3D | 3C | 0 | 4C | 4C | 0 | 0 | 63 | 3E |
| Octal | 376 | 75 | 74 | 0 | 114 | 114 | 0 | 0 | 143 | 76 |
| Binary | 11111110 | 111101 | 111100 | 0 | 1001100 | 1001100 | 0 | 0 | 1100011 | 111110 |
Color Harmonies of #FE3D3C
Complementary color
Monochromatic Colors of #FE3D3C
Black with #FE3D3C
Text Example
Text Example
White with #FE3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D3C; }
p { color: rgb(254,61,60); }
H1.HeaderClassName
{
color: #FE3D3C;
}
.AnyTagClassName
{
color: #FE3D3C;
}
</style>
background-color css
<style>
a { background-color: #FE3D3C; }
a { background-color: rgb(254,61,60); }
div.DivClassName
{
background-color: #FE3D3C;
}
.BgClassName
{
background-color: #FE3D3C;
}
</style>
border-color css
<style>
span { border-color: #FE3D3C; }
span { border-color: rgb(254,61,60); }
td.TdClassName
{
border-color: #FE3D3C;
}
.TagClassName
{
border-color: #FE3D3C;
}
</style>