Html Css Color HEX #E2263A Alizarin

📋 copy color: '#E2263A'

red 226 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #E2263A

Tints of Alizarin #E2263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 70.19%
G = 11.8%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2263A (or 0xE2263A) is known color: Alizarin. HEX triplet: E2, 26 and 3A. RGB value is (226,38,58). Sum of RGB (Red+Green+Blue) = 226+38+58=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2263A is #1DD9C5. Grayscale: #606060. Windows color (decimal): -1956294 or 3811042. OLE color: 3811042.

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

Color convert

RGB 226 38 58 -
CMYK 0 0.83 0.74 0.11
HSL 353.62º 0.76% 0.52% -
HSV(B) 353.62º 0.83% 0.89% -
XYZ 32.82 17.86 5.72 -
YUV 96.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 226 38 58 0 0.83 0.74 0.11 353.62 0.76 0.52
Hex E2 26 3A 0 53 4A B 162 4C 34
Octal 342 46 72 0 123 112 13 542 114 64
Binary 11100010 100110 111010 0 1010011 1001010 1011 101100010 1001100 110100

Color Harmonies of #E2263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2263A

Black with #E2263A

Text Example


Text Example

White with #E2263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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