Html Css Color HEX #E2393A Alizarin

📋 copy color: '#E2393A'

red 226 ◦ green 57 ◦ blue 58

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

Shades of Alizarin #E2393A

Tints of Alizarin #E2393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 66.28%
G = 16.72%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2393A (or 0xE2393A) is known color: Alizarin. HEX triplet: E2, 39 and 3A. RGB value is (226,57,58). Sum of RGB (Red+Green+Blue) = 226+57+58=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2393A is #1DC6C5. Grayscale: #6B6B6B. Windows color (decimal): -1951430 or 3815906. OLE color: 3815906.

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

Color convert

RGB 226 57 58 -
CMYK 0 0.75 0.74 0.11
HSL 359.65º 0.74% 0.55% -
HSV(B) 359.65º 0.75% 0.89% -
XYZ 33.59 19.4 5.98 -
YUV 107.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 226 57 58 0 0.75 0.74 0.11 359.65 0.74 0.55
Hex E2 39 3A 0 4B 4A B 168 4A 37
Octal 342 71 72 0 113 112 13 550 112 67
Binary 11100010 111001 111010 0 1001011 1001010 1011 101101000 1001010 110111

Color Harmonies of #E2393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2393A

Black with #E2393A

Text Example


Text Example

White with #E2393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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