Html Css Color HEX #E32942 Alizarin

📋 copy color: '#E32942'

red 227 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #E32942

Tints of Alizarin #E32942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 67.96%
G = 12.28%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E32942 (or 0xE32942) is known color: Alizarin. HEX triplet: E3, 29 and 42. RGB value is (227,41,66). Sum of RGB (Red+Green+Blue) = 227+41+66=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E32942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32942 is #1CD6BD. Grayscale: #636363. Windows color (decimal): -1889982 or 4336099. OLE color: 4336099.

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

Color convert

RGB 227 41 66 -
CMYK 0 0.82 0.71 0.11
HSL 351.94º 0.77% 0.53% -
HSV(B) 351.94º 0.82% 0.89% -
XYZ 33.45 18.31 6.93 -
YUV 99.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 227 41 66 0 0.82 0.71 0.11 351.94 0.77 0.53
Hex E3 29 42 0 52 47 B 160 4D 35
Octal 343 51 102 0 122 107 13 540 115 65
Binary 11100011 101001 1000010 0 1010010 1000111 1011 101100000 1001101 110101

Color Harmonies of #E32942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32942

Black with #E32942

Text Example


Text Example

White with #E32942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32942; }

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

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

background-color css

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

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

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

border-color css

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

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

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