Html Css Color HEX #E82930 Alizarin

📋 copy color: '#E82930'

red 232 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #E82930

Tints of Alizarin #E82930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 72.27%
G = 12.77%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E82930 (or 0xE82930) is known color: Alizarin. HEX triplet: E8, 29 and 30. RGB value is (232,41,48). Sum of RGB (Red+Green+Blue) = 232+41+48=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E82930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82930 is #17D6CF. Grayscale: #636363. Windows color (decimal): -1562320 or 3156456. OLE color: 3156456.

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

Color convert

RGB 232 41 48 -
CMYK 0 0.82 0.79 0.09
HSL 357.8º 0.81% 0.54% -
HSV(B) 357.8º 0.82% 0.91% -
XYZ 34.61 18.96 4.63 -
YUV 98.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 232 41 48 0 0.82 0.79 0.09 357.8 0.81 0.54
Hex E8 29 30 0 52 4F 9 166 51 36
Octal 350 51 60 0 122 117 11 546 121 66
Binary 11101000 101001 110000 0 1010010 1001111 1001 101100110 1010001 110110

Color Harmonies of #E82930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82930

Black with #E82930

Text Example


Text Example

White with #E82930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82930; }

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

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

background-color css

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

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

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

border-color css

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

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

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