Html Css Color HEX #E82A42 Alizarin

📋 copy color: '#E82A42'

red 232 ◦ green 42 ◦ blue 66

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

Shades of Alizarin #E82A42

Tints of Alizarin #E82A42

RGB

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

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

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

R = 68.24%
G = 12.35%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E82A42 (or 0xE82A42) is known color: Alizarin. HEX triplet: E8, 2A and 42. RGB value is (232,42,66). Sum of RGB (Red+Green+Blue) = 232+42+66=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82A42 is #17D5BD. Grayscale: #656565. Windows color (decimal): -1562046 or 4336360. OLE color: 4336360.

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

Color convert

RGB 232 42 66 -
CMYK 0 0.82 0.72 0.09
HSL 352.42º 0.81% 0.54% -
HSV(B) 352.42º 0.82% 0.91% -
XYZ 35.09 19.21 7.01 -
YUV 101.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 232 42 66 0 0.82 0.72 0.09 352.42 0.81 0.54
Hex E8 2A 42 0 52 48 9 160 51 36
Octal 350 52 102 0 122 110 11 540 121 66
Binary 11101000 101010 1000010 0 1010010 1001000 1001 101100000 1010001 110110

Color Harmonies of #E82A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A42

Black with #E82A42

Text Example


Text Example

White with #E82A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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