Html Css Color HEX #E82940 Alizarin

📋 copy color: '#E82940'

red 232 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #E82940

Tints of Alizarin #E82940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 68.84%
G = 12.17%
B = 18.99%

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

#E82940 (or 0xE82940) is known color: Alizarin. HEX triplet: E8, 29 and 40. RGB value is (232,41,64). Sum of RGB (Red+Green+Blue) = 232+41+64=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82940 is #17D6BF. Grayscale: #646464. Windows color (decimal): -1562304 or 4205032. OLE color: 4205032.

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

Color convert

RGB 232 41 64 -
CMYK 0 0.82 0.72 0.09
HSL 352.77º 0.81% 0.54% -
HSV(B) 352.77º 0.82% 0.91% -
XYZ 35 19.11 6.69 -
YUV 100.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 232 41 64 0 0.82 0.72 0.09 352.77 0.81 0.54
Hex E8 29 40 0 52 48 9 161 51 36
Octal 350 51 100 0 122 110 11 541 121 66
Binary 11101000 101001 1000000 0 1010010 1001000 1001 101100001 1010001 110110

Color Harmonies of #E82940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82940

Black with #E82940

Text Example


Text Example

White with #E82940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82940; }

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

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

background-color css

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

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

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

border-color css

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

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

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