#EF4442

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

Shades of Coral Red #EF4442

Tints of Coral Red #EF4442

Color information

#EF4442 (or 0xEF4442) is unknown color: approx Coral Red. HEX triplet: EF, 44 and 42. RGB value is (239,68,66). Sum of RGB (Red+Green+Blue) = 239+68+66=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4442 is #10BBBD. Grayscale: #777777. Windows color (decimal): -1096638 or 4343023. OLE color: 4343023.

HSL color Cylindrical-coordinate representation of color #EF4442: hue angle of 0.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4442 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2396866-
CMYK00.720.720.06
HSL0.69º84.39%59.8%-
HSV(B)0.69º72.38%93.73%-
XYZ38.6522.887.53-
YUV118.998.15213.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.08%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=64.08%
G=18.23%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239686600.720.720.060.6984.3959.8
HexEF44420484861543c
Octal35710410201101106112474
Binary111011111000100100001001001000100100011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4442; }

 p { color: rgb(239,68,66); }

 H1.HeaderClassName
 {
   color: #EF4442;
 }
 .AnyTagClassName
 {
   color: #EF4442;
 }
</style>
background-color css

<style>
 a { background-color: #EF4442; }

 a { background-color: rgb(239,68,66); }

 div.DivClassName
 {
   background-color: #EF4442;
 }
 .BgClassName
 {
   background-color: #EF4442;
 }
</style>
border-color css

<style>
 span { border-color: #EF4442; }

 span { border-color: rgb(239,68,66); }

 td.TdClassName
 {
   border-color: #EF4442;
 }
 .TagClassName
 {
   border-color: #EF4442;
 }
</style>