Html Css Color HEX #EF3543 Amaranth

📋 copy color: '#EF3543'

red 239 ◦ green 53 ◦ blue 67

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

Shades of Amaranth #EF3543

Tints of Amaranth #EF3543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 66.57%
G = 14.76%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF3543 (or 0xEF3543) is known color: Amaranth. HEX triplet: EF, 35 and 43. RGB value is (239,53,67). Sum of RGB (Red+Green+Blue) = 239+53+67=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3543 is #10CABC. Grayscale: #6E6E6E. Windows color (decimal): -1100477 or 4404719. OLE color: 4404719.

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

Color convert

RGB 239 53 67 -
CMYK 0 0.78 0.72 0.06
HSL 355.48º 0.85% 0.57% -
HSV(B) 355.48º 0.78% 0.94% -
XYZ 37.88 21.3 7.43 -
YUV 110.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 239 53 67 0 0.78 0.72 0.06 355.48 0.85 0.57
Hex EF 35 43 0 4E 48 6 163 55 39
Octal 357 65 103 0 116 110 6 543 125 71
Binary 11101111 110101 1000011 0 1001110 1001000 110 101100011 1010101 111001

Color Harmonies of #EF3543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3543

Black with #EF3543

Text Example


Text Example

White with #EF3543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3543; }

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

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

background-color css

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

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

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

border-color css

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

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

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