Html Css Color HEX #E82442 Alizarin

📋 copy color: '#E82442'

red 232 ◦ green 36 ◦ blue 66

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

Shades of Alizarin #E82442

Tints of Alizarin #E82442

RGB

 RED value IS 232 (91.02% from 255) = 69.46%

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

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

R = 69.46%
G = 10.78%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E82442 (or 0xE82442) is known color: Alizarin. HEX triplet: E8, 24 and 42. RGB value is (232,36,66). Sum of RGB (Red+Green+Blue) = 232+36+66=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E82442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82442 is #17DBBD. Grayscale: #626262. Windows color (decimal): -1563582 or 4334824. OLE color: 4334824.

HSL color Cylindrical-coordinate representation of color #E82442: hue angle of 350.82º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82442 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 36 66 -
CMYK 0 0.84 0.72 0.09
HSL 350.82º 0.81% 0.53% -
HSV(B) 350.82º 0.84% 0.91% -
XYZ 34.89 18.81 6.95 -
YUV 98.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 232 36 66 0 0.84 0.72 0.09 350.82 0.81 0.53
Hex E8 24 42 0 54 48 9 15F 51 35
Octal 350 44 102 0 124 110 11 537 121 65
Binary 11101000 100100 1000010 0 1010100 1001000 1001 101011111 1010001 110101

Color Harmonies of #E82442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82442

Black with #E82442

Text Example


Text Example

White with #E82442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82442; }

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

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

background-color css

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

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

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

border-color css

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

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

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