Html Css Color HEX #EA1E20 Alizarin

📋 copy color: '#EA1E20'

red 234 ◦ green 30 ◦ blue 32

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

Shades of Alizarin #EA1E20

Tints of Alizarin #EA1E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 79.05%
G = 10.14%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA1E20 (or 0xEA1E20) is known color: Alizarin. HEX triplet: EA, 1E and 20. RGB value is (234,30,32). Sum of RGB (Red+Green+Blue) = 234+30+32=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E20 is #15E1DF. Grayscale: #5B5B5B. Windows color (decimal): -1434080 or 2105066. OLE color: 2105066.

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

Color convert

RGB 234 30 32 -
CMYK 0 0.87 0.86 0.08
HSL 359.41º 0.83% 0.52% -
HSV(B) 359.41º 0.87% 0.92% -
XYZ 34.66 18.53 3.12 -
YUV 91.22 94.59 229.84 -
System Red Green Blue C M Y K H S L
Decimal 234 30 32 0 0.87 0.86 0.08 359.41 0.83 0.52
Hex EA 1E 20 0 57 56 8 167 53 34
Octal 352 36 40 0 127 126 10 547 123 64
Binary 11101010 11110 100000 0 1010111 1010110 1000 101100111 1010011 110100

Color Harmonies of #EA1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E20

Black with #EA1E20

Text Example


Text Example

White with #EA1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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