Html Css Color HEX #E12A41 Alizarin

📋 copy color: '#E12A41'

red 225 ◦ green 42 ◦ blue 65

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

Shades of Alizarin #E12A41

Tints of Alizarin #E12A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 67.77%
G = 12.65%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12A41 (or 0xE12A41) is known color: Alizarin. HEX triplet: E1, 2A and 41. RGB value is (225,42,65). Sum of RGB (Red+Green+Blue) = 225+42+65=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A41 is #1ED5BE. Grayscale: #636363. Windows color (decimal): -2020799 or 4270817. OLE color: 4270817.

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

Color convert

RGB 225 42 65 -
CMYK 0 0.81 0.71 0.12
HSL 352.46º 0.75% 0.52% -
HSV(B) 352.46º 0.81% 0.88% -
XYZ 32.83 18.05 6.75 -
YUV 99.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 225 42 65 0 0.81 0.71 0.12 352.46 0.75 0.52
Hex E1 2A 41 0 51 47 C 160 4B 34
Octal 341 52 101 0 121 107 14 540 113 64
Binary 11100001 101010 1000001 0 1010001 1000111 1100 101100000 1001011 110100

Color Harmonies of #E12A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A41

Black with #E12A41

Text Example


Text Example

White with #E12A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A41; }

 p { color: rgb(225,42,65); }

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

background-color css

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

 a { background-color: rgb(225,42,65); }

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

border-color css

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

 span { border-color: rgb(225,42,65); }

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