Html Css Color HEX #EF3148 Amaranth

📋 copy color: '#EF3148'

red 239 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #EF3148

Tints of Amaranth #EF3148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

 BLUE value IS 72 (28.52% from 255) = 20%

R = 66.39%
G = 13.61%
B = 20%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF3148 (or 0xEF3148) is known color: Amaranth. HEX triplet: EF, 31 and 48. RGB value is (239,49,72). Sum of RGB (Red+Green+Blue) = 239+49+72=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3148 is #10CEB7. Grayscale: #6C6C6C. Windows color (decimal): -1101496 or 4731375. OLE color: 4731375.

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

Color convert

RGB 239 49 72 -
CMYK 0 0.79 0.70 0.06
HSL 352.74º 0.86% 0.56% -
HSV(B) 352.74º 0.79% 0.94% -
XYZ 37.86 21.02 8.19 -
YUV 108.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 239 49 72 0 0.79 0.70 0.06 352.74 0.86 0.56
Hex EF 31 48 0 4F 46 6 161 56 38
Octal 357 61 110 0 117 106 6 541 126 70
Binary 11101111 110001 1001000 0 1001111 1000110 110 101100001 1010110 111000

Color Harmonies of #EF3148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3148

Black with #EF3148

Text Example


Text Example

White with #EF3148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3148; }

 p { color: rgb(239,49,72); }

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

background-color css

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

 a { background-color: rgb(239,49,72); }

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

border-color css

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

 span { border-color: rgb(239,49,72); }

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