Html Css Color HEX #E9213D Alizarin

📋 copy color: '#E9213D'

red 233 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #E9213D

Tints of Alizarin #E9213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 71.25%
G = 10.09%
B = 18.65%

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

#E9213D (or 0xE9213D) is known color: Alizarin. HEX triplet: E9, 21 and 3D. RGB value is (233,33,61). Sum of RGB (Red+Green+Blue) = 233+33+61=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9213D is #16DEC2. Grayscale: #606060. Windows color (decimal): -1498819 or 4006377. OLE color: 4006377.

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

Color convert

RGB 233 33 61 -
CMYK 0 0.86 0.74 0.09
HSL 351.6º 0.82% 0.52% -
HSV(B) 351.6º 0.86% 0.91% -
XYZ 34.99 18.75 6.19 -
YUV 95.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 233 33 61 0 0.86 0.74 0.09 351.6 0.82 0.52
Hex E9 21 3D 0 56 4A 9 160 52 34
Octal 351 41 75 0 126 112 11 540 122 64
Binary 11101001 100001 111101 0 1010110 1001010 1001 101100000 1010010 110100

Color Harmonies of #E9213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9213D

Black with #E9213D

Text Example


Text Example

White with #E9213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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