Html Css Color HEX #EF4140 Coral Red

📋 copy color: '#EF4140'

red 239 ◦ green 65 ◦ blue 64

#EF4140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Red #EF4140

Tints of Coral Red #EF4140

RGB

 RED value IS 239 (93.75% from 255) = 64.95%

 GREEN value IS 65 (25.78% from 255) = 17.66%

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 64.95%
G = 17.66%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF4140 (or 0xEF4140) is known color: Coral Red. HEX triplet: EF, 41 and 40. RGB value is (239,65,64). Sum of RGB (Red+Green+Blue) = 239+65+64=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4140 is #10BEBF. Grayscale: #757575. Windows color (decimal): -1097408 or 4211183. OLE color: 4211183.

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

Color convert

RGB 239 65 64 -
CMYK 0 0.73 0.73 0.06
HSL 0.34º 0.85% 0.59% -
HSV(B) 0.34º 0.73% 0.94% -
XYZ 38.41 22.5 7.17 -
YUV 116.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 239 65 64 0 0.73 0.73 0.06 0.34 0.85 0.59
Hex EF 41 40 0 49 49 6 0 55 3B
Octal 357 101 100 0 111 111 6 0 125 73
Binary 11101111 1000001 1000000 0 1001001 1001001 110 0 1010101 111011

Color Harmonies of #EF4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4140

Black with #EF4140

Text Example


Text Example

White with #EF4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4140; }

 p { color: rgb(239,65,64); }

 H1.HeaderClassName
 {
   color: #EF4140;
 }
 .AnyTagClassName
 {
   color: #EF4140;
 }
</style>

background-color css

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

 a { background-color: rgb(239,65,64); }

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

border-color css

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

 span { border-color: rgb(239,65,64); }

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