Html Css Color HEX #EF2641 Alizarin

📋 copy color: '#EF2641'

red 239 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #EF2641

Tints of Alizarin #EF2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 69.88%
G = 11.11%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF2641 (or 0xEF2641) is known color: Alizarin. HEX triplet: EF, 26 and 41. RGB value is (239,38,65). Sum of RGB (Red+Green+Blue) = 239+38+65=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2641 is #10D9BE. Grayscale: #656565. Windows color (decimal): -1104319 or 4269807. OLE color: 4269807.

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

Color convert

RGB 239 38 65 -
CMYK 0 0.84 0.73 0.06
HSL 351.94º 0.86% 0.54% -
HSV(B) 351.94º 0.84% 0.94% -
XYZ 37.24 20.12 6.92 -
YUV 101.18 107.59 226.3 -
System Red Green Blue C M Y K H S L
Decimal 239 38 65 0 0.84 0.73 0.06 351.94 0.86 0.54
Hex EF 26 41 0 54 49 6 160 56 36
Octal 357 46 101 0 124 111 6 540 126 66
Binary 11101111 100110 1000001 0 1010100 1001001 110 101100000 1010110 110110

Color Harmonies of #EF2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2641

Black with #EF2641

Text Example


Text Example

White with #EF2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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