Html Css Color HEX #EE2326 Alizarin

📋 copy color: '#EE2326'

red 238 ◦ green 35 ◦ blue 38

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

Shades of Alizarin #EE2326

Tints of Alizarin #EE2326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 76.53%
G = 11.25%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE2326 (or 0xEE2326) is known color: Alizarin. HEX triplet: EE, 23 and 26. RGB value is (238,35,38). Sum of RGB (Red+Green+Blue) = 238+35+38=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2326 is #11DCD9. Grayscale: #606060. Windows color (decimal): -1170650 or 2499566. OLE color: 2499566.

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

Color convert

RGB 238 35 38 -
CMYK 0 0.85 0.84 0.07
HSL 359.11º 0.86% 0.54% -
HSV(B) 359.11º 0.85% 0.93% -
XYZ 36.21 19.52 3.69 -
YUV 96.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 238 35 38 0 0.85 0.84 0.07 359.11 0.86 0.54
Hex EE 23 26 0 55 54 7 167 56 36
Octal 356 43 46 0 125 124 7 547 126 66
Binary 11101110 100011 100110 0 1010101 1010100 111 101100111 1010110 110110

Color Harmonies of #EE2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2326

Black with #EE2326

Text Example


Text Example

White with #EE2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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