Html Css Color HEX #EA192F Alizarin

📋 copy color: '#EA192F'

red 234 ◦ green 25 ◦ blue 47

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

Shades of Alizarin #EA192F

Tints of Alizarin #EA192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 76.47%
G = 8.17%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA192F (or 0xEA192F) is known color: Alizarin. HEX triplet: EA, 19 and 2F. RGB value is (234,25,47). Sum of RGB (Red+Green+Blue) = 234+25+47=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA192F is #15E6D0. Grayscale: #5A5A5A. Windows color (decimal): -1435345 or 3086826. OLE color: 3086826.

HSL color Cylindrical-coordinate representation of color #EA192F: hue angle of 353.68º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA192F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 47 -
CMYK 0 0.89 0.80 0.08
HSL 353.68º 0.83% 0.51% -
HSV(B) 353.68º 0.89% 0.92% -
XYZ 34.79 18.39 4.41 -
YUV 90 103.74 230.71 -
System Red Green Blue C M Y K H S L
Decimal 234 25 47 0 0.89 0.80 0.08 353.68 0.83 0.51
Hex EA 19 2F 0 59 50 8 162 53 33
Octal 352 31 57 0 131 120 10 542 123 63
Binary 11101010 11001 101111 0 1011001 1010000 1000 101100010 1010011 110011

Color Harmonies of #EA192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA192F

Black with #EA192F

Text Example


Text Example

White with #EA192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA192F; }

 p { color: rgb(234,25,47); }

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

background-color css

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

 a { background-color: rgb(234,25,47); }

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

border-color css

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

 span { border-color: rgb(234,25,47); }

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