Html Css Color HEX #EA3136 Alizarin

📋 copy color: '#EA3136'

red 234 ◦ green 49 ◦ blue 54

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

Shades of Alizarin #EA3136

Tints of Alizarin #EA3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 69.44%
G = 14.54%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA3136 (or 0xEA3136) is known color: Alizarin. HEX triplet: EA, 31 and 36. RGB value is (234,49,54). Sum of RGB (Red+Green+Blue) = 234+49+54=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3136 is #15CEC9. Grayscale: #696969. Windows color (decimal): -1429194 or 3551722. OLE color: 3551722.

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

Color convert

RGB 234 49 54 -
CMYK 0 0.79 0.77 0.08
HSL 358.38º 0.81% 0.55% -
HSV(B) 358.38º 0.79% 0.92% -
XYZ 35.7 19.96 5.46 -
YUV 104.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 234 49 54 0 0.79 0.77 0.08 358.38 0.81 0.55
Hex EA 31 36 0 4F 4D 8 166 51 37
Octal 352 61 66 0 117 115 10 546 121 67
Binary 11101010 110001 110110 0 1001111 1001101 1000 101100110 1010001 110111

Color Harmonies of #EA3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3136

Black with #EA3136

Text Example


Text Example

White with #EA3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3136; }

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

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

background-color css

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

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

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

border-color css

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

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

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