Html Css Color HEX #EA1720 Alizarin

📋 copy color: '#EA1720'

red 234 ◦ green 23 ◦ blue 32

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

Shades of Alizarin #EA1720

Tints of Alizarin #EA1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

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

R = 80.97%
G = 7.96%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA1720 (or 0xEA1720) is known color: Alizarin. HEX triplet: EA, 17 and 20. RGB value is (234,23,32). Sum of RGB (Red+Green+Blue) = 234+23+32=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1720 is #15E8DF. Grayscale: #575757. Windows color (decimal): -1435872 or 2103274. OLE color: 2103274.

HSL color Cylindrical-coordinate representation of color #EA1720: hue angle of 357.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1720 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 32 -
CMYK 0 0.90 0.86 0.08
HSL 357.44º 0.83% 0.5% -
HSV(B) 357.44º 0.9% 0.92% -
XYZ 34.5 18.21 3.06 -
YUV 87.12 96.9 232.77 -
System Red Green Blue C M Y K H S L
Decimal 234 23 32 0 0.90 0.86 0.08 357.44 0.83 0.5
Hex EA 17 20 0 5A 56 8 165 53 32
Octal 352 27 40 0 132 126 10 545 123 62
Binary 11101010 10111 100000 0 1011010 1010110 1000 101100101 1010011 110010

Color Harmonies of #EA1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1720

Black with #EA1720

Text Example


Text Example

White with #EA1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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