Html Css Color HEX #E82942 Alizarin

📋 copy color: '#E82942'

red 232 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #E82942

Tints of Alizarin #E82942

RGB

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

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

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

R = 68.44%
G = 12.09%
B = 19.47%

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

#E82942 (or 0xE82942) is known color: Alizarin. HEX triplet: E8, 29 and 42. RGB value is (232,41,66). Sum of RGB (Red+Green+Blue) = 232+41+66=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E82942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82942 is #17D6BD. Grayscale: #656565. Windows color (decimal): -1562302 or 4336104. OLE color: 4336104.

HSL color Cylindrical-coordinate representation of color #E82942: hue angle of 352.15º 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 #E82942 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 41 66 -
CMYK 0 0.82 0.72 0.09
HSL 352.15º 0.81% 0.54% -
HSV(B) 352.15º 0.82% 0.91% -
XYZ 35.06 19.14 7 -
YUV 100.96 108.28 221.47 -
System Red Green Blue C M Y K H S L
Decimal 232 41 66 0 0.82 0.72 0.09 352.15 0.81 0.54
Hex E8 29 42 0 52 48 9 160 51 36
Octal 350 51 102 0 122 110 11 540 121 66
Binary 11101000 101001 1000010 0 1010010 1001000 1001 101100000 1010001 110110

Color Harmonies of #E82942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82942

Black with #E82942

Text Example


Text Example

White with #E82942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82942; }

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

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

background-color css

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

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

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

border-color css

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

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

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