Html Css Color HEX #EE2529 Alizarin

📋 copy color: '#EE2529'

red 238 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #EE2529

Tints of Alizarin #EE2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 75.32%
G = 11.71%
B = 12.97%

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

#EE2529 (or 0xEE2529) is known color: Alizarin. HEX triplet: EE, 25 and 29. RGB value is (238,37,41). Sum of RGB (Red+Green+Blue) = 238+37+41=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2529 is #11DAD6. Grayscale: #616161. Windows color (decimal): -1170135 or 2696686. OLE color: 2696686.

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

Color convert

RGB 238 37 41 -
CMYK 0 0.84 0.83 0.07
HSL 358.81º 0.86% 0.54% -
HSV(B) 358.81º 0.84% 0.93% -
XYZ 36.32 19.66 3.98 -
YUV 97.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 238 37 41 0 0.84 0.83 0.07 358.81 0.86 0.54
Hex EE 25 29 0 54 53 7 167 56 36
Octal 356 45 51 0 124 123 7 547 126 66
Binary 11101110 100101 101001 0 1010100 1010011 111 101100111 1010110 110110

Color Harmonies of #EE2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2529

Black with #EE2529

Text Example


Text Example

White with #EE2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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