Html Css Color HEX #EA2829 Alizarin

📋 copy color: '#EA2829'

red 234 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #EA2829

Tints of Alizarin #EA2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 74.29%
G = 12.7%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA2829 (or 0xEA2829) is known color: Alizarin. HEX triplet: EA, 28 and 29. RGB value is (234,40,41). Sum of RGB (Red+Green+Blue) = 234+40+41=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2829 is #15D7D6. Grayscale: #626262. Windows color (decimal): -1431511 or 2697450. OLE color: 2697450.

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

Color convert

RGB 234 40 41 -
CMYK 0 0.83 0.82 0.08
HSL 359.69º 0.82% 0.54% -
HSV(B) 359.69º 0.83% 0.92% -
XYZ 35.09 19.17 3.95 -
YUV 98.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 234 40 41 0 0.83 0.82 0.08 359.69 0.82 0.54
Hex EA 28 29 0 53 52 8 168 52 36
Octal 352 50 51 0 123 122 10 550 122 66
Binary 11101010 101000 101001 0 1010011 1010010 1000 101101000 1010010 110110

Color Harmonies of #EA2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2829

Black with #EA2829

Text Example


Text Example

White with #EA2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2829; }

 p { color: rgb(234,40,41); }

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

background-color css

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

 a { background-color: rgb(234,40,41); }

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

border-color css

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

 span { border-color: rgb(234,40,41); }

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