Html Css Color HEX #EF4242 Coral Red

📋 copy color: '#EF4242'

red 239 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #EF4242

Tints of Coral Red #EF4242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 64.42%
G = 17.79%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF4242 (or 0xEF4242) is known color: Coral Red. HEX triplet: EF, 42 and 42. RGB value is (239,66,66). Sum of RGB (Red+Green+Blue) = 239+66+66=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4242 is #10BDBD. Grayscale: #757575. Windows color (decimal): -1097150 or 4342511. OLE color: 4342511.

HSL color Cylindrical-coordinate representation of color #EF4242: hue angle of 0º 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 #EF4242 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 66 66 -
CMYK 0 0.72 0.72 0.06
HSL 0.84% 0.6% -
HSV(B) 0.72% 0.94% -
XYZ 38.53 22.64 7.49 -
YUV 117.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 239 66 66 0 0.72 0.72 0.06 0 0.84 0.6
Hex EF 42 42 0 48 48 6 0 54 3C
Octal 357 102 102 0 110 110 6 0 124 74
Binary 11101111 1000010 1000010 0 1001000 1001000 110 0 1010100 111100

Color Harmonies of #EF4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4242

Black with #EF4242

Text Example


Text Example

White with #EF4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4242; }

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

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

background-color css

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

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

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

border-color css

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

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

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