Html Css Color HEX #E2252A Alizarin

📋 copy color: '#E2252A'

red 226 ◦ green 37 ◦ blue 42

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

Shades of Alizarin #E2252A

Tints of Alizarin #E2252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 74.1%
G = 12.13%
B = 13.77%

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

#E2252A (or 0xE2252A) is known color: Alizarin. HEX triplet: E2, 25 and 2A. RGB value is (226,37,42). Sum of RGB (Red+Green+Blue) = 226+37+42=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2252A is #1DDAD5. Grayscale: #5E5E5E. Windows color (decimal): -1956566 or 2762210. OLE color: 2762210.

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

Color convert

RGB 226 37 42 -
CMYK 0 0.84 0.81 0.11
HSL 358.41º 0.77% 0.52% -
HSV(B) 358.41º 0.84% 0.89% -
XYZ 32.44 17.66 3.89 -
YUV 94.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 226 37 42 0 0.84 0.81 0.11 358.41 0.77 0.52
Hex E2 25 2A 0 54 51 B 166 4D 34
Octal 342 45 52 0 124 121 13 546 115 64
Binary 11100010 100101 101010 0 1010100 1010001 1011 101100110 1001101 110100

Color Harmonies of #E2252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2252A

Black with #E2252A

Text Example


Text Example

White with #E2252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2252A; }

 p { color: rgb(226,37,42); }

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

background-color css

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

 a { background-color: rgb(226,37,42); }

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

border-color css

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

 span { border-color: rgb(226,37,42); }

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