Html Css Color HEX #EF2241 Alizarin

📋 copy color: '#EF2241'

red 239 ◦ green 34 ◦ blue 65

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

Shades of Alizarin #EF2241

Tints of Alizarin #EF2241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 70.71%
G = 10.06%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF2241 (or 0xEF2241) is known color: Alizarin. HEX triplet: EF, 22 and 41. RGB value is (239,34,65). Sum of RGB (Red+Green+Blue) = 239+34+65=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2241 is #10DDBE. Grayscale: #626262. Windows color (decimal): -1105343 or 4268783. OLE color: 4268783.

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

Color convert

RGB 239 34 65 -
CMYK 0 0.86 0.73 0.06
HSL 350.93º 0.86% 0.54% -
HSV(B) 350.93º 0.86% 0.94% -
XYZ 37.12 19.88 6.88 -
YUV 98.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 239 34 65 0 0.86 0.73 0.06 350.93 0.86 0.54
Hex EF 22 41 0 56 49 6 15F 56 36
Octal 357 42 101 0 126 111 6 537 126 66
Binary 11101111 100010 1000001 0 1010110 1001001 110 101011111 1010110 110110

Color Harmonies of #EF2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2241

Black with #EF2241

Text Example


Text Example

White with #EF2241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2241; }

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

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

background-color css

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

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

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

border-color css

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

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

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