Html Css Color HEX #EA272C Alizarin

📋 copy color: '#EA272C'

red 234 ◦ green 39 ◦ blue 44

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

Shades of Alizarin #EA272C

Tints of Alizarin #EA272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 73.82%
G = 12.3%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA272C (or 0xEA272C) is known color: Alizarin. HEX triplet: EA, 27 and 2C. RGB value is (234,39,44). Sum of RGB (Red+Green+Blue) = 234+39+44=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA272C is #15D8D3. Grayscale: #626262. Windows color (decimal): -1431764 or 2893802. OLE color: 2893802.

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

Color convert

RGB 234 39 44 -
CMYK 0 0.83 0.81 0.08
HSL 358.46º 0.82% 0.54% -
HSV(B) 358.46º 0.83% 0.92% -
XYZ 35.11 19.13 4.22 -
YUV 97.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 234 39 44 0 0.83 0.81 0.08 358.46 0.82 0.54
Hex EA 27 2C 0 53 51 8 166 52 36
Octal 352 47 54 0 123 121 10 546 122 66
Binary 11101010 100111 101100 0 1010011 1010001 1000 101100110 1010010 110110

Color Harmonies of #EA272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA272C

Black with #EA272C

Text Example


Text Example

White with #EA272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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