Html Css Color HEX #EE2126 Alizarin

📋 copy color: '#EE2126'

red 238 ◦ green 33 ◦ blue 38

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

Shades of Alizarin #EE2126

Tints of Alizarin #EE2126

RGB

 RED value IS 238 (93.36% from 255) = 77.02%

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 77.02%
G = 10.68%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE2126 (or 0xEE2126) is known color: Alizarin. HEX triplet: EE, 21 and 26. RGB value is (238,33,38). Sum of RGB (Red+Green+Blue) = 238+33+38=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2126 is #11DED9. Grayscale: #5F5F5F. Windows color (decimal): -1171162 or 2499054. OLE color: 2499054.

HSL color Cylindrical-coordinate representation of color #EE2126: hue angle of 358.54º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2126 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 33 38 -
CMYK 0 0.86 0.84 0.07
HSL 358.54º 0.86% 0.53% -
HSV(B) 358.54º 0.86% 0.93% -
XYZ 36.15 19.4 3.67 -
YUV 94.87 95.92 230.09 -
System Red Green Blue C M Y K H S L
Decimal 238 33 38 0 0.86 0.84 0.07 358.54 0.86 0.53
Hex EE 21 26 0 56 54 7 167 56 35
Octal 356 41 46 0 126 124 7 547 126 65
Binary 11101110 100001 100110 0 1010110 1010100 111 101100111 1010110 110101

Color Harmonies of #EE2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2126

Black with #EE2126

Text Example


Text Example

White with #EE2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2126; }

 p { color: rgb(238,33,38); }

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

background-color css

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

 a { background-color: rgb(238,33,38); }

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

border-color css

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

 span { border-color: rgb(238,33,38); }

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