Html Css Color HEX #EE232C Alizarin

📋 copy color: '#EE232C'

red 238 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #EE232C

Tints of Alizarin #EE232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 75.08%
G = 11.04%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE232C (or 0xEE232C) is known color: Alizarin. HEX triplet: EE, 23 and 2C. RGB value is (238,35,44). Sum of RGB (Red+Green+Blue) = 238+35+44=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE232C is #11DCD3. Grayscale: #606060. Windows color (decimal): -1170644 or 2892782. OLE color: 2892782.

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

Color convert

RGB 238 35 44 -
CMYK 0 0.85 0.82 0.07
HSL 357.34º 0.86% 0.54% -
HSV(B) 357.34º 0.85% 0.93% -
XYZ 36.32 19.56 4.24 -
YUV 96.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 238 35 44 0 0.85 0.82 0.07 357.34 0.86 0.54
Hex EE 23 2C 0 55 52 7 165 56 36
Octal 356 43 54 0 125 122 7 545 126 66
Binary 11101110 100011 101100 0 1010101 1010010 111 101100101 1010110 110110

Color Harmonies of #EE232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE232C

Black with #EE232C

Text Example


Text Example

White with #EE232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE232C; }

 p { color: rgb(238,35,44); }

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

background-color css

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

 a { background-color: rgb(238,35,44); }

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

border-color css

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

 span { border-color: rgb(238,35,44); }

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