Html Css Color HEX #E13740 Alizarin

📋 copy color: '#E13740'

red 225 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #E13740

Tints of Alizarin #E13740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 65.41%
G = 15.99%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E13740 (or 0xE13740) is known color: Alizarin. HEX triplet: E1, 37 and 40. RGB value is (225,55,64). Sum of RGB (Red+Green+Blue) = 225+55+64=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E13740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13740 is #1EC8BF. Grayscale: #6A6A6A. Windows color (decimal): -2017472 or 4208609. OLE color: 4208609.

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

Color convert

RGB 225 55 64 -
CMYK 0 0.76 0.72 0.12
HSL 356.82º 0.74% 0.55% -
HSV(B) 356.82º 0.76% 0.88% -
XYZ 33.34 19.11 6.78 -
YUV 106.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 225 55 64 0 0.76 0.72 0.12 356.82 0.74 0.55
Hex E1 37 40 0 4C 48 C 165 4A 37
Octal 341 67 100 0 114 110 14 545 112 67
Binary 11100001 110111 1000000 0 1001100 1001000 1100 101100101 1001010 110111

Color Harmonies of #E13740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13740

Black with #E13740

Text Example


Text Example

White with #E13740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13740; }

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

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

background-color css

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

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

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

border-color css

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

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

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