Html Css Color HEX #E3213A Alizarin

📋 copy color: '#E3213A'

red 227 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #E3213A

Tints of Alizarin #E3213A

RGB

 RED value IS 227 (89.06% from 255) = 71.38%

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

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

R = 71.38%
G = 10.38%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3213A (or 0xE3213A) is known color: Alizarin. HEX triplet: E3, 21 and 3A. RGB value is (227,33,58). Sum of RGB (Red+Green+Blue) = 227+33+58=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E3213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3213A is #1CDEC5. Grayscale: #5D5D5D. Windows color (decimal): -1892038 or 3809763. OLE color: 3809763.

HSL color Cylindrical-coordinate representation of color #E3213A: hue angle of 352.27º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3213A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 58 -
CMYK 0 0.85 0.74 0.11
HSL 352.27º 0.78% 0.51% -
HSV(B) 352.27º 0.85% 0.89% -
XYZ 32.99 17.72 5.69 -
YUV 93.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 227 33 58 0 0.85 0.74 0.11 352.27 0.78 0.51
Hex E3 21 3A 0 55 4A B 160 4E 33
Octal 343 41 72 0 125 112 13 540 116 63
Binary 11100011 100001 111010 0 1010101 1001010 1011 101100000 1001110 110011

Color Harmonies of #E3213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3213A

Black with #E3213A

Text Example


Text Example

White with #E3213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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