Html Css Color HEX #EF3D47 Amaranth

📋 copy color: '#EF3D47'

red 239 ◦ green 61 ◦ blue 71

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

Shades of Amaranth #EF3D47

Tints of Amaranth #EF3D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.44%

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

R = 64.42%
G = 16.44%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF3D47 (or 0xEF3D47) is known color: Amaranth. HEX triplet: EF, 3D and 47. RGB value is (239,61,71). Sum of RGB (Red+Green+Blue) = 239+61+71=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D47 is #10C2B8. Grayscale: #737373. Windows color (decimal): -1098425 or 4668911. OLE color: 4668911.

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

Color convert

RGB 239 61 71 -
CMYK 0 0.74 0.70 0.06
HSL 356.63º 0.85% 0.59% -
HSV(B) 356.63º 0.74% 0.94% -
XYZ 38.4 22.14 8.21 -
YUV 115.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 239 61 71 0 0.74 0.70 0.06 356.63 0.85 0.59
Hex EF 3D 47 0 4A 46 6 165 55 3B
Octal 357 75 107 0 112 106 6 545 125 73
Binary 11101111 111101 1000111 0 1001010 1000110 110 101100101 1010101 111011

Color Harmonies of #EF3D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3D47

Black with #EF3D47

Text Example


Text Example

White with #EF3D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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