Html Css Color HEX #EA3741 Alizarin

📋 copy color: '#EA3741'

red 234 ◦ green 55 ◦ blue 65

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

Shades of Alizarin #EA3741

Tints of Alizarin #EA3741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 66.1%
G = 15.54%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA3741 (or 0xEA3741) is known color: Alizarin. HEX triplet: EA, 37 and 41. RGB value is (234,55,65). Sum of RGB (Red+Green+Blue) = 234+55+65=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3741 is #15C8BE. Grayscale: #6D6D6D. Windows color (decimal): -1427647 or 4274154. OLE color: 4274154.

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

Color convert

RGB 234 55 65 -
CMYK 0 0.76 0.72 0.08
HSL 356.65º 0.81% 0.57% -
HSV(B) 356.65º 0.76% 0.92% -
XYZ 36.25 20.61 7.07 -
YUV 109.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 234 55 65 0 0.76 0.72 0.08 356.65 0.81 0.57
Hex EA 37 41 0 4C 48 8 165 51 39
Octal 352 67 101 0 114 110 10 545 121 71
Binary 11101010 110111 1000001 0 1001100 1001000 1000 101100101 1010001 111001

Color Harmonies of #EA3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3741

Black with #EA3741

Text Example


Text Example

White with #EA3741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3741; }

 p { color: rgb(234,55,65); }

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

background-color css

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

 a { background-color: rgb(234,55,65); }

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

border-color css

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

 span { border-color: rgb(234,55,65); }

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