Html Css Color HEX #EA3134 Alizarin

📋 copy color: '#EA3134'

red 234 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #EA3134

Tints of Alizarin #EA3134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 69.85%
G = 14.63%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA3134 (or 0xEA3134) is known color: Alizarin. HEX triplet: EA, 31 and 34. RGB value is (234,49,52). Sum of RGB (Red+Green+Blue) = 234+49+52=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3134 is #15CECB. Grayscale: #686868. Windows color (decimal): -1429196 or 3420650. OLE color: 3420650.

HSL color Cylindrical-coordinate representation of color #EA3134: hue angle of 359.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3134 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 52 -
CMYK 0 0.79 0.78 0.08
HSL 359.03º 0.81% 0.55% -
HSV(B) 359.03º 0.79% 0.92% -
XYZ 35.65 19.94 5.22 -
YUV 104.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 234 49 52 0 0.79 0.78 0.08 359.03 0.81 0.55
Hex EA 31 34 0 4F 4E 8 167 51 37
Octal 352 61 64 0 117 116 10 547 121 67
Binary 11101010 110001 110100 0 1001111 1001110 1000 101100111 1010001 110111

Color Harmonies of #EA3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3134

Black with #EA3134

Text Example


Text Example

White with #EA3134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3134; }

 p { color: rgb(234,49,52); }

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

background-color css

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

 a { background-color: rgb(234,49,52); }

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

border-color css

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

 span { border-color: rgb(234,49,52); }

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