Html Css Color HEX #E32542 Alizarin

📋 copy color: '#E32542'

red 227 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #E32542

Tints of Alizarin #E32542

RGB

 RED value IS 227 (89.06% from 255) = 68.79%

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 68.79%
G = 11.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E32542 (or 0xE32542) is known color: Alizarin. HEX triplet: E3, 25 and 42. RGB value is (227,37,66). Sum of RGB (Red+Green+Blue) = 227+37+66=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E32542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32542 is #1CDABD. Grayscale: #616161. Windows color (decimal): -1891006 or 4335075. OLE color: 4335075.

HSL color Cylindrical-coordinate representation of color #E32542: hue angle of 350.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32542 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 66 -
CMYK 0 0.84 0.71 0.11
HSL 350.84º 0.77% 0.52% -
HSV(B) 350.84º 0.84% 0.89% -
XYZ 33.32 18.05 6.88 -
YUV 97.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 227 37 66 0 0.84 0.71 0.11 350.84 0.77 0.52
Hex E3 25 42 0 54 47 B 15F 4D 34
Octal 343 45 102 0 124 107 13 537 115 64
Binary 11100011 100101 1000010 0 1010100 1000111 1011 101011111 1001101 110100

Color Harmonies of #E32542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32542

Black with #E32542

Text Example


Text Example

White with #E32542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32542; }

 p { color: rgb(227,37,66); }

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

background-color css

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

 a { background-color: rgb(227,37,66); }

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

border-color css

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

 span { border-color: rgb(227,37,66); }

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