Html Css Color HEX #E32A42 Alizarin

📋 copy color: '#E32A42'

red 227 ◦ green 42 ◦ blue 66

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

Shades of Alizarin #E32A42

Tints of Alizarin #E32A42

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.54%

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

R = 67.76%
G = 12.54%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E32A42 (or 0xE32A42) is known color: Alizarin. HEX triplet: E3, 2A and 42. RGB value is (227,42,66). Sum of RGB (Red+Green+Blue) = 227+42+66=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A42 is #1CD5BD. Grayscale: #646464. Windows color (decimal): -1889726 or 4336355. OLE color: 4336355.

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

Color convert

RGB 227 42 66 -
CMYK 0 0.81 0.71 0.11
HSL 352.22º 0.77% 0.53% -
HSV(B) 352.22º 0.81% 0.89% -
XYZ 33.49 18.38 6.94 -
YUV 100.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 227 42 66 0 0.81 0.71 0.11 352.22 0.77 0.53
Hex E3 2A 42 0 51 47 B 160 4D 35
Octal 343 52 102 0 121 107 13 540 115 65
Binary 11100011 101010 1000010 0 1010001 1000111 1011 101100000 1001101 110101

Color Harmonies of #E32A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32A42

Black with #E32A42

Text Example


Text Example

White with #E32A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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