Html Css Color HEX #EA323D Alizarin

📋 copy color: '#EA323D'

red 234 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #EA323D

Tints of Alizarin #EA323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 67.83%
G = 14.49%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA323D (or 0xEA323D) is known color: Alizarin. HEX triplet: EA, 32 and 3D. RGB value is (234,50,61). Sum of RGB (Red+Green+Blue) = 234+50+61=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA323D is #15CDC2. Grayscale: #6A6A6A. Windows color (decimal): -1428931 or 4010730. OLE color: 4010730.

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

Color convert

RGB 234 50 61 -
CMYK 0 0.79 0.74 0.08
HSL 356.41º 0.81% 0.56% -
HSV(B) 356.41º 0.79% 0.92% -
XYZ 35.91 20.11 6.4 -
YUV 106.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 234 50 61 0 0.79 0.74 0.08 356.41 0.81 0.56
Hex EA 32 3D 0 4F 4A 8 164 51 38
Octal 352 62 75 0 117 112 10 544 121 70
Binary 11101010 110010 111101 0 1001111 1001010 1000 101100100 1010001 111000

Color Harmonies of #EA323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA323D

Black with #EA323D

Text Example


Text Example

White with #EA323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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