Shades of Coral Red #EF423F
Tints of Coral Red #EF423F
RGB
CMYK
RGB Variations
Color information
#EF423F (or 0xEF423F) is known color: Coral Red. HEX triplet: EF, 42 and 3F. RGB value is (239,66,63). Sum of RGB (Red+Green+Blue) = 239+66+63=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF423F is #10BDC0. Grayscale: #757575. Windows color (decimal): -1097153 or 4145903. OLE color: 4145903.
HSL color Cylindrical-coordinate representation of color #EF423F: hue angle of 1.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF423F is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 63 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.06 |
| HSL | 1.02º | 0.85% | 0.59% | - |
| HSV(B) | 1.02º | 0.74% | 0.94% | - |
| XYZ | 38.44 | 22.61 | 7.04 | - |
| YUV | 117.39 | 97.31 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 63 | 0 | 0.72 | 0.74 | 0.06 | 1.02 | 0.85 | 0.59 |
| Hex | EF | 42 | 3F | 0 | 48 | 4A | 6 | 1 | 55 | 3B |
| Octal | 357 | 102 | 77 | 0 | 110 | 112 | 6 | 1 | 125 | 73 |
| Binary | 11101111 | 1000010 | 111111 | 0 | 1001000 | 1001010 | 110 | 1 | 1010101 | 111011 |
Color Harmonies of #EF423F
Complementary color
Monochromatic Colors of #EF423F
Black with #EF423F
Text Example
Text Example
White with #EF423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF423F; }
p { color: rgb(239,66,63); }
H1.HeaderClassName
{
color: #EF423F;
}
.AnyTagClassName
{
color: #EF423F;
}
</style>
background-color css
<style>
a { background-color: #EF423F; }
a { background-color: rgb(239,66,63); }
div.DivClassName
{
background-color: #EF423F;
}
.BgClassName
{
background-color: #EF423F;
}
</style>
border-color css
<style>
span { border-color: #EF423F; }
span { border-color: rgb(239,66,63); }
td.TdClassName
{
border-color: #EF423F;
}
.TagClassName
{
border-color: #EF423F;
}
</style>