Html Css Color HEX #E2252D Alizarin

📋 copy color: '#E2252D'

red 226 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #E2252D

Tints of Alizarin #E2252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 73.38%
G = 12.01%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2252D (or 0xE2252D) is known color: Alizarin. HEX triplet: E2, 25 and 2D. RGB value is (226,37,45). Sum of RGB (Red+Green+Blue) = 226+37+45=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2252D is #1DDAD2. Grayscale: #5E5E5E. Windows color (decimal): -1956563 or 2958818. OLE color: 2958818.

HSL color Cylindrical-coordinate representation of color #E2252D: hue angle of 357.46º 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 #E2252D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 37 45 -
CMYK 0 0.84 0.80 0.11
HSL 357.46º 0.77% 0.52% -
HSV(B) 357.46º 0.84% 0.89% -
XYZ 32.5 17.68 4.18 -
YUV 94.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 226 37 45 0 0.84 0.80 0.11 357.46 0.77 0.52
Hex E2 25 2D 0 54 50 B 165 4D 34
Octal 342 45 55 0 124 120 13 545 115 64
Binary 11100010 100101 101101 0 1010100 1010000 1011 101100101 1001101 110100

Color Harmonies of #E2252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2252D

Black with #E2252D

Text Example


Text Example

White with #E2252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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