Html Css Color HEX #E2162B Alizarin

📋 copy color: '#E2162B'

red 226 ◦ green 22 ◦ blue 43

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

Shades of Alizarin #E2162B

Tints of Alizarin #E2162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 77.66%
G = 7.56%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2162B (or 0xE2162B) is known color: Alizarin. HEX triplet: E2, 16 and 2B. RGB value is (226,22,43). Sum of RGB (Red+Green+Blue) = 226+22+43=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2162B is #1DE9D4. Grayscale: #555555. Windows color (decimal): -1960405 or 2823906. OLE color: 2823906.

HSL color Cylindrical-coordinate representation of color #E2162B: hue angle of 353.82º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2162B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 43 -
CMYK 0 0.90 0.81 0.11
HSL 353.82º 0.82% 0.49% -
HSV(B) 353.82º 0.9% 0.89% -
XYZ 32.09 16.92 3.86 -
YUV 85.39 104.09 228.29 -
System Red Green Blue C M Y K H S L
Decimal 226 22 43 0 0.90 0.81 0.11 353.82 0.82 0.49
Hex E2 16 2B 0 5A 51 B 162 52 31
Octal 342 26 53 0 132 121 13 542 122 61
Binary 11100010 10110 101011 0 1011010 1010001 1011 101100010 1010010 110001

Color Harmonies of #E2162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2162B

Black with #E2162B

Text Example


Text Example

White with #E2162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2162B; }

 p { color: rgb(226,22,43); }

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

background-color css

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

 a { background-color: rgb(226,22,43); }

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

border-color css

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

 span { border-color: rgb(226,22,43); }

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