Html Css Color HEX #EA1A35 Alizarin

📋 copy color: '#EA1A35'

red 234 ◦ green 26 ◦ blue 53

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

Shades of Alizarin #EA1A35

Tints of Alizarin #EA1A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 74.76%
G = 8.31%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA1A35 (or 0xEA1A35) is known color: Alizarin. HEX triplet: EA, 1A and 35. RGB value is (234,26,53). Sum of RGB (Red+Green+Blue) = 234+26+53=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A35 is #15E5CA. Grayscale: #5B5B5B. Windows color (decimal): -1435083 or 3480298. OLE color: 3480298.

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

Color convert

RGB 234 26 53 -
CMYK 0 0.89 0.77 0.08
HSL 352.21º 0.83% 0.51% -
HSV(B) 352.21º 0.89% 0.92% -
XYZ 34.94 18.49 5.1 -
YUV 91.27 106.41 229.8 -
System Red Green Blue C M Y K H S L
Decimal 234 26 53 0 0.89 0.77 0.08 352.21 0.83 0.51
Hex EA 1A 35 0 59 4D 8 160 53 33
Octal 352 32 65 0 131 115 10 540 123 63
Binary 11101010 11010 110101 0 1011001 1001101 1000 101100000 1010011 110011

Color Harmonies of #EA1A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A35

Black with #EA1A35

Text Example


Text Example

White with #EA1A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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