Shades of Coral Red #FE423D
Tints of Coral Red #FE423D
RGB
CMYK
RGB Variations
Color information
#FE423D (or 0xFE423D) is known color: Coral Red. HEX triplet: FE, 42 and 3D. RGB value is (254,66,61). Sum of RGB (Red+Green+Blue) = 254+66+61=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE423D is #01BDC2. Grayscale: #797979. Windows color (decimal): -114115 or 4014846. OLE color: 4014846.
HSL color Cylindrical-coordinate representation of color #FE423D: hue angle of 1.55º 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 #FE423D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 61 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.00 |
| HSL | 1.55º | 0.99% | 0.62% | - |
| HSV(B) | 1.55º | 0.76% | 1% | - |
| XYZ | 43.66 | 25.3 | 7 | - |
| YUV | 121.64 | 93.78 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 61 | 0 | 0.74 | 0.76 | 0.00 | 1.55 | 0.99 | 0.62 |
| Hex | FE | 42 | 3D | 0 | 4A | 4C | 0 | 2 | 63 | 3E |
| Octal | 376 | 102 | 75 | 0 | 112 | 114 | 0 | 2 | 143 | 76 |
| Binary | 11111110 | 1000010 | 111101 | 0 | 1001010 | 1001100 | 0 | 10 | 1100011 | 111110 |
Color Harmonies of #FE423D
Complementary color
Monochromatic Colors of #FE423D
Black with #FE423D
Text Example
Text Example
White with #FE423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE423D; }
p { color: rgb(254,66,61); }
H1.HeaderClassName
{
color: #FE423D;
}
.AnyTagClassName
{
color: #FE423D;
}
</style>
background-color css
<style>
a { background-color: #FE423D; }
a { background-color: rgb(254,66,61); }
div.DivClassName
{
background-color: #FE423D;
}
.BgClassName
{
background-color: #FE423D;
}
</style>
border-color css
<style>
span { border-color: #FE423D; }
span { border-color: rgb(254,66,61); }
td.TdClassName
{
border-color: #FE423D;
}
.TagClassName
{
border-color: #FE423D;
}
</style>