Html Css Color HEX #E1343D Alizarin

📋 copy color: '#E1343D'

red 225 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #E1343D

Tints of Alizarin #E1343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

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

R = 66.57%
G = 15.38%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1343D (or 0xE1343D) is known color: Alizarin. HEX triplet: E1, 34 and 3D. RGB value is (225,52,61). Sum of RGB (Red+Green+Blue) = 225+52+61=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1343D is #1ECBC2. Grayscale: #686868. Windows color (decimal): -2018243 or 4011233. OLE color: 4011233.

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

Color convert

RGB 225 52 61 -
CMYK 0 0.77 0.73 0.12
HSL 356.88º 0.74% 0.54% -
HSV(B) 356.88º 0.77% 0.88% -
XYZ 33.12 18.8 6.3 -
YUV 104.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 225 52 61 0 0.77 0.73 0.12 356.88 0.74 0.54
Hex E1 34 3D 0 4D 49 C 165 4A 36
Octal 341 64 75 0 115 111 14 545 112 66
Binary 11100001 110100 111101 0 1001101 1001001 1100 101100101 1001010 110110

Color Harmonies of #E1343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1343D

Black with #E1343D

Text Example


Text Example

White with #E1343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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