Html Css Color HEX #EE2526 Alizarin

📋 copy color: '#EE2526'

red 238 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #EE2526

Tints of Alizarin #EE2526

RGB

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

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

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

R = 76.04%
G = 11.82%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE2526 (or 0xEE2526) is known color: Alizarin. HEX triplet: EE, 25 and 26. RGB value is (238,37,38). Sum of RGB (Red+Green+Blue) = 238+37+38=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2526 is #11DAD9. Grayscale: #616161. Windows color (decimal): -1170138 or 2500078. OLE color: 2500078.

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

Color convert

RGB 238 37 38 -
CMYK 0 0.84 0.84 0.07
HSL 359.7º 0.86% 0.54% -
HSV(B) 359.7º 0.84% 0.93% -
XYZ 36.27 19.64 3.71 -
YUV 97.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 238 37 38 0 0.84 0.84 0.07 359.7 0.86 0.54
Hex EE 25 26 0 54 54 7 168 56 36
Octal 356 45 46 0 124 124 7 550 126 66
Binary 11101110 100101 100110 0 1010100 1010100 111 101101000 1010110 110110

Color Harmonies of #EE2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2526

Black with #EE2526

Text Example


Text Example

White with #EE2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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