Html Css Color HEX #EA3132 Alizarin

📋 copy color: '#EA3132'

red 234 ◦ green 49 ◦ blue 50

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

Shades of Alizarin #EA3132

Tints of Alizarin #EA3132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 70.27%
G = 14.71%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA3132 (or 0xEA3132) is known color: Alizarin. HEX triplet: EA, 31 and 32. RGB value is (234,49,50). Sum of RGB (Red+Green+Blue) = 234+49+50=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3132 is #15CECD. Grayscale: #686868. Windows color (decimal): -1429198 or 3289578. OLE color: 3289578.

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

Color convert

RGB 234 49 50 -
CMYK 0 0.79 0.79 0.08
HSL 359.68º 0.81% 0.55% -
HSV(B) 359.68º 0.79% 0.92% -
XYZ 35.61 19.92 4.99 -
YUV 104.43 97.29 220.42 -
System Red Green Blue C M Y K H S L
Decimal 234 49 50 0 0.79 0.79 0.08 359.68 0.81 0.55
Hex EA 31 32 0 4F 4F 8 168 51 37
Octal 352 61 62 0 117 117 10 550 121 67
Binary 11101010 110001 110010 0 1001111 1001111 1000 101101000 1010001 110111

Color Harmonies of #EA3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3132

Black with #EA3132

Text Example


Text Example

White with #EA3132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3132; }

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

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

background-color css

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

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

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

border-color css

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

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

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