Html Css Color HEX #EA1A1F Alizarin

📋 copy color: '#EA1A1F'

red 234 ◦ green 26 ◦ blue 31

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

Shades of Alizarin #EA1A1F

Tints of Alizarin #EA1A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 80.41%
G = 8.93%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA1A1F (or 0xEA1A1F) is known color: Alizarin. HEX triplet: EA, 1A and 1F. RGB value is (234,26,31). Sum of RGB (Red+Green+Blue) = 234+26+31=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A1F is #15E5E0. Grayscale: #585858. Windows color (decimal): -1435105 or 2038506. OLE color: 2038506.

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

Color convert

RGB 234 26 31 -
CMYK 0 0.89 0.87 0.08
HSL 358.56º 0.83% 0.51% -
HSV(B) 358.56º 0.89% 0.92% -
XYZ 34.55 18.33 3.01 -
YUV 88.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 234 26 31 0 0.89 0.87 0.08 358.56 0.83 0.51
Hex EA 1A 1F 0 59 57 8 167 53 33
Octal 352 32 37 0 131 127 10 547 123 63
Binary 11101010 11010 11111 0 1011001 1010111 1000 101100111 1010011 110011

Color Harmonies of #EA1A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A1F

Black with #EA1A1F

Text Example


Text Example

White with #EA1A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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