Html Css Color HEX #E22A3A Alizarin

📋 copy color: '#E22A3A'

red 226 ◦ green 42 ◦ blue 58

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

Shades of Alizarin #E22A3A

Tints of Alizarin #E22A3A

RGB

 RED value IS 226 (88.67% from 255) = 69.33%

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 69.33%
G = 12.88%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E22A3A (or 0xE22A3A) is known color: Alizarin. HEX triplet: E2, 2A and 3A. RGB value is (226,42,58). Sum of RGB (Red+Green+Blue) = 226+42+58=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E22A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22A3A is #1DD5C5. Grayscale: #626262. Windows color (decimal): -1955270 or 3812066. OLE color: 3812066.

HSL color Cylindrical-coordinate representation of color #E22A3A: hue angle of 354.78º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22A3A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 42 58 -
CMYK 0 0.81 0.74 0.11
HSL 354.78º 0.76% 0.53% -
HSV(B) 354.78º 0.81% 0.89% -
XYZ 32.96 18.13 5.77 -
YUV 98.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 226 42 58 0 0.81 0.74 0.11 354.78 0.76 0.53
Hex E2 2A 3A 0 51 4A B 163 4C 35
Octal 342 52 72 0 121 112 13 543 114 65
Binary 11100010 101010 111010 0 1010001 1001010 1011 101100011 1001100 110101

Color Harmonies of #E22A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22A3A

Black with #E22A3A

Text Example


Text Example

White with #E22A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22A3A; }

 p { color: rgb(226,42,58); }

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

background-color css

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

 a { background-color: rgb(226,42,58); }

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

border-color css

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

 span { border-color: rgb(226,42,58); }

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