Html Css Color HEX #EF3547 Amaranth

📋 copy color: '#EF3547'

red 239 ◦ green 53 ◦ blue 71

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

Shades of Amaranth #EF3547

Tints of Amaranth #EF3547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

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

R = 65.84%
G = 14.6%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF3547 (or 0xEF3547) is known color: Amaranth. HEX triplet: EF, 35 and 47. RGB value is (239,53,71). Sum of RGB (Red+Green+Blue) = 239+53+71=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3547 is #10CAB8. Grayscale: #6E6E6E. Windows color (decimal): -1100473 or 4666863. OLE color: 4666863.

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

Color convert

RGB 239 53 71 -
CMYK 0 0.78 0.70 0.06
HSL 354.19º 0.85% 0.57% -
HSV(B) 354.19º 0.78% 0.94% -
XYZ 38.01 21.35 8.08 -
YUV 110.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 239 53 71 0 0.78 0.70 0.06 354.19 0.85 0.57
Hex EF 35 47 0 4E 46 6 162 55 39
Octal 357 65 107 0 116 106 6 542 125 71
Binary 11101111 110101 1000111 0 1001110 1000110 110 101100010 1010101 111001

Color Harmonies of #EF3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3547

Black with #EF3547

Text Example


Text Example

White with #EF3547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3547; }

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

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

background-color css

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

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

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

border-color css

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

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

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