Html Css Color HEX #E13C40 Alizarin

📋 copy color: '#E13C40'

red 225 ◦ green 60 ◦ blue 64

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

Shades of Alizarin #E13C40

Tints of Alizarin #E13C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 64.47%
G = 17.19%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E13C40 (or 0xE13C40) is known color: Alizarin. HEX triplet: E1, 3C and 40. RGB value is (225,60,64). Sum of RGB (Red+Green+Blue) = 225+60+64=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C40 is #1EC3BF. Grayscale: #6D6D6D. Windows color (decimal): -2016192 or 4209889. OLE color: 4209889.

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

Color convert

RGB 225 60 64 -
CMYK 0 0.73 0.72 0.12
HSL 358.55º 0.73% 0.56% -
HSV(B) 358.55º 0.73% 0.88% -
XYZ 33.59 19.61 6.86 -
YUV 109.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 225 60 64 0 0.73 0.72 0.12 358.55 0.73 0.56
Hex E1 3C 40 0 49 48 C 167 49 38
Octal 341 74 100 0 111 110 14 547 111 70
Binary 11100001 111100 1000000 0 1001001 1001000 1100 101100111 1001001 111000

Color Harmonies of #E13C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C40

Black with #E13C40

Text Example


Text Example

White with #E13C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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