Html Css Color HEX #EE212E Alizarin

📋 copy color: '#EE212E'

red 238 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #EE212E

Tints of Alizarin #EE212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 75.08%
G = 10.41%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE212E (or 0xEE212E) is known color: Alizarin. HEX triplet: EE, 21 and 2E. RGB value is (238,33,46). Sum of RGB (Red+Green+Blue) = 238+33+46=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE212E is #11DED1. Grayscale: #5F5F5F. Windows color (decimal): -1171154 or 3023342. OLE color: 3023342.

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

Color convert

RGB 238 33 46 -
CMYK 0 0.86 0.81 0.07
HSL 356.2º 0.86% 0.53% -
HSV(B) 356.2º 0.86% 0.93% -
XYZ 36.3 19.46 4.43 -
YUV 95.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 238 33 46 0 0.86 0.81 0.07 356.2 0.86 0.53
Hex EE 21 2E 0 56 51 7 164 56 35
Octal 356 41 56 0 126 121 7 544 126 65
Binary 11101110 100001 101110 0 1010110 1010001 111 101100100 1010110 110101

Color Harmonies of #EE212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE212E

Black with #EE212E

Text Example


Text Example

White with #EE212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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