Html Css Color HEX #E9212F Alizarin

📋 copy color: '#E9212F'

red 233 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #E9212F

Tints of Alizarin #E9212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 74.44%
G = 10.54%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E9212F (or 0xE9212F) is known color: Alizarin. HEX triplet: E9, 21 and 2F. RGB value is (233,33,47). Sum of RGB (Red+Green+Blue) = 233+33+47=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9212F is #16DED0. Grayscale: #5E5E5E. Windows color (decimal): -1498833 or 3088873. OLE color: 3088873.

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

Color convert

RGB 233 33 47 -
CMYK 0 0.86 0.80 0.09
HSL 355.8º 0.82% 0.52% -
HSV(B) 355.8º 0.86% 0.91% -
XYZ 34.66 18.62 4.46 -
YUV 94.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 233 33 47 0 0.86 0.80 0.09 355.8 0.82 0.52
Hex E9 21 2F 0 56 50 9 164 52 34
Octal 351 41 57 0 126 120 11 544 122 64
Binary 11101001 100001 101111 0 1010110 1010000 1001 101100100 1010010 110100

Color Harmonies of #E9212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9212F

Black with #E9212F

Text Example


Text Example

White with #E9212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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