Html Css Color HEX #EF424F Amaranth

📋 copy color: '#EF424F'

red 239 ◦ green 66 ◦ blue 79

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

Shades of Amaranth #EF424F

Tints of Amaranth #EF424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 62.24%
G = 17.19%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF424F (or 0xEF424F) is known color: Amaranth. HEX triplet: EF, 42 and 4F. RGB value is (239,66,79). Sum of RGB (Red+Green+Blue) = 239+66+79=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF424F is #10BDB0. Grayscale: #777777. Windows color (decimal): -1097137 or 5194479. OLE color: 5194479.

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

Color convert

RGB 239 66 79 -
CMYK 0 0.72 0.67 0.06
HSL 355.49º 0.84% 0.6% -
HSV(B) 355.49º 0.72% 0.94% -
XYZ 38.96 22.81 9.75 -
YUV 119.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 239 66 79 0 0.72 0.67 0.06 355.49 0.84 0.6
Hex EF 42 4F 0 48 43 6 163 54 3C
Octal 357 102 117 0 110 103 6 543 124 74
Binary 11101111 1000010 1001111 0 1001000 1000011 110 101100011 1010100 111100

Color Harmonies of #EF424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF424F

Black with #EF424F

Text Example


Text Example

White with #EF424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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