Html Css Color HEX #EA2129 Alizarin

📋 copy color: '#EA2129'

red 234 ◦ green 33 ◦ blue 41

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

Shades of Alizarin #EA2129

Tints of Alizarin #EA2129

RGB

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

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

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

R = 75.97%
G = 10.71%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA2129 (or 0xEA2129) is known color: Alizarin. HEX triplet: EA, 21 and 29. RGB value is (234,33,41). Sum of RGB (Red+Green+Blue) = 234+33+41=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2129 is #15DED6. Grayscale: #5E5E5E. Windows color (decimal): -1433303 or 2695658. OLE color: 2695658.

HSL color Cylindrical-coordinate representation of color #EA2129: hue angle of 357.61º 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 #EA2129 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 41 -
CMYK 0 0.86 0.82 0.08
HSL 357.61º 0.83% 0.52% -
HSV(B) 357.61º 0.86% 0.92% -
XYZ 34.88 18.74 3.88 -
YUV 94.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 234 33 41 0 0.86 0.82 0.08 357.61 0.83 0.52
Hex EA 21 29 0 56 52 8 166 53 34
Octal 352 41 51 0 126 122 10 546 123 64
Binary 11101010 100001 101001 0 1010110 1010010 1000 101100110 1010011 110100

Color Harmonies of #EA2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2129

Black with #EA2129

Text Example


Text Example

White with #EA2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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