Html Css Color HEX #E2232B Alizarin

📋 copy color: '#E2232B'

red 226 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #E2232B

Tints of Alizarin #E2232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 74.34%
G = 11.51%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2232B (or 0xE2232B) is known color: Alizarin. HEX triplet: E2, 23 and 2B. RGB value is (226,35,43). Sum of RGB (Red+Green+Blue) = 226+35+43=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2232B is #1DDCD4. Grayscale: #5D5D5D. Windows color (decimal): -1957077 or 2827234. OLE color: 2827234.

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

Color convert

RGB 226 35 43 -
CMYK 0 0.85 0.81 0.11
HSL 357.49º 0.77% 0.51% -
HSV(B) 357.49º 0.85% 0.89% -
XYZ 32.4 17.55 3.96 -
YUV 93.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 226 35 43 0 0.85 0.81 0.11 357.49 0.77 0.51
Hex E2 23 2B 0 55 51 B 165 4D 33
Octal 342 43 53 0 125 121 13 545 115 63
Binary 11100010 100011 101011 0 1010101 1010001 1011 101100101 1001101 110011

Color Harmonies of #E2232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2232B

Black with #E2232B

Text Example


Text Example

White with #E2232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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