Html Css Color HEX #E12741 Alizarin

📋 copy color: '#E12741'

red 225 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #E12741

Tints of Alizarin #E12741

RGB

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

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

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

R = 68.39%
G = 11.85%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12741 (or 0xE12741) is known color: Alizarin. HEX triplet: E1, 27 and 41. RGB value is (225,39,65). Sum of RGB (Red+Green+Blue) = 225+39+65=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E12741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12741 is #1ED8BE. Grayscale: #616161. Windows color (decimal): -2021567 or 4270049. OLE color: 4270049.

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

Color convert

RGB 225 39 65 -
CMYK 0 0.83 0.71 0.12
HSL 351.61º 0.76% 0.52% -
HSV(B) 351.61º 0.83% 0.88% -
XYZ 32.73 17.84 6.72 -
YUV 97.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 225 39 65 0 0.83 0.71 0.12 351.61 0.76 0.52
Hex E1 27 41 0 53 47 C 160 4C 34
Octal 341 47 101 0 123 107 14 540 114 64
Binary 11100001 100111 1000001 0 1010011 1000111 1100 101100000 1001100 110100

Color Harmonies of #E12741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12741

Black with #E12741

Text Example


Text Example

White with #E12741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12741; }

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

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

background-color css

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

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

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

border-color css

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

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

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