Html Css Color HEX #EF4344 Amaranth

📋 copy color: '#EF4344'

red 239 ◦ green 67 ◦ blue 68

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

Shades of Amaranth #EF4344

Tints of Amaranth #EF4344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.91%

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 63.9%
G = 17.91%
B = 18.18%

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

#EF4344 (or 0xEF4344) is known color: Amaranth. HEX triplet: EF, 43 and 44. RGB value is (239,67,68). Sum of RGB (Red+Green+Blue) = 239+67+68=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4344 is #10BCBB. Grayscale: #767676. Windows color (decimal): -1096892 or 4473839. OLE color: 4473839.

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

Color convert

RGB 239 67 68 -
CMYK 0 0.72 0.72 0.06
HSL 359.65º 0.84% 0.6% -
HSV(B) 359.65º 0.72% 0.94% -
XYZ 38.65 22.78 7.83 -
YUV 118.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 239 67 68 0 0.72 0.72 0.06 359.65 0.84 0.6
Hex EF 43 44 0 48 48 6 168 54 3C
Octal 357 103 104 0 110 110 6 550 124 74
Binary 11101111 1000011 1000100 0 1001000 1001000 110 101101000 1010100 111100

Color Harmonies of #EF4344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4344

Black with #EF4344

Text Example


Text Example

White with #EF4344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4344; }

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

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

background-color css

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

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

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

border-color css

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

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

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