Html Css Color HEX #EF3143 Amaranth

📋 copy color: '#EF3143'

red 239 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #EF3143

Tints of Amaranth #EF3143

RGB

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

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

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

R = 67.32%
G = 13.8%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF3143 (or 0xEF3143) is known color: Amaranth. HEX triplet: EF, 31 and 43. RGB value is (239,49,67). Sum of RGB (Red+Green+Blue) = 239+49+67=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3143 is #10CEBC. Grayscale: #6B6B6B. Windows color (decimal): -1101501 or 4403695. OLE color: 4403695.

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

Color convert

RGB 239 49 67 -
CMYK 0 0.79 0.72 0.06
HSL 354.32º 0.86% 0.56% -
HSV(B) 354.32º 0.79% 0.94% -
XYZ 37.71 20.95 7.37 -
YUV 107.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 239 49 67 0 0.79 0.72 0.06 354.32 0.86 0.56
Hex EF 31 43 0 4F 48 6 162 56 38
Octal 357 61 103 0 117 110 6 542 126 70
Binary 11101111 110001 1000011 0 1001111 1001000 110 101100010 1010110 111000

Color Harmonies of #EF3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3143

Black with #EF3143

Text Example


Text Example

White with #EF3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3143; }

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

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

background-color css

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

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

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

border-color css

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

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

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