Html Css Color HEX #EA2125 Alizarin

📋 copy color: '#EA2125'

red 234 ◦ green 33 ◦ blue 37

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

Shades of Alizarin #EA2125

Tints of Alizarin #EA2125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 76.97%
G = 10.86%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA2125 (or 0xEA2125) is known color: Alizarin. HEX triplet: EA, 21 and 25. RGB value is (234,33,37). Sum of RGB (Red+Green+Blue) = 234+33+37=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2125 is #15DEDA. Grayscale: #5D5D5D. Windows color (decimal): -1433307 or 2433514. OLE color: 2433514.

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

Color convert

RGB 234 33 37 -
CMYK 0 0.86 0.84 0.08
HSL 358.81º 0.83% 0.52% -
HSV(B) 358.81º 0.86% 0.92% -
XYZ 34.81 18.71 3.53 -
YUV 93.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 234 33 37 0 0.86 0.84 0.08 358.81 0.83 0.52
Hex EA 21 25 0 56 54 8 167 53 34
Octal 352 41 45 0 126 124 10 547 123 64
Binary 11101010 100001 100101 0 1010110 1010100 1000 101100111 1010011 110100

Color Harmonies of #EA2125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2125

Black with #EA2125

Text Example


Text Example

White with #EA2125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2125; }

 p { color: rgb(234,33,37); }

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

background-color css

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

 a { background-color: rgb(234,33,37); }

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

border-color css

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

 span { border-color: rgb(234,33,37); }

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