Html Css Color HEX #EA212A Alizarin

📋 copy color: '#EA212A'

red 234 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #EA212A

Tints of Alizarin #EA212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 75.73%
G = 10.68%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA212A (or 0xEA212A) is known color: Alizarin. HEX triplet: EA, 21 and 2A. RGB value is (234,33,42). Sum of RGB (Red+Green+Blue) = 234+33+42=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA212A is #15DED5. Grayscale: #5E5E5E. Windows color (decimal): -1433302 or 2761194. OLE color: 2761194.

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

Color convert

RGB 234 33 42 -
CMYK 0 0.86 0.82 0.08
HSL 357.31º 0.83% 0.52% -
HSV(B) 357.31º 0.86% 0.92% -
XYZ 34.89 18.75 3.97 -
YUV 94.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 234 33 42 0 0.86 0.82 0.08 357.31 0.83 0.52
Hex EA 21 2A 0 56 52 8 165 53 34
Octal 352 41 52 0 126 122 10 545 123 64
Binary 11101010 100001 101010 0 1010110 1010010 1000 101100101 1010011 110100

Color Harmonies of #EA212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA212A

Black with #EA212A

Text Example


Text Example

White with #EA212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA212A; }

 p { color: rgb(234,33,42); }

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

background-color css

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

 a { background-color: rgb(234,33,42); }

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

border-color css

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

 span { border-color: rgb(234,33,42); }

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