Html Css Color HEX #EA2122 Alizarin

📋 copy color: '#EA2122'

red 234 ◦ green 33 ◦ blue 34

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

Shades of Alizarin #EA2122

Tints of Alizarin #EA2122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 77.74%
G = 10.96%
B = 11.3%

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

#EA2122 (or 0xEA2122) is known color: Alizarin. HEX triplet: EA, 21 and 22. RGB value is (234,33,34). Sum of RGB (Red+Green+Blue) = 234+33+34=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2122 is #15DEDD. Grayscale: #5D5D5D. Windows color (decimal): -1433310 or 2236906. OLE color: 2236906.

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

Color convert

RGB 234 33 34 -
CMYK 0 0.86 0.85 0.08
HSL 359.7º 0.83% 0.52% -
HSV(B) 359.7º 0.86% 0.92% -
XYZ 34.76 18.7 3.29 -
YUV 93.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 234 33 34 0 0.86 0.85 0.08 359.7 0.83 0.52
Hex EA 21 22 0 56 55 8 168 53 34
Octal 352 41 42 0 126 125 10 550 123 64
Binary 11101010 100001 100010 0 1010110 1010101 1000 101101000 1010011 110100

Color Harmonies of #EA2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2122

Black with #EA2122

Text Example


Text Example

White with #EA2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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