Html Css Color HEX #E12538 Alizarin

📋 copy color: '#E12538'

red 225 ◦ green 37 ◦ blue 56

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

Shades of Alizarin #E12538

Tints of Alizarin #E12538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 70.75%
G = 11.64%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E12538 (or 0xE12538) is known color: Alizarin. HEX triplet: E1, 25 and 38. RGB value is (225,37,56). Sum of RGB (Red+Green+Blue) = 225+37+56=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E12538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12538 is #1EDAC7. Grayscale: #5F5F5F. Windows color (decimal): -2022088 or 3679713. OLE color: 3679713.

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

Color convert

RGB 225 37 56 -
CMYK 0 0.84 0.75 0.12
HSL 353.94º 0.76% 0.51% -
HSV(B) 353.94º 0.84% 0.88% -
XYZ 32.43 17.62 5.43 -
YUV 95.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 225 37 56 0 0.84 0.75 0.12 353.94 0.76 0.51
Hex E1 25 38 0 54 4B C 162 4C 33
Octal 341 45 70 0 124 113 14 542 114 63
Binary 11100001 100101 111000 0 1010100 1001011 1100 101100010 1001100 110011

Color Harmonies of #E12538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12538

Black with #E12538

Text Example


Text Example

White with #E12538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12538; }

 p { color: rgb(225,37,56); }

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

background-color css

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

 a { background-color: rgb(225,37,56); }

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

border-color css

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

 span { border-color: rgb(225,37,56); }

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