Html Css Color HEX #EF2122 Alizarin

📋 copy color: '#EF2122'

red 239 ◦ green 33 ◦ blue 34

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

Shades of Alizarin #EF2122

Tints of Alizarin #EF2122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 78.1%
G = 10.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2122 (or 0xEF2122) is known color: Alizarin. HEX triplet: EF, 21 and 22. RGB value is (239,33,34). Sum of RGB (Red+Green+Blue) = 239+33+34=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2122 is #10DEDD. Grayscale: #5E5E5E. Windows color (decimal): -1105630 or 2236911. OLE color: 2236911.

HSL color Cylindrical-coordinate representation of color #EF2122: hue angle of 359.71º 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 #EF2122 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 34 -
CMYK 0 0.86 0.86 0.06
HSL 359.71º 0.87% 0.53% -
HSV(B) 359.71º 0.86% 0.94% -
XYZ 36.43 19.55 3.37 -
YUV 94.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 239 33 34 0 0.86 0.86 0.06 359.71 0.87 0.53
Hex EF 21 22 0 56 56 6 168 57 35
Octal 357 41 42 0 126 126 6 550 127 65
Binary 11101111 100001 100010 0 1010110 1010110 110 101101000 1010111 110101

Color Harmonies of #EF2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2122

Black with #EF2122

Text Example


Text Example

White with #EF2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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