Html Css Color HEX #EA3940 Alizarin

📋 copy color: '#EA3940'

red 234 ◦ green 57 ◦ blue 64

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

Shades of Alizarin #EA3940

Tints of Alizarin #EA3940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 65.92%
G = 16.06%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA3940 (or 0xEA3940) is known color: Alizarin. HEX triplet: EA, 39 and 40. RGB value is (234,57,64). Sum of RGB (Red+Green+Blue) = 234+57+64=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3940 is #15C6BF. Grayscale: #6E6E6E. Windows color (decimal): -1427136 or 4209130. OLE color: 4209130.

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

Color convert

RGB 234 57 64 -
CMYK 0 0.76 0.73 0.08
HSL 357.63º 0.81% 0.57% -
HSV(B) 357.63º 0.76% 0.92% -
XYZ 36.32 20.79 6.95 -
YUV 110.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 234 57 64 0 0.76 0.73 0.08 357.63 0.81 0.57
Hex EA 39 40 0 4C 49 8 166 51 39
Octal 352 71 100 0 114 111 10 546 121 71
Binary 11101010 111001 1000000 0 1001100 1001001 1000 101100110 1010001 111001

Color Harmonies of #EA3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3940

Black with #EA3940

Text Example


Text Example

White with #EA3940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3940; }

 p { color: rgb(234,57,64); }

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

background-color css

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

 a { background-color: rgb(234,57,64); }

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

border-color css

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

 span { border-color: rgb(234,57,64); }

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