Html Css Color HEX #EF222F Alizarin

📋 copy color: '#EF222F'

red 239 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #EF222F

Tints of Alizarin #EF222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 74.69%
G = 10.63%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF222F (or 0xEF222F) is known color: Alizarin. HEX triplet: EF, 22 and 2F. RGB value is (239,34,47). Sum of RGB (Red+Green+Blue) = 239+34+47=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF222F is #10DDD0. Grayscale: #606060. Windows color (decimal): -1105361 or 3089135. OLE color: 3089135.

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

Color convert

RGB 239 34 47 -
CMYK 0 0.86 0.80 0.06
HSL 356.2º 0.86% 0.54% -
HSV(B) 356.2º 0.86% 0.94% -
XYZ 36.68 19.7 4.56 -
YUV 96.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 239 34 47 0 0.86 0.80 0.06 356.2 0.86 0.54
Hex EF 22 2F 0 56 50 6 164 56 36
Octal 357 42 57 0 126 120 6 544 126 66
Binary 11101111 100010 101111 0 1010110 1010000 110 101100100 1010110 110110

Color Harmonies of #EF222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF222F

Black with #EF222F

Text Example


Text Example

White with #EF222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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