Html Css Color HEX #EA2228 Alizarin

📋 copy color: '#EA2228'

red 234 ◦ green 34 ◦ blue 40

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

Shades of Alizarin #EA2228

Tints of Alizarin #EA2228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 75.97%
G = 11.04%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2228 (or 0xEA2228) is known color: Alizarin. HEX triplet: EA, 22 and 28. RGB value is (234,34,40). Sum of RGB (Red+Green+Blue) = 234+34+40=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2228 is #15DDD7. Grayscale: #5E5E5E. Windows color (decimal): -1433048 or 2630378. OLE color: 2630378.

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

Color convert

RGB 234 34 40 -
CMYK 0 0.85 0.83 0.08
HSL 358.2º 0.83% 0.53% -
HSV(B) 358.2º 0.85% 0.92% -
XYZ 34.89 18.79 3.8 -
YUV 94.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 234 34 40 0 0.85 0.83 0.08 358.2 0.83 0.53
Hex EA 22 28 0 55 53 8 166 53 35
Octal 352 42 50 0 125 123 10 546 123 65
Binary 11101010 100010 101000 0 1010101 1010011 1000 101100110 1010011 110101

Color Harmonies of #EA2228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2228

Black with #EA2228

Text Example


Text Example

White with #EA2228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2228; }

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

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

background-color css

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

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

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

border-color css

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

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

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