Html Css Color HEX #EA1E2D Alizarin

📋 copy color: '#EA1E2D'

red 234 ◦ green 30 ◦ blue 45

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

Shades of Alizarin #EA1E2D

Tints of Alizarin #EA1E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 75.73%
G = 9.71%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA1E2D (or 0xEA1E2D) is known color: Alizarin. HEX triplet: EA, 1E and 2D. RGB value is (234,30,45). Sum of RGB (Red+Green+Blue) = 234+30+45=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E2D is #15E1D2. Grayscale: #5C5C5C. Windows color (decimal): -1434067 or 2957034. OLE color: 2957034.

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

Color convert

RGB 234 30 45 -
CMYK 0 0.87 0.81 0.08
HSL 355.59º 0.83% 0.52% -
HSV(B) 355.59º 0.87% 0.92% -
XYZ 34.87 18.61 4.24 -
YUV 92.71 101.09 228.78 -
System Red Green Blue C M Y K H S L
Decimal 234 30 45 0 0.87 0.81 0.08 355.59 0.83 0.52
Hex EA 1E 2D 0 57 51 8 164 53 34
Octal 352 36 55 0 127 121 10 544 123 64
Binary 11101010 11110 101101 0 1010111 1010001 1000 101100100 1010011 110100

Color Harmonies of #EA1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E2D

Black with #EA1E2D

Text Example


Text Example

White with #EA1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E2D; }

 p { color: rgb(234,30,45); }

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

background-color css

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

 a { background-color: rgb(234,30,45); }

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

border-color css

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

 span { border-color: rgb(234,30,45); }

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