Html Css Color HEX #E2242B Alizarin

📋 copy color: '#E2242B'

red 226 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #E2242B

Tints of Alizarin #E2242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 74.1%
G = 11.8%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2242B (or 0xE2242B) is known color: Alizarin. HEX triplet: E2, 24 and 2B. RGB value is (226,36,43). Sum of RGB (Red+Green+Blue) = 226+36+43=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2242B is #1DDBD4. Grayscale: #5D5D5D. Windows color (decimal): -1956821 or 2827490. OLE color: 2827490.

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

Color convert

RGB 226 36 43 -
CMYK 0 0.84 0.81 0.11
HSL 357.79º 0.77% 0.51% -
HSV(B) 357.79º 0.84% 0.89% -
XYZ 32.43 17.6 3.97 -
YUV 93.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 226 36 43 0 0.84 0.81 0.11 357.79 0.77 0.51
Hex E2 24 2B 0 54 51 B 166 4D 33
Octal 342 44 53 0 124 121 13 546 115 63
Binary 11100010 100100 101011 0 1010100 1010001 1011 101100110 1001101 110011

Color Harmonies of #E2242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2242B

Black with #E2242B

Text Example


Text Example

White with #E2242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2242B; }

 p { color: rgb(226,36,43); }

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

background-color css

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

 a { background-color: rgb(226,36,43); }

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

border-color css

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

 span { border-color: rgb(226,36,43); }

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