Html Css Color HEX #E2233A Alizarin

📋 copy color: '#E2233A'

red 226 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #E2233A

Tints of Alizarin #E2233A

RGB

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

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

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

R = 70.85%
G = 10.97%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2233A (or 0xE2233A) is known color: Alizarin. HEX triplet: E2, 23 and 3A. RGB value is (226,35,58). Sum of RGB (Red+Green+Blue) = 226+35+58=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E2233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2233A is #1DDCC5. Grayscale: #5E5E5E. Windows color (decimal): -1957062 or 3810274. OLE color: 3810274.

HSL color Cylindrical-coordinate representation of color #E2233A: hue angle of 352.77º 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 #E2233A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 35 58 -
CMYK 0 0.85 0.74 0.11
HSL 352.77º 0.77% 0.51% -
HSV(B) 352.77º 0.85% 0.89% -
XYZ 32.73 17.68 5.69 -
YUV 94.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 226 35 58 0 0.85 0.74 0.11 352.77 0.77 0.51
Hex E2 23 3A 0 55 4A B 161 4D 33
Octal 342 43 72 0 125 112 13 541 115 63
Binary 11100010 100011 111010 0 1010101 1001010 1011 101100001 1001101 110011

Color Harmonies of #E2233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2233A

Black with #E2233A

Text Example


Text Example

White with #E2233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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