Html Css Color HEX #E12126 Alizarin

📋 copy color: '#E12126'

red 225 ◦ green 33 ◦ blue 38

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

Shades of Alizarin #E12126

Tints of Alizarin #E12126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 76.01%
G = 11.15%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E12126 (or 0xE12126) is known color: Alizarin. HEX triplet: E1, 21 and 26. RGB value is (225,33,38). Sum of RGB (Red+Green+Blue) = 225+33+38=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E12126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12126 is #1EDED9. Grayscale: #5B5B5B. Windows color (decimal): -2023130 or 2499041. OLE color: 2499041.

HSL color Cylindrical-coordinate representation of color #E12126: hue angle of 358.44º 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 #E12126 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 38 -
CMYK 0 0.85 0.83 0.12
HSL 358.44º 0.76% 0.51% -
HSV(B) 358.44º 0.85% 0.88% -
XYZ 31.95 17.24 3.48 -
YUV 90.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 225 33 38 0 0.85 0.83 0.12 358.44 0.76 0.51
Hex E1 21 26 0 55 53 C 166 4C 33
Octal 341 41 46 0 125 123 14 546 114 63
Binary 11100001 100001 100110 0 1010101 1010011 1100 101100110 1001100 110011

Color Harmonies of #E12126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12126

Black with #E12126

Text Example


Text Example

White with #E12126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12126; }

 p { color: rgb(225,33,38); }

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

background-color css

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

 a { background-color: rgb(225,33,38); }

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

border-color css

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

 span { border-color: rgb(225,33,38); }

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