Html Css Color HEX #EE222B Alizarin

📋 copy color: '#EE222B'

red 238 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #EE222B

Tints of Alizarin #EE222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 75.56%
G = 10.79%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE222B (or 0xEE222B) is known color: Alizarin. HEX triplet: EE, 22 and 2B. RGB value is (238,34,43). Sum of RGB (Red+Green+Blue) = 238+34+43=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE222B is #11DDD4. Grayscale: #606060. Windows color (decimal): -1170901 or 2826990. OLE color: 2826990.

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

Color convert

RGB 238 34 43 -
CMYK 0 0.86 0.82 0.07
HSL 357.35º 0.86% 0.53% -
HSV(B) 357.35º 0.86% 0.93% -
XYZ 36.27 19.5 4.14 -
YUV 96.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 238 34 43 0 0.86 0.82 0.07 357.35 0.86 0.53
Hex EE 22 2B 0 56 52 7 165 56 35
Octal 356 42 53 0 126 122 7 545 126 65
Binary 11101110 100010 101011 0 1010110 1010010 111 101100101 1010110 110101

Color Harmonies of #EE222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE222B

Black with #EE222B

Text Example


Text Example

White with #EE222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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