Html Css Color HEX #E9213C Alizarin

📋 copy color: '#E9213C'

red 233 ◦ green 33 ◦ blue 60

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

Shades of Alizarin #E9213C

Tints of Alizarin #E9213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 71.47%
G = 10.12%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E9213C (or 0xE9213C) is known color: Alizarin. HEX triplet: E9, 21 and 3C. RGB value is (233,33,60). Sum of RGB (Red+Green+Blue) = 233+33+60=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9213C is #16DEC3. Grayscale: #5F5F5F. Windows color (decimal): -1498820 or 3940841. OLE color: 3940841.

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

Color convert

RGB 233 33 60 -
CMYK 0 0.86 0.74 0.09
HSL 351.9º 0.82% 0.52% -
HSV(B) 351.9º 0.86% 0.91% -
XYZ 34.96 18.74 6.05 -
YUV 95.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 233 33 60 0 0.86 0.74 0.09 351.9 0.82 0.52
Hex E9 21 3C 0 56 4A 9 160 52 34
Octal 351 41 74 0 126 112 11 540 122 64
Binary 11101001 100001 111100 0 1010110 1001010 1001 101100000 1010010 110100

Color Harmonies of #E9213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9213C

Black with #E9213C

Text Example


Text Example

White with #E9213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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