Html Css Color HEX #E32442 Alizarin

📋 copy color: '#E32442'

red 227 ◦ green 36 ◦ blue 66

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

Shades of Alizarin #E32442

Tints of Alizarin #E32442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

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

R = 69%
G = 10.94%
B = 20.06%

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

#E32442 (or 0xE32442) is known color: Alizarin. HEX triplet: E3, 24 and 42. RGB value is (227,36,66). Sum of RGB (Red+Green+Blue) = 227+36+66=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E32442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32442 is #1CDBBD. Grayscale: #606060. Windows color (decimal): -1891262 or 4334819. OLE color: 4334819.

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

Color convert

RGB 227 36 66 -
CMYK 0 0.84 0.71 0.11
HSL 350.58º 0.77% 0.52% -
HSV(B) 350.58º 0.84% 0.89% -
XYZ 33.29 17.99 6.87 -
YUV 96.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 227 36 66 0 0.84 0.71 0.11 350.58 0.77 0.52
Hex E3 24 42 0 54 47 B 15F 4D 34
Octal 343 44 102 0 124 107 13 537 115 64
Binary 11100011 100100 1000010 0 1010100 1000111 1011 101011111 1001101 110100

Color Harmonies of #E32442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32442

Black with #E32442

Text Example


Text Example

White with #E32442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32442; }

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

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

background-color css

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

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

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

border-color css

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

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

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