Html Css Color HEX #E13B41 Alizarin

📋 copy color: '#E13B41'

red 225 ◦ green 59 ◦ blue 65

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

Shades of Alizarin #E13B41

Tints of Alizarin #E13B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.91%

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

R = 64.47%
G = 16.91%
B = 18.62%

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

#E13B41 (or 0xE13B41) is known color: Alizarin. HEX triplet: E1, 3B and 41. RGB value is (225,59,65). Sum of RGB (Red+Green+Blue) = 225+59+65=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B41 is #1EC4BE. Grayscale: #6D6D6D. Windows color (decimal): -2016447 or 4275169. OLE color: 4275169.

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

Color convert

RGB 225 59 65 -
CMYK 0 0.74 0.71 0.12
HSL 357.83º 0.73% 0.56% -
HSV(B) 357.83º 0.74% 0.88% -
XYZ 33.57 19.52 7 -
YUV 109.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 225 59 65 0 0.74 0.71 0.12 357.83 0.73 0.56
Hex E1 3B 41 0 4A 47 C 166 49 38
Octal 341 73 101 0 112 107 14 546 111 70
Binary 11100001 111011 1000001 0 1001010 1000111 1100 101100110 1001001 111000

Color Harmonies of #E13B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13B41

Black with #E13B41

Text Example


Text Example

White with #E13B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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