Html Css Color HEX #EE2728 Alizarin

📋 copy color: '#EE2728'

red 238 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #EE2728

Tints of Alizarin #EE2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 75.08%
G = 12.3%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE2728 (or 0xEE2728) is known color: Alizarin. HEX triplet: EE, 27 and 28. RGB value is (238,39,40). Sum of RGB (Red+Green+Blue) = 238+39+40=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2728 is #11D8D7. Grayscale: #626262. Windows color (decimal): -1169624 or 2631662. OLE color: 2631662.

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

Color convert

RGB 238 39 40 -
CMYK 0 0.84 0.83 0.07
HSL 359.7º 0.85% 0.54% -
HSV(B) 359.7º 0.84% 0.93% -
XYZ 36.37 19.78 3.91 -
YUV 98.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 238 39 40 0 0.84 0.83 0.07 359.7 0.85 0.54
Hex EE 27 28 0 54 53 7 168 55 36
Octal 356 47 50 0 124 123 7 550 125 66
Binary 11101110 100111 101000 0 1010100 1010011 111 101101000 1010101 110110

Color Harmonies of #EE2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2728

Black with #EE2728

Text Example


Text Example

White with #EE2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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