Html Css Color HEX #EA292E Alizarin

📋 copy color: '#EA292E'

red 234 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #EA292E

Tints of Alizarin #EA292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 72.9%
G = 12.77%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA292E (or 0xEA292E) is known color: Alizarin. HEX triplet: EA, 29 and 2E. RGB value is (234,41,46). Sum of RGB (Red+Green+Blue) = 234+41+46=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA292E is #15D6D1. Grayscale: #636363. Windows color (decimal): -1431250 or 3025386. OLE color: 3025386.

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

Color convert

RGB 234 41 46 -
CMYK 0 0.82 0.80 0.08
HSL 358.45º 0.82% 0.54% -
HSV(B) 358.45º 0.82% 0.92% -
XYZ 35.22 19.28 4.45 -
YUV 99.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 234 41 46 0 0.82 0.80 0.08 358.45 0.82 0.54
Hex EA 29 2E 0 52 50 8 166 52 36
Octal 352 51 56 0 122 120 10 546 122 66
Binary 11101010 101001 101110 0 1010010 1010000 1000 101100110 1010010 110110

Color Harmonies of #EA292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA292E

Black with #EA292E

Text Example


Text Example

White with #EA292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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