Html Css Color HEX #EA2021 Alizarin

📋 copy color: '#EA2021'

red 234 ◦ green 32 ◦ blue 33

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

Shades of Alizarin #EA2021

Tints of Alizarin #EA2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 78.26%
G = 10.7%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA2021 (or 0xEA2021) is known color: Alizarin. HEX triplet: EA, 20 and 21. RGB value is (234,32,33). Sum of RGB (Red+Green+Blue) = 234+32+33=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2021 is #15DFDE. Grayscale: #5C5C5C. Windows color (decimal): -1433567 or 2171114. OLE color: 2171114.

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

Color convert

RGB 234 32 33 -
CMYK 0 0.86 0.86 0.08
HSL 359.7º 0.83% 0.52% -
HSV(B) 359.7º 0.86% 0.92% -
XYZ 34.72 18.64 3.21 -
YUV 92.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 234 32 33 0 0.86 0.86 0.08 359.7 0.83 0.52
Hex EA 20 21 0 56 56 8 168 53 34
Octal 352 40 41 0 126 126 10 550 123 64
Binary 11101010 100000 100001 0 1010110 1010110 1000 101101000 1010011 110100

Color Harmonies of #EA2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2021

Black with #EA2021

Text Example


Text Example

White with #EA2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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