Html Css Color HEX #EA1E2A Alizarin

📋 copy color: '#EA1E2A'

red 234 ◦ green 30 ◦ blue 42

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

Shades of Alizarin #EA1E2A

Tints of Alizarin #EA1E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 76.47%
G = 9.8%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA1E2A (or 0xEA1E2A) is known color: Alizarin. HEX triplet: EA, 1E and 2A. RGB value is (234,30,42). Sum of RGB (Red+Green+Blue) = 234+30+42=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E2A is #15E1D5. Grayscale: #5C5C5C. Windows color (decimal): -1434070 or 2760426. OLE color: 2760426.

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

Color convert

RGB 234 30 42 -
CMYK 0 0.87 0.82 0.08
HSL 356.47º 0.83% 0.52% -
HSV(B) 356.47º 0.87% 0.92% -
XYZ 34.81 18.59 3.94 -
YUV 92.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 234 30 42 0 0.87 0.82 0.08 356.47 0.83 0.52
Hex EA 1E 2A 0 57 52 8 164 53 34
Octal 352 36 52 0 127 122 10 544 123 64
Binary 11101010 11110 101010 0 1010111 1010010 1000 101100100 1010011 110100

Color Harmonies of #EA1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E2A

Black with #EA1E2A

Text Example


Text Example

White with #EA1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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