Html Css Color HEX #EF424C Amaranth

📋 copy color: '#EF424C'

red 239 ◦ green 66 ◦ blue 76

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

Shades of Amaranth #EF424C

Tints of Amaranth #EF424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 62.73%
G = 17.32%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF424C (or 0xEF424C) is known color: Amaranth. HEX triplet: EF, 42 and 4C. RGB value is (239,66,76). Sum of RGB (Red+Green+Blue) = 239+66+76=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF424C is #10BDB3. Grayscale: #777777. Windows color (decimal): -1097140 or 4997871. OLE color: 4997871.

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

Color convert

RGB 239 66 76 -
CMYK 0 0.72 0.68 0.06
HSL 356.53º 0.84% 0.6% -
HSV(B) 356.53º 0.72% 0.94% -
XYZ 38.85 22.77 9.18 -
YUV 118.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 239 66 76 0 0.72 0.68 0.06 356.53 0.84 0.6
Hex EF 42 4C 0 48 44 6 165 54 3C
Octal 357 102 114 0 110 104 6 545 124 74
Binary 11101111 1000010 1001100 0 1001000 1000100 110 101100101 1010100 111100

Color Harmonies of #EF424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF424C

Black with #EF424C

Text Example


Text Example

White with #EF424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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