Html Css Color HEX #E12932 Alizarin

📋 copy color: '#E12932'

red 225 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #E12932

Tints of Alizarin #E12932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 71.2%
G = 12.97%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E12932 (or 0xE12932) is known color: Alizarin. HEX triplet: E1, 29 and 32. RGB value is (225,41,50). Sum of RGB (Red+Green+Blue) = 225+41+50=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E12932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12932 is #1ED6CD. Grayscale: #616161. Windows color (decimal): -2021070 or 3287521. OLE color: 3287521.

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

Color convert

RGB 225 41 50 -
CMYK 0 0.82 0.78 0.12
HSL 357.07º 0.75% 0.52% -
HSV(B) 357.07º 0.82% 0.88% -
XYZ 32.42 17.82 4.75 -
YUV 97.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 225 41 50 0 0.82 0.78 0.12 357.07 0.75 0.52
Hex E1 29 32 0 52 4E C 165 4B 34
Octal 341 51 62 0 122 116 14 545 113 64
Binary 11100001 101001 110010 0 1010010 1001110 1100 101100101 1001011 110100

Color Harmonies of #E12932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12932

Black with #E12932

Text Example


Text Example

White with #E12932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12932; }

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

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

background-color css

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

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

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

border-color css

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

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

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