Html Css Color HEX #EA272F Alizarin

📋 copy color: '#EA272F'

red 234 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #EA272F

Tints of Alizarin #EA272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 73.13%
G = 12.19%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA272F (or 0xEA272F) is known color: Alizarin. HEX triplet: EA, 27 and 2F. RGB value is (234,39,47). Sum of RGB (Red+Green+Blue) = 234+39+47=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA272F is #15D8D0. Grayscale: #626262. Windows color (decimal): -1431761 or 3090410. OLE color: 3090410.

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

Color convert

RGB 234 39 47 -
CMYK 0 0.83 0.80 0.08
HSL 357.54º 0.82% 0.54% -
HSV(B) 357.54º 0.83% 0.92% -
XYZ 35.17 19.15 4.53 -
YUV 98.22 99.1 224.85 -
System Red Green Blue C M Y K H S L
Decimal 234 39 47 0 0.83 0.80 0.08 357.54 0.82 0.54
Hex EA 27 2F 0 53 50 8 166 52 36
Octal 352 47 57 0 123 120 10 546 122 66
Binary 11101010 100111 101111 0 1010011 1010000 1000 101100110 1010010 110110

Color Harmonies of #EA272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA272F

Black with #EA272F

Text Example


Text Example

White with #EA272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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