Html Css Color HEX #EF2227 Alizarin

📋 copy color: '#EF2227'

red 239 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #EF2227

Tints of Alizarin #EF2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 76.6%
G = 10.9%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF2227 (or 0xEF2227) is known color: Alizarin. HEX triplet: EF, 22 and 27. RGB value is (239,34,39). Sum of RGB (Red+Green+Blue) = 239+34+39=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2227 is #10DDD8. Grayscale: #606060. Windows color (decimal): -1105369 or 2564847. OLE color: 2564847.

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

Color convert

RGB 239 34 39 -
CMYK 0 0.86 0.84 0.06
HSL 358.54º 0.86% 0.54% -
HSV(B) 358.54º 0.86% 0.94% -
XYZ 36.53 19.64 3.78 -
YUV 95.87 95.92 230.09 -
System Red Green Blue C M Y K H S L
Decimal 239 34 39 0 0.86 0.84 0.06 358.54 0.86 0.54
Hex EF 22 27 0 56 54 6 167 56 36
Octal 357 42 47 0 126 124 6 547 126 66
Binary 11101111 100010 100111 0 1010110 1010100 110 101100111 1010110 110110

Color Harmonies of #EF2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2227

Black with #EF2227

Text Example


Text Example

White with #EF2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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