Html Css Color HEX #EA2225 Alizarin

📋 copy color: '#EA2225'

red 234 ◦ green 34 ◦ blue 37

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

Shades of Alizarin #EA2225

Tints of Alizarin #EA2225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 76.72%
G = 11.15%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA2225 (or 0xEA2225) is known color: Alizarin. HEX triplet: EA, 22 and 25. RGB value is (234,34,37). Sum of RGB (Red+Green+Blue) = 234+34+37=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2225 is #15DDDA. Grayscale: #5E5E5E. Windows color (decimal): -1433051 or 2433770. OLE color: 2433770.

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

Color convert

RGB 234 34 37 -
CMYK 0 0.85 0.84 0.08
HSL 359.1º 0.83% 0.53% -
HSV(B) 359.1º 0.85% 0.92% -
XYZ 34.84 18.77 3.54 -
YUV 94.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 234 34 37 0 0.85 0.84 0.08 359.1 0.83 0.53
Hex EA 22 25 0 55 54 8 167 53 35
Octal 352 42 45 0 125 124 10 547 123 65
Binary 11101010 100010 100101 0 1010101 1010100 1000 101100111 1010011 110101

Color Harmonies of #EA2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2225

Black with #EA2225

Text Example


Text Example

White with #EA2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2225; }

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

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

background-color css

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

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

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

border-color css

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

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

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