#EF4241

Color #EF4241 Coral Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Red #EF4241

Tints of Coral Red #EF4241

Color information

#EF4241 (or 0xEF4241) is unknown color: approx 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

RGB2396665-
CMYK00.720.730.06
HSL0.34º84.47%59.61%-
HSV(B)0.34º72.8%93.73%-
XYZ38.522.637.34-
YUV117.6198.31214.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 64.59%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=64.59%
G=17.84%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239666500.720.730.060.3484.4759.61
HexEF42410484960543c
Octal35710210101101116012474
Binary111011111000010100000101001000100100111001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>