Html Css Color HEX #EA2627 Alizarin

📋 copy color: '#EA2627'

red 234 ◦ green 38 ◦ blue 39

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

Shades of Alizarin #EA2627

Tints of Alizarin #EA2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 75.24%
G = 12.22%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2627 (or 0xEA2627) is known color: Alizarin. HEX triplet: EA, 26 and 27. RGB value is (234,38,39). Sum of RGB (Red+Green+Blue) = 234+38+39=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2627 is #15D9D8. Grayscale: #606060. Windows color (decimal): -1432025 or 2565866. OLE color: 2565866.

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

Color convert

RGB 234 38 39 -
CMYK 0 0.84 0.83 0.08
HSL 359.69º 0.82% 0.53% -
HSV(B) 359.69º 0.84% 0.92% -
XYZ 34.99 19.03 3.75 -
YUV 96.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 234 38 39 0 0.84 0.83 0.08 359.69 0.82 0.53
Hex EA 26 27 0 54 53 8 168 52 35
Octal 352 46 47 0 124 123 10 550 122 65
Binary 11101010 100110 100111 0 1010100 1010011 1000 101101000 1010010 110101

Color Harmonies of #EA2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2627

Black with #EA2627

Text Example


Text Example

White with #EA2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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