Html Css Color HEX #EE2328 Alizarin

📋 copy color: '#EE2328'

red 238 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #EE2328

Tints of Alizarin #EE2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 76.04%
G = 11.18%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE2328 (or 0xEE2328) is known color: Alizarin. HEX triplet: EE, 23 and 28. RGB value is (238,35,40). Sum of RGB (Red+Green+Blue) = 238+35+40=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2328 is #11DCD7. Grayscale: #606060. Windows color (decimal): -1170648 or 2630638. OLE color: 2630638.

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

Color convert

RGB 238 35 40 -
CMYK 0 0.85 0.83 0.07
HSL 358.52º 0.86% 0.54% -
HSV(B) 358.52º 0.85% 0.93% -
XYZ 36.24 19.53 3.87 -
YUV 96.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 238 35 40 0 0.85 0.83 0.07 358.52 0.86 0.54
Hex EE 23 28 0 55 53 7 167 56 36
Octal 356 43 50 0 125 123 7 547 126 66
Binary 11101110 100011 101000 0 1010101 1010011 111 101100111 1010110 110110

Color Harmonies of #EE2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2328

Black with #EE2328

Text Example


Text Example

White with #EE2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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