Html Css Color HEX #EA1A2E Alizarin

📋 copy color: '#EA1A2E'

red 234 ◦ green 26 ◦ blue 46

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

Shades of Alizarin #EA1A2E

Tints of Alizarin #EA1A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 76.47%
G = 8.5%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA1A2E (or 0xEA1A2E) is known color: Alizarin. HEX triplet: EA, 1A and 2E. RGB value is (234,26,46). Sum of RGB (Red+Green+Blue) = 234+26+46=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A2E is #15E5D1. Grayscale: #5A5A5A. Windows color (decimal): -1435090 or 3021546. OLE color: 3021546.

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

Color convert

RGB 234 26 46 -
CMYK 0 0.89 0.80 0.08
HSL 354.23º 0.83% 0.51% -
HSV(B) 354.23º 0.89% 0.92% -
XYZ 34.79 18.43 4.31 -
YUV 90.47 102.91 230.37 -
System Red Green Blue C M Y K H S L
Decimal 234 26 46 0 0.89 0.80 0.08 354.23 0.83 0.51
Hex EA 1A 2E 0 59 50 8 162 53 33
Octal 352 32 56 0 131 120 10 542 123 63
Binary 11101010 11010 101110 0 1011001 1010000 1000 101100010 1010011 110011

Color Harmonies of #EA1A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A2E

Black with #EA1A2E

Text Example


Text Example

White with #EA1A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A2E; }

 p { color: rgb(234,26,46); }

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

background-color css

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

 a { background-color: rgb(234,26,46); }

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

border-color css

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

 span { border-color: rgb(234,26,46); }

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