Html Css Color HEX #E12731 Alizarin

📋 copy color: '#E12731'

red 225 ◦ green 39 ◦ blue 49

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

Shades of Alizarin #E12731

Tints of Alizarin #E12731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 71.88%
G = 12.46%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E12731 (or 0xE12731) is known color: Alizarin. HEX triplet: E1, 27 and 31. RGB value is (225,39,49). Sum of RGB (Red+Green+Blue) = 225+39+49=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E12731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12731 is #1ED8CE. Grayscale: #5F5F5F. Windows color (decimal): -2021583 or 3221473. OLE color: 3221473.

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

Color convert

RGB 225 39 49 -
CMYK 0 0.83 0.78 0.12
HSL 356.77º 0.76% 0.52% -
HSV(B) 356.77º 0.83% 0.88% -
XYZ 32.33 17.68 4.61 -
YUV 95.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 225 39 49 0 0.83 0.78 0.12 356.77 0.76 0.52
Hex E1 27 31 0 53 4E C 165 4C 34
Octal 341 47 61 0 123 116 14 545 114 64
Binary 11100001 100111 110001 0 1010011 1001110 1100 101100101 1001100 110100

Color Harmonies of #E12731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12731

Black with #E12731

Text Example


Text Example

White with #E12731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12731; }

 p { color: rgb(225,39,49); }

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

background-color css

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

 a { background-color: rgb(225,39,49); }

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

border-color css

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

 span { border-color: rgb(225,39,49); }

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