Shades of Coral Red #EF4241
Tints of Coral Red #EF4241
RGB
CMYK
RGB Variations
Color information
#EF4241 (or 0xEF4241) is known color: Coral Red. HEX triplet: EF, 42 and 41. RGB value is (239,66,65). Sum of RGB (Red+Green+Blue) = 239+66+65=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4241 is #10BDBE. Grayscale: #757575. Windows color (decimal): -1097151 or 4276975. OLE color: 4276975.
HSL color Cylindrical-coordinate representation of color #EF4241: hue angle of 0.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4241 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 65 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.06 |
| HSL | 0.34º | 0.84% | 0.6% | - |
| HSV(B) | 0.34º | 0.73% | 0.94% | - |
| XYZ | 38.5 | 22.63 | 7.34 | - |
| YUV | 117.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 65 | 0 | 0.72 | 0.73 | 0.06 | 0.34 | 0.84 | 0.6 |
| Hex | EF | 42 | 41 | 0 | 48 | 49 | 6 | 0 | 54 | 3C |
| Octal | 357 | 102 | 101 | 0 | 110 | 111 | 6 | 0 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1000001 | 0 | 1001000 | 1001001 | 110 | 0 | 1010100 | 111100 |
Color Harmonies of #EF4241
Complementary color
Monochromatic Colors of #EF4241
Black with #EF4241
Text Example
Text Example
White with #EF4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4241; }
p { color: rgb(239,66,65); }
H1.HeaderClassName
{
color: #EF4241;
}
.AnyTagClassName
{
color: #EF4241;
}
</style>
background-color css
<style>
a { background-color: #EF4241; }
a { background-color: rgb(239,66,65); }
div.DivClassName
{
background-color: #EF4241;
}
.BgClassName
{
background-color: #EF4241;
}
</style>
border-color css
<style>
span { border-color: #EF4241; }
span { border-color: rgb(239,66,65); }
td.TdClassName
{
border-color: #EF4241;
}
.TagClassName
{
border-color: #EF4241;
}
</style>