Html Css Color HEX #EA2934 Alizarin

📋 copy color: '#EA2934'

red 234 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #EA2934

Tints of Alizarin #EA2934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 71.56%
G = 12.54%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA2934 (or 0xEA2934) is known color: Alizarin. HEX triplet: EA, 29 and 34. RGB value is (234,41,52). Sum of RGB (Red+Green+Blue) = 234+41+52=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2934 is #15D6CB. Grayscale: #646464. Windows color (decimal): -1431244 or 3418602. OLE color: 3418602.

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

Color convert

RGB 234 41 52 -
CMYK 0 0.82 0.78 0.08
HSL 356.58º 0.82% 0.54% -
HSV(B) 356.58º 0.82% 0.92% -
XYZ 35.34 19.33 5.12 -
YUV 99.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 234 41 52 0 0.82 0.78 0.08 356.58 0.82 0.54
Hex EA 29 34 0 52 4E 8 165 52 36
Octal 352 51 64 0 122 116 10 545 122 66
Binary 11101010 101001 110100 0 1010010 1001110 1000 101100101 1010010 110110

Color Harmonies of #EA2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2934

Black with #EA2934

Text Example


Text Example

White with #EA2934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2934; }

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

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

background-color css

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

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

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

border-color css

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

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

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