Html Css Color HEX #EA2731 Alizarin

📋 copy color: '#EA2731'

red 234 ◦ green 39 ◦ blue 49

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

Shades of Alizarin #EA2731

Tints of Alizarin #EA2731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 72.67%
G = 12.11%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA2731 (or 0xEA2731) is known color: Alizarin. HEX triplet: EA, 27 and 31. RGB value is (234,39,49). Sum of RGB (Red+Green+Blue) = 234+39+49=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2731 is #15D8CE. Grayscale: #626262. Windows color (decimal): -1431759 or 3221482. OLE color: 3221482.

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

Color convert

RGB 234 39 49 -
CMYK 0 0.83 0.79 0.08
HSL 356.92º 0.82% 0.54% -
HSV(B) 356.92º 0.83% 0.92% -
XYZ 35.21 19.17 4.75 -
YUV 98.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 234 39 49 0 0.83 0.79 0.08 356.92 0.82 0.54
Hex EA 27 31 0 53 4F 8 165 52 36
Octal 352 47 61 0 123 117 10 545 122 66
Binary 11101010 100111 110001 0 1010011 1001111 1000 101100101 1010010 110110

Color Harmonies of #EA2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2731

Black with #EA2731

Text Example


Text Example

White with #EA2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2731; }

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

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

background-color css

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

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

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

border-color css

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

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

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