Html Css Color HEX #E2232D Alizarin

📋 copy color: '#E2232D'

red 226 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #E2232D

Tints of Alizarin #E2232D

RGB

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

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

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

R = 73.86%
G = 11.44%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2232D (or 0xE2232D) is known color: Alizarin. HEX triplet: E2, 23 and 2D. RGB value is (226,35,45). Sum of RGB (Red+Green+Blue) = 226+35+45=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2232D is #1DDCD2. Grayscale: #5D5D5D. Windows color (decimal): -1957075 or 2958306. OLE color: 2958306.

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

Color convert

RGB 226 35 45 -
CMYK 0 0.85 0.80 0.11
HSL 356.86º 0.77% 0.51% -
HSV(B) 356.86º 0.85% 0.89% -
XYZ 32.44 17.56 4.16 -
YUV 93.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 226 35 45 0 0.85 0.80 0.11 356.86 0.77 0.51
Hex E2 23 2D 0 55 50 B 165 4D 33
Octal 342 43 55 0 125 120 13 545 115 63
Binary 11100010 100011 101101 0 1010101 1010000 1011 101100101 1001101 110011

Color Harmonies of #E2232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2232D

Black with #E2232D

Text Example


Text Example

White with #E2232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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