Html Css Color HEX #EE2022 Alizarin

📋 copy color: '#EE2022'

red 238 ◦ green 32 ◦ blue 34

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

Shades of Alizarin #EE2022

Tints of Alizarin #EE2022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 78.29%
G = 10.53%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE2022 (or 0xEE2022) is known color: Alizarin. HEX triplet: EE, 20 and 22. RGB value is (238,32,34). Sum of RGB (Red+Green+Blue) = 238+32+34=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2022 is #11DFDD. Grayscale: #5E5E5E. Windows color (decimal): -1171422 or 2236654. OLE color: 2236654.

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

Color convert

RGB 238 32 34 -
CMYK 0 0.87 0.86 0.07
HSL 359.42º 0.86% 0.53% -
HSV(B) 359.42º 0.87% 0.93% -
XYZ 36.07 19.33 3.34 -
YUV 93.82 94.25 230.84 -
System Red Green Blue C M Y K H S L
Decimal 238 32 34 0 0.87 0.86 0.07 359.42 0.86 0.53
Hex EE 20 22 0 57 56 7 167 56 35
Octal 356 40 42 0 127 126 7 547 126 65
Binary 11101110 100000 100010 0 1010111 1010110 111 101100111 1010110 110101

Color Harmonies of #EE2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2022

Black with #EE2022

Text Example


Text Example

White with #EE2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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