Html Css Color HEX #EE2327 Alizarin

📋 copy color: '#EE2327'

red 238 ◦ green 35 ◦ blue 39

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

Shades of Alizarin #EE2327

Tints of Alizarin #EE2327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 76.28%
G = 11.22%
B = 12.5%

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

#EE2327 (or 0xEE2327) is known color: Alizarin. HEX triplet: EE, 23 and 27. RGB value is (238,35,39). Sum of RGB (Red+Green+Blue) = 238+35+39=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2327 is #11DCD8. Grayscale: #606060. Windows color (decimal): -1170649 or 2565102. OLE color: 2565102.

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

Color convert

RGB 238 35 39 -
CMYK 0 0.85 0.84 0.07
HSL 358.82º 0.86% 0.54% -
HSV(B) 358.82º 0.85% 0.93% -
XYZ 36.23 19.53 3.78 -
YUV 96.15 95.75 229.17 -
System Red Green Blue C M Y K H S L
Decimal 238 35 39 0 0.85 0.84 0.07 358.82 0.86 0.54
Hex EE 23 27 0 55 54 7 167 56 36
Octal 356 43 47 0 125 124 7 547 126 66
Binary 11101110 100011 100111 0 1010101 1010100 111 101100111 1010110 110110

Color Harmonies of #EE2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2327

Black with #EE2327

Text Example


Text Example

White with #EE2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2327; }

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

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

background-color css

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

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

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

border-color css

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

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

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