Html Css Color HEX #E9213A Alizarin

📋 copy color: '#E9213A'

red 233 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #E9213A

Tints of Alizarin #E9213A

RGB

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

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

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

R = 71.91%
G = 10.19%
B = 17.9%

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

#E9213A (or 0xE9213A) is known color: Alizarin. HEX triplet: E9, 21 and 3A. RGB value is (233,33,58). Sum of RGB (Red+Green+Blue) = 233+33+58=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E9213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9213A is #16DEC5. Grayscale: #5F5F5F. Windows color (decimal): -1498822 or 3809769. OLE color: 3809769.

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

Color convert

RGB 233 33 58 -
CMYK 0 0.86 0.75 0.09
HSL 352.5º 0.82% 0.52% -
HSV(B) 352.5º 0.86% 0.91% -
XYZ 34.91 18.72 5.78 -
YUV 95.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 233 33 58 0 0.86 0.75 0.09 352.5 0.82 0.52
Hex E9 21 3A 0 56 4B 9 160 52 34
Octal 351 41 72 0 126 113 11 540 122 64
Binary 11101001 100001 111010 0 1010110 1001011 1001 101100000 1010010 110100

Color Harmonies of #E9213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9213A

Black with #E9213A

Text Example


Text Example

White with #E9213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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