Html Css Color HEX #EE2629 Alizarin

📋 copy color: '#EE2629'

red 238 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #EE2629

Tints of Alizarin #EE2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 75.08%
G = 11.99%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE2629 (or 0xEE2629) is known color: Alizarin. HEX triplet: EE, 26 and 29. RGB value is (238,38,41). Sum of RGB (Red+Green+Blue) = 238+38+41=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2629 is #11D9D6. Grayscale: #626262. Windows color (decimal): -1169879 or 2696942. OLE color: 2696942.

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

Color convert

RGB 238 38 41 -
CMYK 0 0.84 0.83 0.07
HSL 359.1º 0.85% 0.54% -
HSV(B) 359.1º 0.84% 0.93% -
XYZ 36.35 19.72 3.99 -
YUV 98.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 238 38 41 0 0.84 0.83 0.07 359.1 0.85 0.54
Hex EE 26 29 0 54 53 7 167 55 36
Octal 356 46 51 0 124 123 7 547 125 66
Binary 11101110 100110 101001 0 1010100 1010011 111 101100111 1010101 110110

Color Harmonies of #EE2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2629

Black with #EE2629

Text Example


Text Example

White with #EE2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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