Html Css Color HEX #EA2124 Alizarin

📋 copy color: '#EA2124'

red 234 ◦ green 33 ◦ blue 36

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

Shades of Alizarin #EA2124

Tints of Alizarin #EA2124

RGB

 RED value IS 234 (91.8% from 255) = 77.23%

 GREEN value IS 33 (13.28% from 255) = 10.89%

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 77.23%
G = 10.89%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA2124 (or 0xEA2124) is known color: Alizarin. HEX triplet: EA, 21 and 24. RGB value is (234,33,36). Sum of RGB (Red+Green+Blue) = 234+33+36=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2124 is #15DEDB. Grayscale: #5D5D5D. Windows color (decimal): -1433308 or 2367978. OLE color: 2367978.

HSL color Cylindrical-coordinate representation of color #EA2124: hue angle of 359.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2124 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 36 -
CMYK 0 0.86 0.85 0.08
HSL 359.1º 0.83% 0.52% -
HSV(B) 359.1º 0.86% 0.92% -
XYZ 34.79 18.71 3.45 -
YUV 93.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 234 33 36 0 0.86 0.85 0.08 359.1 0.83 0.52
Hex EA 21 24 0 56 55 8 167 53 34
Octal 352 41 44 0 126 125 10 547 123 64
Binary 11101010 100001 100100 0 1010110 1010101 1000 101100111 1010011 110100

Color Harmonies of #EA2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2124

Black with #EA2124

Text Example


Text Example

White with #EA2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2124; }

 p { color: rgb(234,33,36); }

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

background-color css

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

 a { background-color: rgb(234,33,36); }

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

border-color css

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

 span { border-color: rgb(234,33,36); }

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