Html Css Color HEX #E12D41 Alizarin

📋 copy color: '#E12D41'

red 225 ◦ green 45 ◦ blue 65

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

Shades of Alizarin #E12D41

Tints of Alizarin #E12D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

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

R = 67.16%
G = 13.43%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12D41 (or 0xE12D41) is known color: Alizarin. HEX triplet: E1, 2D and 41. RGB value is (225,45,65). Sum of RGB (Red+Green+Blue) = 225+45+65=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D41 is #1ED2BE. Grayscale: #656565. Windows color (decimal): -2020031 or 4271585. OLE color: 4271585.

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

Color convert

RGB 225 45 65 -
CMYK 0 0.8 0.71 0.12
HSL 353.33º 0.75% 0.53% -
HSV(B) 353.33º 0.8% 0.88% -
XYZ 32.94 18.27 6.79 -
YUV 101.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 225 45 65 0 0.8 0.71 0.12 353.33 0.75 0.53
Hex E1 2D 41 0 50 47 C 161 4B 35
Octal 341 55 101 0 120 107 14 541 113 65
Binary 11100001 101101 1000001 0 1010000 1000111 1100 101100001 1001011 110101

Color Harmonies of #E12D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D41

Black with #E12D41

Text Example


Text Example

White with #E12D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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