Html Css Color HEX #EE212A Alizarin

📋 copy color: '#EE212A'

red 238 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #EE212A

Tints of Alizarin #EE212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 76.04%
G = 10.54%
B = 13.42%

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

#EE212A (or 0xEE212A) is known color: Alizarin. HEX triplet: EE, 21 and 2A. RGB value is (238,33,42). Sum of RGB (Red+Green+Blue) = 238+33+42=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE212A is #11DED5. Grayscale: #5F5F5F. Windows color (decimal): -1171158 or 2761198. OLE color: 2761198.

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

Color convert

RGB 238 33 42 -
CMYK 0 0.86 0.82 0.07
HSL 357.37º 0.86% 0.53% -
HSV(B) 357.37º 0.86% 0.93% -
XYZ 36.22 19.43 4.03 -
YUV 95.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 238 33 42 0 0.86 0.82 0.07 357.37 0.86 0.53
Hex EE 21 2A 0 56 52 7 165 56 35
Octal 356 41 52 0 126 122 7 545 126 65
Binary 11101110 100001 101010 0 1010110 1010010 111 101100101 1010110 110101

Color Harmonies of #EE212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE212A

Black with #EE212A

Text Example


Text Example

White with #EE212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE212A; }

 p { color: rgb(238,33,42); }

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

background-color css

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

 a { background-color: rgb(238,33,42); }

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

border-color css

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

 span { border-color: rgb(238,33,42); }

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