Html Css Color HEX #E9213B Alizarin

📋 copy color: '#E9213B'

red 233 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #E9213B

Tints of Alizarin #E9213B

RGB

 RED value IS 233 (91.41% from 255) = 71.69%

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 71.69%
G = 10.15%
B = 18.15%

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

#E9213B (or 0xE9213B) is known color: Alizarin. HEX triplet: E9, 21 and 3B. RGB value is (233,33,59). Sum of RGB (Red+Green+Blue) = 233+33+59=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E9213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9213B is #16DEC4. Grayscale: #5F5F5F. Windows color (decimal): -1498821 or 3875305. OLE color: 3875305.

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

Color convert

RGB 233 33 59 -
CMYK 0 0.86 0.75 0.09
HSL 352.2º 0.82% 0.52% -
HSV(B) 352.2º 0.86% 0.91% -
XYZ 34.94 18.73 5.91 -
YUV 95.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 233 33 59 0 0.86 0.75 0.09 352.2 0.82 0.52
Hex E9 21 3B 0 56 4B 9 160 52 34
Octal 351 41 73 0 126 113 11 540 122 64
Binary 11101001 100001 111011 0 1010110 1001011 1001 101100000 1010010 110100

Color Harmonies of #E9213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9213B

Black with #E9213B

Text Example


Text Example

White with #E9213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9213B; }

 p { color: rgb(233,33,59); }

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

background-color css

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

 a { background-color: rgb(233,33,59); }

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

border-color css

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

 span { border-color: rgb(233,33,59); }

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