Html Css Color HEX #EF3948 Amaranth

📋 copy color: '#EF3948'

red 239 ◦ green 57 ◦ blue 72

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

Shades of Amaranth #EF3948

Tints of Amaranth #EF3948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.49%

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

R = 64.95%
G = 15.49%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF3948 (or 0xEF3948) is known color: Amaranth. HEX triplet: EF, 39 and 48. RGB value is (239,57,72). Sum of RGB (Red+Green+Blue) = 239+57+72=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3948 is #10C6B7. Grayscale: #717171. Windows color (decimal): -1099448 or 4733423. OLE color: 4733423.

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

Color convert

RGB 239 57 72 -
CMYK 0 0.76 0.70 0.06
HSL 355.05º 0.85% 0.58% -
HSV(B) 355.05º 0.76% 0.94% -
XYZ 38.23 21.74 8.31 -
YUV 113.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 239 57 72 0 0.76 0.70 0.06 355.05 0.85 0.58
Hex EF 39 48 0 4C 46 6 163 55 3A
Octal 357 71 110 0 114 106 6 543 125 72
Binary 11101111 111001 1001000 0 1001100 1000110 110 101100011 1010101 111010

Color Harmonies of #EF3948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3948

Black with #EF3948

Text Example


Text Example

White with #EF3948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3948; }

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

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

background-color css

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

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

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

border-color css

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

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

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