Html Css Color HEX #EA1726 Alizarin

📋 copy color: '#EA1726'

red 234 ◦ green 23 ◦ blue 38

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

Shades of Alizarin #EA1726

Tints of Alizarin #EA1726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 79.32%
G = 7.8%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA1726 (or 0xEA1726) is known color: Alizarin. HEX triplet: EA, 17 and 26. RGB value is (234,23,38). Sum of RGB (Red+Green+Blue) = 234+23+38=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1726 is #15E8D9. Grayscale: #575757. Windows color (decimal): -1435866 or 2496490. OLE color: 2496490.

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

Color convert

RGB 234 23 38 -
CMYK 0 0.90 0.84 0.08
HSL 355.73º 0.83% 0.5% -
HSV(B) 355.73º 0.9% 0.92% -
XYZ 34.59 18.25 3.53 -
YUV 87.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 234 23 38 0 0.90 0.84 0.08 355.73 0.83 0.5
Hex EA 17 26 0 5A 54 8 164 53 32
Octal 352 27 46 0 132 124 10 544 123 62
Binary 11101010 10111 100110 0 1011010 1010100 1000 101100100 1010011 110010

Color Harmonies of #EA1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1726

Black with #EA1726

Text Example


Text Example

White with #EA1726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1726; }

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

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

background-color css

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

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

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

border-color css

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

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

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