Html Css Color HEX #E1373D Alizarin

📋 copy color: '#E1373D'

red 225 ◦ green 55 ◦ blue 61

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

Shades of Alizarin #E1373D

Tints of Alizarin #E1373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 65.98%
G = 16.13%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1373D (or 0xE1373D) is known color: Alizarin. HEX triplet: E1, 37 and 3D. RGB value is (225,55,61). Sum of RGB (Red+Green+Blue) = 225+55+61=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1373D is #1EC8C2. Grayscale: #6A6A6A. Windows color (decimal): -2017475 or 4012001. OLE color: 4012001.

HSL color Cylindrical-coordinate representation of color #E1373D: hue angle of 357.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1373D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 61 -
CMYK 0 0.76 0.73 0.12
HSL 357.88º 0.74% 0.55% -
HSV(B) 357.88º 0.76% 0.88% -
XYZ 33.26 19.08 6.34 -
YUV 106.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 225 55 61 0 0.76 0.73 0.12 357.88 0.74 0.55
Hex E1 37 3D 0 4C 49 C 166 4A 37
Octal 341 67 75 0 114 111 14 546 112 67
Binary 11100001 110111 111101 0 1001100 1001001 1100 101100110 1001010 110111

Color Harmonies of #E1373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1373D

Black with #E1373D

Text Example


Text Example

White with #E1373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1373D; }

 p { color: rgb(225,55,61); }

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

background-color css

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

 a { background-color: rgb(225,55,61); }

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

border-color css

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

 span { border-color: rgb(225,55,61); }

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