Html Css Color HEX #E13341 Alizarin

📋 copy color: '#E13341'

red 225 ◦ green 51 ◦ blue 65

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

Shades of Alizarin #E13341

Tints of Alizarin #E13341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

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

R = 65.98%
G = 14.96%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E13341 (or 0xE13341) is known color: Alizarin. HEX triplet: E1, 33 and 41. RGB value is (225,51,65). Sum of RGB (Red+Green+Blue) = 225+51+65=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E13341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13341 is #1ECCBE. Grayscale: #686868. Windows color (decimal): -2018495 or 4273121. OLE color: 4273121.

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

Color convert

RGB 225 51 65 -
CMYK 0 0.77 0.71 0.12
HSL 355.17º 0.74% 0.54% -
HSV(B) 355.17º 0.77% 0.88% -
XYZ 33.19 18.76 6.87 -
YUV 104.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 225 51 65 0 0.77 0.71 0.12 355.17 0.74 0.54
Hex E1 33 41 0 4D 47 C 163 4A 36
Octal 341 63 101 0 115 107 14 543 112 66
Binary 11100001 110011 1000001 0 1001101 1000111 1100 101100011 1001010 110110

Color Harmonies of #E13341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13341

Black with #E13341

Text Example


Text Example

White with #E13341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13341; }

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

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

background-color css

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

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

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

border-color css

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

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

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