Html Css Color HEX #EF222B Alizarin

📋 copy color: '#EF222B'

red 239 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #EF222B

Tints of Alizarin #EF222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 75.63%
G = 10.76%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF222B (or 0xEF222B) is known color: Alizarin. HEX triplet: EF, 22 and 2B. RGB value is (239,34,43). Sum of RGB (Red+Green+Blue) = 239+34+43=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF222B is #10DDD4. Grayscale: #606060. Windows color (decimal): -1105365 or 2826991. OLE color: 2826991.

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

Color convert

RGB 239 34 43 -
CMYK 0 0.86 0.82 0.06
HSL 357.37º 0.86% 0.54% -
HSV(B) 357.37º 0.86% 0.94% -
XYZ 36.6 19.67 4.15 -
YUV 96.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 239 34 43 0 0.86 0.82 0.06 357.37 0.86 0.54
Hex EF 22 2B 0 56 52 6 165 56 36
Octal 357 42 53 0 126 122 6 545 126 66
Binary 11101111 100010 101011 0 1010110 1010010 110 101100101 1010110 110110

Color Harmonies of #EF222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF222B

Black with #EF222B

Text Example


Text Example

White with #EF222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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