Html Css Color HEX #EA1E24 Alizarin

📋 copy color: '#EA1E24'

red 234 ◦ green 30 ◦ blue 36

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

Shades of Alizarin #EA1E24

Tints of Alizarin #EA1E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12%

R = 78%
G = 10%
B = 12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA1E24 (or 0xEA1E24) is known color: Alizarin. HEX triplet: EA, 1E and 24. RGB value is (234,30,36). Sum of RGB (Red+Green+Blue) = 234+30+36=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E24 is #15E1DB. Grayscale: #5B5B5B. Windows color (decimal): -1434076 or 2367210. OLE color: 2367210.

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

Color convert

RGB 234 30 36 -
CMYK 0 0.87 0.85 0.08
HSL 358.24º 0.83% 0.52% -
HSV(B) 358.24º 0.87% 0.92% -
XYZ 34.71 18.55 3.42 -
YUV 91.68 96.59 229.51 -
System Red Green Blue C M Y K H S L
Decimal 234 30 36 0 0.87 0.85 0.08 358.24 0.83 0.52
Hex EA 1E 24 0 57 55 8 166 53 34
Octal 352 36 44 0 127 125 10 546 123 64
Binary 11101010 11110 100100 0 1010111 1010101 1000 101100110 1010011 110100

Color Harmonies of #EA1E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E24

Black with #EA1E24

Text Example


Text Example

White with #EA1E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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