Html Css Color HEX #E82230 Alizarin

📋 copy color: '#E82230'

red 232 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #E82230

Tints of Alizarin #E82230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

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

R = 73.89%
G = 10.83%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E82230 (or 0xE82230) is known color: Alizarin. HEX triplet: E8, 22 and 30. RGB value is (232,34,48). Sum of RGB (Red+Green+Blue) = 232+34+48=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E82230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82230 is #17DDCF. Grayscale: #5E5E5E. Windows color (decimal): -1564112 or 3154664. OLE color: 3154664.

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

Color convert

RGB 232 34 48 -
CMYK 0 0.85 0.79 0.09
HSL 355.76º 0.81% 0.52% -
HSV(B) 355.76º 0.85% 0.91% -
XYZ 34.38 18.51 4.56 -
YUV 94.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 232 34 48 0 0.85 0.79 0.09 355.76 0.81 0.52
Hex E8 22 30 0 55 4F 9 164 51 34
Octal 350 42 60 0 125 117 11 544 121 64
Binary 11101000 100010 110000 0 1010101 1001111 1001 101100100 1010001 110100

Color Harmonies of #E82230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82230

Black with #E82230

Text Example


Text Example

White with #E82230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82230; }

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

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

background-color css

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

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

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

border-color css

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

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

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