Html Css Color HEX #EA1E22 Alizarin

📋 copy color: '#EA1E22'

red 234 ◦ green 30 ◦ blue 34

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

Shades of Alizarin #EA1E22

Tints of Alizarin #EA1E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

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

R = 78.52%
G = 10.07%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA1E22 (or 0xEA1E22) is known color: Alizarin. HEX triplet: EA, 1E and 22. RGB value is (234,30,34). Sum of RGB (Red+Green+Blue) = 234+30+34=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E22 is #15E1DD. Grayscale: #5B5B5B. Windows color (decimal): -1434078 or 2236138. OLE color: 2236138.

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

Color convert

RGB 234 30 34 -
CMYK 0 0.87 0.85 0.08
HSL 358.82º 0.83% 0.52% -
HSV(B) 358.82º 0.87% 0.92% -
XYZ 34.68 18.54 3.26 -
YUV 91.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 234 30 34 0 0.87 0.85 0.08 358.82 0.83 0.52
Hex EA 1E 22 0 57 55 8 167 53 34
Octal 352 36 42 0 127 125 10 547 123 64
Binary 11101010 11110 100010 0 1010111 1010101 1000 101100111 1010011 110100

Color Harmonies of #EA1E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E22

Black with #EA1E22

Text Example


Text Example

White with #EA1E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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