Html Css Color HEX #EF4243 Amaranth

📋 copy color: '#EF4243'

red 239 ◦ green 66 ◦ blue 67

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

Shades of Amaranth #EF4243

Tints of Amaranth #EF4243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

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

R = 64.25%
G = 17.74%
B = 18.01%

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

#EF4243 (or 0xEF4243) is known color: Amaranth. HEX triplet: EF, 42 and 43. RGB value is (239,66,67). Sum of RGB (Red+Green+Blue) = 239+66+67=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4243 is #10BDBC. Grayscale: #767676. Windows color (decimal): -1097149 or 4408047. OLE color: 4408047.

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

Color convert

RGB 239 66 67 -
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.56 22.65 7.65 -
YUV 117.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 239 66 67 0 0.72 0.72 0.06 359.65 0.84 0.6
Hex EF 42 43 0 48 48 6 168 54 3C
Octal 357 102 103 0 110 110 6 550 124 74
Binary 11101111 1000010 1000011 0 1001000 1001000 110 101101000 1010100 111100

Color Harmonies of #EF4243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4243

Black with #EF4243

Text Example


Text Example

White with #EF4243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4243; }

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

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

background-color css

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

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

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

border-color css

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

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

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