Html Css Color HEX #EA222D Alizarin

📋 copy color: '#EA222D'

red 234 ◦ green 34 ◦ blue 45

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

Shades of Alizarin #EA222D

Tints of Alizarin #EA222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

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

R = 74.76%
G = 10.86%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA222D (or 0xEA222D) is known color: Alizarin. HEX triplet: EA, 22 and 2D. RGB value is (234,34,45). Sum of RGB (Red+Green+Blue) = 234+34+45=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA222D is #15DDD2. Grayscale: #5F5F5F. Windows color (decimal): -1433043 or 2958058. OLE color: 2958058.

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

Color convert

RGB 234 34 45 -
CMYK 0 0.85 0.81 0.08
HSL 356.7º 0.83% 0.53% -
HSV(B) 356.7º 0.85% 0.92% -
XYZ 34.98 18.83 4.27 -
YUV 95.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 234 34 45 0 0.85 0.81 0.08 356.7 0.83 0.53
Hex EA 22 2D 0 55 51 8 165 53 35
Octal 352 42 55 0 125 121 10 545 123 65
Binary 11101010 100010 101101 0 1010101 1010001 1000 101100101 1010011 110101

Color Harmonies of #EA222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA222D

Black with #EA222D

Text Example


Text Example

White with #EA222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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