Html Css Color HEX #E13141 Alizarin

📋 copy color: '#E13141'

red 225 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #E13141

Tints of Alizarin #E13141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 66.37%
G = 14.45%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E13141 (or 0xE13141) is known color: Alizarin. HEX triplet: E1, 31 and 41. RGB value is (225,49,65). Sum of RGB (Red+Green+Blue) = 225+49+65=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E13141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13141 is #1ECEBE. Grayscale: #676767. Windows color (decimal): -2019007 or 4272609. OLE color: 4272609.

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

Color convert

RGB 225 49 65 -
CMYK 0 0.78 0.71 0.12
HSL 354.55º 0.75% 0.54% -
HSV(B) 354.55º 0.78% 0.88% -
XYZ 33.1 18.59 6.84 -
YUV 103.45 106.31 214.7 -
System Red Green Blue C M Y K H S L
Decimal 225 49 65 0 0.78 0.71 0.12 354.55 0.75 0.54
Hex E1 31 41 0 4E 47 C 163 4B 36
Octal 341 61 101 0 116 107 14 543 113 66
Binary 11100001 110001 1000001 0 1001110 1000111 1100 101100011 1001011 110110

Color Harmonies of #E13141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13141

Black with #E13141

Text Example


Text Example

White with #E13141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13141; }

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

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

background-color css

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

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

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

border-color css

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

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

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