Html Css Color HEX #EA373B Alizarin

📋 copy color: '#EA373B'

red 234 ◦ green 55 ◦ blue 59

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

Shades of Alizarin #EA373B

Tints of Alizarin #EA373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 67.24%
G = 15.8%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA373B (or 0xEA373B) is known color: Alizarin. HEX triplet: EA, 37 and 3B. RGB value is (234,55,59). Sum of RGB (Red+Green+Blue) = 234+55+59=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA373B is #15C8C4. Grayscale: #6D6D6D. Windows color (decimal): -1427653 or 3880938. OLE color: 3880938.

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

Color convert

RGB 234 55 59 -
CMYK 0 0.76 0.75 0.08
HSL 358.66º 0.81% 0.57% -
HSV(B) 358.66º 0.76% 0.92% -
XYZ 36.09 20.54 6.2 -
YUV 108.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 234 55 59 0 0.76 0.75 0.08 358.66 0.81 0.57
Hex EA 37 3B 0 4C 4B 8 167 51 39
Octal 352 67 73 0 114 113 10 547 121 71
Binary 11101010 110111 111011 0 1001100 1001011 1000 101100111 1010001 111001

Color Harmonies of #EA373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA373B

Black with #EA373B

Text Example


Text Example

White with #EA373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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