Html Css Color HEX #E82740 Alizarin

📋 copy color: '#E82740'

red 232 ◦ green 39 ◦ blue 64

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

Shades of Alizarin #E82740

Tints of Alizarin #E82740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

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

R = 69.25%
G = 11.64%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E82740 (or 0xE82740) is known color: Alizarin. HEX triplet: E8, 27 and 40. RGB value is (232,39,64). Sum of RGB (Red+Green+Blue) = 232+39+64=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E82740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82740 is #17D8BF. Grayscale: #636363. Windows color (decimal): -1562816 or 4204520. OLE color: 4204520.

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

Color convert

RGB 232 39 64 -
CMYK 0 0.83 0.72 0.09
HSL 352.23º 0.81% 0.53% -
HSV(B) 352.23º 0.83% 0.91% -
XYZ 34.93 18.98 6.67 -
YUV 99.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 232 39 64 0 0.83 0.72 0.09 352.23 0.81 0.53
Hex E8 27 40 0 53 48 9 160 51 35
Octal 350 47 100 0 123 110 11 540 121 65
Binary 11101000 100111 1000000 0 1010011 1001000 1001 101100000 1010001 110101

Color Harmonies of #E82740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82740

Black with #E82740

Text Example


Text Example

White with #E82740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82740; }

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

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

background-color css

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

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

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

border-color css

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

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

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