Html Css Color HEX #EE2225 Alizarin

📋 copy color: '#EE2225'

red 238 ◦ green 34 ◦ blue 37

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

Shades of Alizarin #EE2225

Tints of Alizarin #EE2225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 77.02%
G = 11%
B = 11.97%

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

#EE2225 (or 0xEE2225) is known color: Alizarin. HEX triplet: EE, 22 and 25. RGB value is (238,34,37). Sum of RGB (Red+Green+Blue) = 238+34+37=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2225 is #11DDDA. Grayscale: #5F5F5F. Windows color (decimal): -1170907 or 2433774. OLE color: 2433774.

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

Color convert

RGB 238 34 37 -
CMYK 0 0.86 0.84 0.07
HSL 359.12º 0.86% 0.53% -
HSV(B) 359.12º 0.86% 0.93% -
XYZ 36.17 19.45 3.6 -
YUV 95.34 95.09 229.76 -
System Red Green Blue C M Y K H S L
Decimal 238 34 37 0 0.86 0.84 0.07 359.12 0.86 0.53
Hex EE 22 25 0 56 54 7 167 56 35
Octal 356 42 45 0 126 124 7 547 126 65
Binary 11101110 100010 100101 0 1010110 1010100 111 101100111 1010110 110101

Color Harmonies of #EE2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2225

Black with #EE2225

Text Example


Text Example

White with #EE2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2225; }

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

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

background-color css

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

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

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

border-color css

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

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

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