Html Css Color HEX #EA1C2E Alizarin

📋 copy color: '#EA1C2E'

red 234 ◦ green 28 ◦ blue 46

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

Shades of Alizarin #EA1C2E

Tints of Alizarin #EA1C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

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

R = 75.97%
G = 9.09%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA1C2E (or 0xEA1C2E) is known color: Alizarin. HEX triplet: EA, 1C and 2E. RGB value is (234,28,46). Sum of RGB (Red+Green+Blue) = 234+28+46=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1C2E is #15E3D1. Grayscale: #5B5B5B. Windows color (decimal): -1434578 or 3022058. OLE color: 3022058.

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

Color convert

RGB 234 28 46 -
CMYK 0 0.88 0.80 0.08
HSL 354.76º 0.83% 0.51% -
HSV(B) 354.76º 0.88% 0.92% -
XYZ 34.84 18.52 4.32 -
YUV 91.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 234 28 46 0 0.88 0.80 0.08 354.76 0.83 0.51
Hex EA 1C 2E 0 58 50 8 163 53 33
Octal 352 34 56 0 130 120 10 543 123 63
Binary 11101010 11100 101110 0 1011000 1010000 1000 101100011 1010011 110011

Color Harmonies of #EA1C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1C2E

Black with #EA1C2E

Text Example


Text Example

White with #EA1C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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