Html Css Color HEX #E82E2F Alizarin

📋 copy color: '#E82E2F'

red 232 ◦ green 46 ◦ blue 47

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

Shades of Alizarin #E82E2F

Tints of Alizarin #E82E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 71.38%
G = 14.15%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E82E2F (or 0xE82E2F) is known color: Alizarin. HEX triplet: E8, 2E and 2F. RGB value is (232,46,47). Sum of RGB (Red+Green+Blue) = 232+46+47=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E2F is #17D1D0. Grayscale: #656565. Windows color (decimal): -1561041 or 3092200. OLE color: 3092200.

HSL color Cylindrical-coordinate representation of color #E82E2F: hue angle of 359.68º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82E2F is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 46 47 -
CMYK 0 0.80 0.80 0.09
HSL 359.68º 0.8% 0.55% -
HSV(B) 359.68º 0.8% 0.91% -
XYZ 34.77 19.32 4.58 -
YUV 101.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 232 46 47 0 0.80 0.80 0.09 359.68 0.8 0.55
Hex E8 2E 2F 0 50 50 9 168 50 37
Octal 350 56 57 0 120 120 11 550 120 67
Binary 11101000 101110 101111 0 1010000 1010000 1001 101101000 1010000 110111

Color Harmonies of #E82E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82E2F

Black with #E82E2F

Text Example


Text Example

White with #E82E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82E2F; }

 p { color: rgb(232,46,47); }

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

background-color css

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

 a { background-color: rgb(232,46,47); }

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

border-color css

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

 span { border-color: rgb(232,46,47); }

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