Html Css Color HEX #EA272E Alizarin

📋 copy color: '#EA272E'

red 234 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #EA272E

Tints of Alizarin #EA272E

RGB

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

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

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

R = 73.35%
G = 12.23%
B = 14.42%

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

#EA272E (or 0xEA272E) is known color: Alizarin. HEX triplet: EA, 27 and 2E. RGB value is (234,39,46). Sum of RGB (Red+Green+Blue) = 234+39+46=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA272E is #15D8D1. Grayscale: #626262. Windows color (decimal): -1431762 or 3024874. OLE color: 3024874.

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

Color convert

RGB 234 39 46 -
CMYK 0 0.83 0.80 0.08
HSL 357.85º 0.82% 0.54% -
HSV(B) 357.85º 0.83% 0.92% -
XYZ 35.15 19.14 4.43 -
YUV 98.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 234 39 46 0 0.83 0.80 0.08 357.85 0.82 0.54
Hex EA 27 2E 0 53 50 8 166 52 36
Octal 352 47 56 0 123 120 10 546 122 66
Binary 11101010 100111 101110 0 1010011 1010000 1000 101100110 1010010 110110

Color Harmonies of #EA272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA272E

Black with #EA272E

Text Example


Text Example

White with #EA272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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