Html Css Color HEX #EF2124 Alizarin

📋 copy color: '#EF2124'

red 239 ◦ green 33 ◦ blue 36

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

Shades of Alizarin #EF2124

Tints of Alizarin #EF2124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

 BLUE value IS 36 (14.45% from 255) = 11.69%

R = 77.6%
G = 10.71%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2124 (or 0xEF2124) is known color: Alizarin. HEX triplet: EF, 21 and 24. RGB value is (239,33,36). Sum of RGB (Red+Green+Blue) = 239+33+36=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2124 is #10DEDB. Grayscale: #5F5F5F. Windows color (decimal): -1105628 or 2367983. OLE color: 2367983.

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

Color convert

RGB 239 33 36 -
CMYK 0 0.86 0.85 0.06
HSL 359.13º 0.87% 0.53% -
HSV(B) 359.13º 0.86% 0.94% -
XYZ 36.46 19.57 3.52 -
YUV 94.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 239 33 36 0 0.86 0.85 0.06 359.13 0.87 0.53
Hex EF 21 24 0 56 55 6 167 57 35
Octal 357 41 44 0 126 125 6 547 127 65
Binary 11101111 100001 100100 0 1010110 1010101 110 101100111 1010111 110101

Color Harmonies of #EF2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2124

Black with #EF2124

Text Example


Text Example

White with #EF2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2124; }

 p { color: rgb(239,33,36); }

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

background-color css

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

 a { background-color: rgb(239,33,36); }

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

border-color css

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

 span { border-color: rgb(239,33,36); }

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