Html Css Color HEX #E13A41 Alizarin

📋 copy color: '#E13A41'

red 225 ◦ green 58 ◦ blue 65

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

Shades of Alizarin #E13A41

Tints of Alizarin #E13A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 64.66%
G = 16.67%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E13A41 (or 0xE13A41) is known color: Alizarin. HEX triplet: E1, 3A and 41. RGB value is (225,58,65). Sum of RGB (Red+Green+Blue) = 225+58+65=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A41 is #1EC5BE. Grayscale: #6C6C6C. Windows color (decimal): -2016703 or 4274913. OLE color: 4274913.

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

Color convert

RGB 225 58 65 -
CMYK 0 0.74 0.71 0.12
HSL 357.49º 0.74% 0.55% -
HSV(B) 357.49º 0.74% 0.88% -
XYZ 33.52 19.42 6.98 -
YUV 108.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 225 58 65 0 0.74 0.71 0.12 357.49 0.74 0.55
Hex E1 3A 41 0 4A 47 C 165 4A 37
Octal 341 72 101 0 112 107 14 545 112 67
Binary 11100001 111010 1000001 0 1001010 1000111 1100 101100101 1001010 110111

Color Harmonies of #E13A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A41

Black with #E13A41

Text Example


Text Example

White with #E13A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A41; }

 p { color: rgb(225,58,65); }

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

background-color css

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

 a { background-color: rgb(225,58,65); }

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

border-color css

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

 span { border-color: rgb(225,58,65); }

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