Html Css Color HEX #E82130 Alizarin

📋 copy color: '#E82130'

red 232 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #E82130

Tints of Alizarin #E82130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

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

R = 74.12%
G = 10.54%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E82130 (or 0xE82130) is known color: Alizarin. HEX triplet: E8, 21 and 30. RGB value is (232,33,48). Sum of RGB (Red+Green+Blue) = 232+33+48=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E82130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82130 is #17DECF. Grayscale: #5E5E5E. Windows color (decimal): -1564368 or 3154408. OLE color: 3154408.

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

Color convert

RGB 232 33 48 -
CMYK 0 0.86 0.79 0.09
HSL 355.48º 0.81% 0.52% -
HSV(B) 355.48º 0.86% 0.91% -
XYZ 34.36 18.46 4.55 -
YUV 94.21 101.93 226.28 -
System Red Green Blue C M Y K H S L
Decimal 232 33 48 0 0.86 0.79 0.09 355.48 0.81 0.52
Hex E8 21 30 0 56 4F 9 163 51 34
Octal 350 41 60 0 126 117 11 543 121 64
Binary 11101000 100001 110000 0 1010110 1001111 1001 101100011 1010001 110100

Color Harmonies of #E82130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82130

Black with #E82130

Text Example


Text Example

White with #E82130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82130; }

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

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

background-color css

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

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

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

border-color css

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

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

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