Html Css Color HEX #EA1E2B Alizarin

📋 copy color: '#EA1E2B'

red 234 ◦ green 30 ◦ blue 43

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

Shades of Alizarin #EA1E2B

Tints of Alizarin #EA1E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 76.22%
G = 9.77%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA1E2B (or 0xEA1E2B) is known color: Alizarin. HEX triplet: EA, 1E and 2B. RGB value is (234,30,43). Sum of RGB (Red+Green+Blue) = 234+30+43=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E2B is #15E1D4. Grayscale: #5C5C5C. Windows color (decimal): -1434069 or 2825962. OLE color: 2825962.

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

Color convert

RGB 234 30 43 -
CMYK 0 0.87 0.82 0.08
HSL 356.18º 0.83% 0.52% -
HSV(B) 356.18º 0.87% 0.92% -
XYZ 34.83 18.6 4.04 -
YUV 92.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 234 30 43 0 0.87 0.82 0.08 356.18 0.83 0.52
Hex EA 1E 2B 0 57 52 8 164 53 34
Octal 352 36 53 0 127 122 10 544 123 64
Binary 11101010 11110 101011 0 1010111 1010010 1000 101100100 1010011 110100

Color Harmonies of #EA1E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E2B

Black with #EA1E2B

Text Example


Text Example

White with #EA1E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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