Html Css Color HEX #E12629 Alizarin

📋 copy color: '#E12629'

red 225 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #E12629

Tints of Alizarin #E12629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 74.01%
G = 12.5%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E12629 (or 0xE12629) is known color: Alizarin. HEX triplet: E1, 26 and 29. RGB value is (225,38,41). Sum of RGB (Red+Green+Blue) = 225+38+41=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E12629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12629 is #1ED9D6. Grayscale: #5E5E5E. Windows color (decimal): -2021847 or 2696929. OLE color: 2696929.

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

Color convert

RGB 225 38 41 -
CMYK 0 0.83 0.82 0.12
HSL 359.04º 0.76% 0.52% -
HSV(B) 359.04º 0.83% 0.88% -
XYZ 32.14 17.55 3.79 -
YUV 94.26 97.95 221.26 -
System Red Green Blue C M Y K H S L
Decimal 225 38 41 0 0.83 0.82 0.12 359.04 0.76 0.52
Hex E1 26 29 0 53 52 C 167 4C 34
Octal 341 46 51 0 123 122 14 547 114 64
Binary 11100001 100110 101001 0 1010011 1010010 1100 101100111 1001100 110100

Color Harmonies of #E12629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12629

Black with #E12629

Text Example


Text Example

White with #E12629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12629; }

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

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

background-color css

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

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

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

border-color css

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

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

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