Html Css Color HEX #E9213F Alizarin

📋 copy color: '#E9213F'

red 233 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #E9213F

Tints of Alizarin #E9213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 70.82%
G = 10.03%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E9213F (or 0xE9213F) is known color: Alizarin. HEX triplet: E9, 21 and 3F. RGB value is (233,33,63). Sum of RGB (Red+Green+Blue) = 233+33+63=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9213F is #16DEC0. Grayscale: #606060. Windows color (decimal): -1498817 or 4137449. OLE color: 4137449.

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

Color convert

RGB 233 33 63 -
CMYK 0 0.86 0.73 0.09
HSL 351º 0.82% 0.52% -
HSV(B) 351º 0.86% 0.91% -
XYZ 35.05 18.77 6.48 -
YUV 96.22 109.26 225.56 -
System Red Green Blue C M Y K H S L
Decimal 233 33 63 0 0.86 0.73 0.09 351 0.82 0.52
Hex E9 21 3F 0 56 49 9 15F 52 34
Octal 351 41 77 0 126 111 11 537 122 64
Binary 11101001 100001 111111 0 1010110 1001001 1001 101011111 1010010 110100

Color Harmonies of #E9213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9213F

Black with #E9213F

Text Example


Text Example

White with #E9213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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