Html Css Color HEX #E12C37 Alizarin

📋 copy color: '#E12C37'

red 225 ◦ green 44 ◦ blue 55

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

Shades of Alizarin #E12C37

Tints of Alizarin #E12C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.58%

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 69.44%
G = 13.58%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E12C37 (or 0xE12C37) is known color: Alizarin. HEX triplet: E1, 2C and 37. RGB value is (225,44,55). Sum of RGB (Red+Green+Blue) = 225+44+55=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C37 is #1ED3C8. Grayscale: #636363. Windows color (decimal): -2020297 or 3615969. OLE color: 3615969.

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

Color convert

RGB 225 44 55 -
CMYK 0 0.80 0.76 0.12
HSL 356.35º 0.75% 0.53% -
HSV(B) 356.35º 0.8% 0.88% -
XYZ 32.64 18.08 5.38 -
YUV 99.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 225 44 55 0 0.80 0.76 0.12 356.35 0.75 0.53
Hex E1 2C 37 0 50 4C C 164 4B 35
Octal 341 54 67 0 120 114 14 544 113 65
Binary 11100001 101100 110111 0 1010000 1001100 1100 101100100 1001011 110101

Color Harmonies of #E12C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C37

Black with #E12C37

Text Example


Text Example

White with #E12C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C37; }

 p { color: rgb(225,44,55); }

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

background-color css

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

 a { background-color: rgb(225,44,55); }

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

border-color css

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

 span { border-color: rgb(225,44,55); }

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