Html Css Color HEX #EF424D Amaranth

📋 copy color: '#EF424D'

red 239 ◦ green 66 ◦ blue 77

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

Shades of Amaranth #EF424D

Tints of Amaranth #EF424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 62.57%
G = 17.28%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF424D (or 0xEF424D) is known color: Amaranth. HEX triplet: EF, 42 and 4D. RGB value is (239,66,77). Sum of RGB (Red+Green+Blue) = 239+66+77=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF424D is #10BDB2. Grayscale: #777777. Windows color (decimal): -1097139 or 5063407. OLE color: 5063407.

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

Color convert

RGB 239 66 77 -
CMYK 0 0.72 0.68 0.06
HSL 356.19º 0.84% 0.6% -
HSV(B) 356.19º 0.72% 0.94% -
XYZ 38.88 22.78 9.37 -
YUV 118.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 239 66 77 0 0.72 0.68 0.06 356.19 0.84 0.6
Hex EF 42 4D 0 48 44 6 164 54 3C
Octal 357 102 115 0 110 104 6 544 124 74
Binary 11101111 1000010 1001101 0 1001000 1000100 110 101100100 1010100 111100

Color Harmonies of #EF424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF424D

Black with #EF424D

Text Example


Text Example

White with #EF424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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