Html Css Color HEX #EF4347 Amaranth

📋 copy color: '#EF4347'

red 239 ◦ green 67 ◦ blue 71

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

Shades of Amaranth #EF4347

Tints of Amaranth #EF4347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 63.4%
G = 17.77%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF4347 (or 0xEF4347) is known color: Amaranth. HEX triplet: EF, 43 and 47. RGB value is (239,67,71). Sum of RGB (Red+Green+Blue) = 239+67+71=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4347 is #10BCB8. Grayscale: #777777. Windows color (decimal): -1096889 or 4670447. OLE color: 4670447.

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

Color convert

RGB 239 67 71 -
CMYK 0 0.72 0.70 0.06
HSL 358.6º 0.84% 0.6% -
HSV(B) 358.6º 0.72% 0.94% -
XYZ 38.74 22.82 8.32 -
YUV 118.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 239 67 71 0 0.72 0.70 0.06 358.6 0.84 0.6
Hex EF 43 47 0 48 46 6 167 54 3C
Octal 357 103 107 0 110 106 6 547 124 74
Binary 11101111 1000011 1000111 0 1001000 1000110 110 101100111 1010100 111100

Color Harmonies of #EF4347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4347

Black with #EF4347

Text Example


Text Example

White with #EF4347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4347; }

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

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

background-color css

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

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

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

border-color css

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

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

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