Html Css Color HEX #EE212D Alizarin

📋 copy color: '#EE212D'

red 238 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #EE212D

Tints of Alizarin #EE212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 75.32%
G = 10.44%
B = 14.24%

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

#EE212D (or 0xEE212D) is known color: Alizarin. HEX triplet: EE, 21 and 2D. RGB value is (238,33,45). Sum of RGB (Red+Green+Blue) = 238+33+45=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE212D is #11DED2. Grayscale: #5F5F5F. Windows color (decimal): -1171155 or 2957806. OLE color: 2957806.

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

Color convert

RGB 238 33 45 -
CMYK 0 0.86 0.81 0.07
HSL 356.49º 0.86% 0.53% -
HSV(B) 356.49º 0.86% 0.93% -
XYZ 36.28 19.45 4.33 -
YUV 95.66 99.42 229.52 -
System Red Green Blue C M Y K H S L
Decimal 238 33 45 0 0.86 0.81 0.07 356.49 0.86 0.53
Hex EE 21 2D 0 56 51 7 164 56 35
Octal 356 41 55 0 126 121 7 544 126 65
Binary 11101110 100001 101101 0 1010110 1010001 111 101100100 1010110 110101

Color Harmonies of #EE212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE212D

Black with #EE212D

Text Example


Text Example

White with #EE212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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