Html Css Color HEX #E9212B Alizarin

📋 copy color: '#E9212B'

red 233 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #E9212B

Tints of Alizarin #E9212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 75.4%
G = 10.68%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9212B (or 0xE9212B) is known color: Alizarin. HEX triplet: E9, 21 and 2B. RGB value is (233,33,43). Sum of RGB (Red+Green+Blue) = 233+33+43=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E9212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9212B is #16DED4. Grayscale: #5E5E5E. Windows color (decimal): -1498837 or 2826729. OLE color: 2826729.

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

Color convert

RGB 233 33 43 -
CMYK 0 0.86 0.82 0.09
HSL 357º 0.82% 0.52% -
HSV(B) 357º 0.86% 0.91% -
XYZ 34.58 18.59 4.05 -
YUV 93.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 233 33 43 0 0.86 0.82 0.09 357 0.82 0.52
Hex E9 21 2B 0 56 52 9 165 52 34
Octal 351 41 53 0 126 122 11 545 122 64
Binary 11101001 100001 101011 0 1010110 1010010 1001 101100101 1010010 110100

Color Harmonies of #E9212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9212B

Black with #E9212B

Text Example


Text Example

White with #E9212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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