Html Css Color HEX #EF1F43 Amaranth

📋 copy color: '#EF1F43'

red 239 ◦ green 31 ◦ blue 67

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

Shades of Amaranth #EF1F43

Tints of Amaranth #EF1F43

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.2%

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

R = 70.92%
G = 9.2%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF1F43 (or 0xEF1F43) is known color: Amaranth. HEX triplet: EF, 1F and 43. RGB value is (239,31,67). Sum of RGB (Red+Green+Blue) = 239+31+67=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F43 is #10E0BC. Grayscale: #616161. Windows color (decimal): -1106109 or 4399087. OLE color: 4399087.

HSL color Cylindrical-coordinate representation of color #EF1F43: hue angle of 349.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F43 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 31 67 -
CMYK 0 0.87 0.72 0.06
HSL 349.62º 0.87% 0.53% -
HSV(B) 349.62º 0.87% 0.94% -
XYZ 37.1 19.74 7.16 -
YUV 97.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 239 31 67 0 0.87 0.72 0.06 349.62 0.87 0.53
Hex EF 1F 43 0 57 48 6 15E 57 35
Octal 357 37 103 0 127 110 6 536 127 65
Binary 11101111 11111 1000011 0 1010111 1001000 110 101011110 1010111 110101

Color Harmonies of #EF1F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F43

Black with #EF1F43

Text Example


Text Example

White with #EF1F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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