Html Css Color HEX #EA1A37 Alizarin

📋 copy color: '#EA1A37'

red 234 ◦ green 26 ◦ blue 55

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

Shades of Alizarin #EA1A37

Tints of Alizarin #EA1A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 74.29%
G = 8.25%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA1A37 (or 0xEA1A37) is known color: Alizarin. HEX triplet: EA, 1A and 37. RGB value is (234,26,55). Sum of RGB (Red+Green+Blue) = 234+26+55=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A37 is #15E5C8. Grayscale: #5B5B5B. Windows color (decimal): -1435081 or 3611370. OLE color: 3611370.

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

Color convert

RGB 234 26 55 -
CMYK 0 0.89 0.76 0.08
HSL 351.63º 0.83% 0.51% -
HSV(B) 351.63º 0.89% 0.92% -
XYZ 34.99 18.51 5.34 -
YUV 91.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 234 26 55 0 0.89 0.76 0.08 351.63 0.83 0.51
Hex EA 1A 37 0 59 4C 8 160 53 33
Octal 352 32 67 0 131 114 10 540 123 63
Binary 11101010 11010 110111 0 1011001 1001100 1000 101100000 1010011 110011

Color Harmonies of #EA1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A37

Black with #EA1A37

Text Example


Text Example

White with #EA1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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