Html Css Color HEX #E1313B Alizarin

📋 copy color: '#E1313B'

red 225 ◦ green 49 ◦ blue 59

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

Shades of Alizarin #E1313B

Tints of Alizarin #E1313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.72%

R = 67.57%
G = 14.71%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1313B (or 0xE1313B) is known color: Alizarin. HEX triplet: E1, 31 and 3B. RGB value is (225,49,59). Sum of RGB (Red+Green+Blue) = 225+49+59=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1313B is #1ECEC4. Grayscale: #666666. Windows color (decimal): -2019013 or 3879393. OLE color: 3879393.

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

Color convert

RGB 225 49 59 -
CMYK 0 0.78 0.74 0.12
HSL 356.59º 0.75% 0.54% -
HSV(B) 356.59º 0.78% 0.88% -
XYZ 32.94 18.52 5.98 -
YUV 102.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 225 49 59 0 0.78 0.74 0.12 356.59 0.75 0.54
Hex E1 31 3B 0 4E 4A C 165 4B 36
Octal 341 61 73 0 116 112 14 545 113 66
Binary 11100001 110001 111011 0 1001110 1001010 1100 101100101 1001011 110110

Color Harmonies of #E1313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1313B

Black with #E1313B

Text Example


Text Example

White with #E1313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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