Html Css Color HEX #E13342 Alizarin

📋 copy color: '#E13342'

red 225 ◦ green 51 ◦ blue 66

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

Shades of Alizarin #E13342

Tints of Alizarin #E13342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 65.79%
G = 14.91%
B = 19.3%

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

#E13342 (or 0xE13342) is known color: Alizarin. HEX triplet: E1, 33 and 42. RGB value is (225,51,66). Sum of RGB (Red+Green+Blue) = 225+51+66=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E13342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13342 is #1ECCBD. Grayscale: #686868. Windows color (decimal): -2018494 or 4338657. OLE color: 4338657.

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

Color convert

RGB 225 51 66 -
CMYK 0 0.77 0.71 0.12
HSL 354.83º 0.74% 0.54% -
HSV(B) 354.83º 0.77% 0.88% -
XYZ 33.22 18.77 7.03 -
YUV 104.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 225 51 66 0 0.77 0.71 0.12 354.83 0.74 0.54
Hex E1 33 42 0 4D 47 C 163 4A 36
Octal 341 63 102 0 115 107 14 543 112 66
Binary 11100001 110011 1000010 0 1001101 1000111 1100 101100011 1001010 110110

Color Harmonies of #E13342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13342

Black with #E13342

Text Example


Text Example

White with #E13342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13342; }

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

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

background-color css

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

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

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

border-color css

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

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

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