Html Css Color HEX #E2343B Alizarin

📋 copy color: '#E2343B'

red 226 ◦ green 52 ◦ blue 59

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

Shades of Alizarin #E2343B

Tints of Alizarin #E2343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 67.06%
G = 15.43%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2343B (or 0xE2343B) is known color: Alizarin. HEX triplet: E2, 34 and 3B. RGB value is (226,52,59). Sum of RGB (Red+Green+Blue) = 226+52+59=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2343B is #1DCBC4. Grayscale: #686868. Windows color (decimal): -1952709 or 3880162. OLE color: 3880162.

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

Color convert

RGB 226 52 59 -
CMYK 0 0.77 0.74 0.11
HSL 357.59º 0.75% 0.55% -
HSV(B) 357.59º 0.77% 0.89% -
XYZ 33.38 18.94 6.03 -
YUV 104.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 226 52 59 0 0.77 0.74 0.11 357.59 0.75 0.55
Hex E2 34 3B 0 4D 4A B 166 4B 37
Octal 342 64 73 0 115 112 13 546 113 67
Binary 11100010 110100 111011 0 1001101 1001010 1011 101100110 1001011 110111

Color Harmonies of #E2343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2343B

Black with #E2343B

Text Example


Text Example

White with #E2343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2343B; }

 p { color: rgb(226,52,59); }

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

background-color css

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

 a { background-color: rgb(226,52,59); }

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

border-color css

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

 span { border-color: rgb(226,52,59); }

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