Html Css Color HEX #E8213A Alizarin

📋 copy color: '#E8213A'

red 232 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #E8213A

Tints of Alizarin #E8213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 71.83%
G = 10.22%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8213A (or 0xE8213A) is known color: Alizarin. HEX triplet: E8, 21 and 3A. RGB value is (232,33,58). Sum of RGB (Red+Green+Blue) = 232+33+58=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E8213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8213A is #17DEC5. Grayscale: #5F5F5F. Windows color (decimal): -1564358 or 3809768. OLE color: 3809768.

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

Color convert

RGB 232 33 58 -
CMYK 0 0.86 0.75 0.09
HSL 352.46º 0.81% 0.52% -
HSV(B) 352.46º 0.86% 0.91% -
XYZ 34.59 18.55 5.76 -
YUV 95.35 106.93 225.47 -
System Red Green Blue C M Y K H S L
Decimal 232 33 58 0 0.86 0.75 0.09 352.46 0.81 0.52
Hex E8 21 3A 0 56 4B 9 160 51 34
Octal 350 41 72 0 126 113 11 540 121 64
Binary 11101000 100001 111010 0 1010110 1001011 1001 101100000 1010001 110100

Color Harmonies of #E8213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8213A

Black with #E8213A

Text Example


Text Example

White with #E8213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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