Html Css Color HEX #EF3043 Amaranth

📋 copy color: '#EF3043'

red 239 ◦ green 48 ◦ blue 67

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

Shades of Amaranth #EF3043

Tints of Amaranth #EF3043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

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

R = 67.51%
G = 13.56%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF3043 (or 0xEF3043) is known color: Amaranth. HEX triplet: EF, 30 and 43. RGB value is (239,48,67). Sum of RGB (Red+Green+Blue) = 239+48+67=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3043 is #10CFBC. Grayscale: #6B6B6B. Windows color (decimal): -1101757 or 4403439. OLE color: 4403439.

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

Color convert

RGB 239 48 67 -
CMYK 0 0.80 0.72 0.06
HSL 354.03º 0.86% 0.56% -
HSV(B) 354.03º 0.8% 0.94% -
XYZ 37.67 20.87 7.35 -
YUV 107.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 239 48 67 0 0.80 0.72 0.06 354.03 0.86 0.56
Hex EF 30 43 0 50 48 6 162 56 38
Octal 357 60 103 0 120 110 6 542 126 70
Binary 11101111 110000 1000011 0 1010000 1001000 110 101100010 1010110 111000

Color Harmonies of #EF3043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3043

Black with #EF3043

Text Example


Text Example

White with #EF3043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3043; }

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

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

background-color css

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

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

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

border-color css

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

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

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