Html Css Color HEX #E12228 Alizarin

📋 copy color: '#E12228'

red 225 ◦ green 34 ◦ blue 40

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

Shades of Alizarin #E12228

Tints of Alizarin #E12228

RGB

 RED value IS 225 (88.28% from 255) = 75.25%

 GREEN value IS 34 (13.67% from 255) = 11.37%

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 75.25%
G = 11.37%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E12228 (or 0xE12228) is known color: Alizarin. HEX triplet: E1, 22 and 28. RGB value is (225,34,40). Sum of RGB (Red+Green+Blue) = 225+34+40=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E12228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12228 is #1EDDD7. Grayscale: #5B5B5B. Windows color (decimal): -2022872 or 2630369. OLE color: 2630369.

HSL color Cylindrical-coordinate representation of color #E12228: hue angle of 358.12º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12228 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 40 -
CMYK 0 0.85 0.82 0.12
HSL 358.12º 0.76% 0.51% -
HSV(B) 358.12º 0.85% 0.88% -
XYZ 32.01 17.3 3.66 -
YUV 91.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 225 34 40 0 0.85 0.82 0.12 358.12 0.76 0.51
Hex E1 22 28 0 55 52 C 166 4C 33
Octal 341 42 50 0 125 122 14 546 114 63
Binary 11100001 100010 101000 0 1010101 1010010 1100 101100110 1001100 110011

Color Harmonies of #E12228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12228

Black with #E12228

Text Example


Text Example

White with #E12228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12228; }

 p { color: rgb(225,34,40); }

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

background-color css

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

 a { background-color: rgb(225,34,40); }

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

border-color css

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

 span { border-color: rgb(225,34,40); }

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