Html Css Color HEX #EF4145 Amaranth

📋 copy color: '#EF4145'

red 239 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #EF4145

Tints of Amaranth #EF4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 64.08%
G = 17.43%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF4145 (or 0xEF4145) is known color: Amaranth. HEX triplet: EF, 41 and 45. RGB value is (239,65,69). Sum of RGB (Red+Green+Blue) = 239+65+69=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4145 is #10BEBA. Grayscale: #757575. Windows color (decimal): -1097403 or 4538863. OLE color: 4538863.

HSL color Cylindrical-coordinate representation of color #EF4145: hue angle of 358.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4145 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 65 69 -
CMYK 0 0.73 0.71 0.06
HSL 358.62º 0.84% 0.6% -
HSV(B) 358.62º 0.73% 0.94% -
XYZ 38.56 22.56 7.95 -
YUV 117.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 239 65 69 0 0.73 0.71 0.06 358.62 0.84 0.6
Hex EF 41 45 0 49 47 6 167 54 3C
Octal 357 101 105 0 111 107 6 547 124 74
Binary 11101111 1000001 1000101 0 1001001 1000111 110 101100111 1010100 111100

Color Harmonies of #EF4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4145

Black with #EF4145

Text Example


Text Example

White with #EF4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4145; }

 p { color: rgb(239,65,69); }

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

background-color css

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

 a { background-color: rgb(239,65,69); }

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

border-color css

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

 span { border-color: rgb(239,65,69); }

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