Html Css Color HEX #EA1920 Alizarin

📋 copy color: '#EA1920'

red 234 ◦ green 25 ◦ blue 32

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

Shades of Alizarin #EA1920

Tints of Alizarin #EA1920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11%

R = 80.41%
G = 8.59%
B = 11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA1920 (or 0xEA1920) is known color: Alizarin. HEX triplet: EA, 19 and 20. RGB value is (234,25,32). Sum of RGB (Red+Green+Blue) = 234+25+32=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1920 is #15E6DF. Grayscale: #585858. Windows color (decimal): -1435360 or 2103786. OLE color: 2103786.

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

Color convert

RGB 234 25 32 -
CMYK 0 0.89 0.86 0.08
HSL 357.99º 0.83% 0.51% -
HSV(B) 357.99º 0.89% 0.92% -
XYZ 34.54 18.29 3.08 -
YUV 88.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 234 25 32 0 0.89 0.86 0.08 357.99 0.83 0.51
Hex EA 19 20 0 59 56 8 166 53 33
Octal 352 31 40 0 131 126 10 546 123 63
Binary 11101010 11001 100000 0 1011001 1010110 1000 101100110 1010011 110011

Color Harmonies of #EA1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1920

Black with #EA1920

Text Example


Text Example

White with #EA1920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1920; }

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

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

background-color css

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

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

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

border-color css

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

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

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