Html Css Color HEX #EE2429 Alizarin

📋 copy color: '#EE2429'

red 238 ◦ green 36 ◦ blue 41

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

Shades of Alizarin #EE2429

Tints of Alizarin #EE2429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 75.56%
G = 11.43%
B = 13.02%

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

#EE2429 (or 0xEE2429) is known color: Alizarin. HEX triplet: EE, 24 and 29. RGB value is (238,36,41). Sum of RGB (Red+Green+Blue) = 238+36+41=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2429 is #11DBD6. Grayscale: #616161. Windows color (decimal): -1170391 or 2696430. OLE color: 2696430.

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

Color convert

RGB 238 36 41 -
CMYK 0 0.85 0.83 0.07
HSL 358.51º 0.86% 0.54% -
HSV(B) 358.51º 0.85% 0.93% -
XYZ 36.29 19.6 3.97 -
YUV 96.97 96.42 228.59 -
System Red Green Blue C M Y K H S L
Decimal 238 36 41 0 0.85 0.83 0.07 358.51 0.86 0.54
Hex EE 24 29 0 55 53 7 167 56 36
Octal 356 44 51 0 125 123 7 547 126 66
Binary 11101110 100100 101001 0 1010101 1010011 111 101100111 1010110 110110

Color Harmonies of #EE2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2429

Black with #EE2429

Text Example


Text Example

White with #EE2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2429; }

 p { color: rgb(238,36,41); }

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

background-color css

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

 a { background-color: rgb(238,36,41); }

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

border-color css

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

 span { border-color: rgb(238,36,41); }

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