Html Css Color HEX #E3232D Alizarin

📋 copy color: '#E3232D'

red 227 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #E3232D

Tints of Alizarin #E3232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 73.94%
G = 11.4%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3232D (or 0xE3232D) is known color: Alizarin. HEX triplet: E3, 23 and 2D. RGB value is (227,35,45). Sum of RGB (Red+Green+Blue) = 227+35+45=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E3232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3232D is #1CDCD2. Grayscale: #5D5D5D. Windows color (decimal): -1891539 or 2958307. OLE color: 2958307.

HSL color Cylindrical-coordinate representation of color #E3232D: hue angle of 356.88º degrees, saturation: 0.77, 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 #E3232D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 35 45 -
CMYK 0 0.85 0.80 0.11
HSL 356.88º 0.77% 0.51% -
HSV(B) 356.88º 0.85% 0.89% -
XYZ 32.75 17.72 4.18 -
YUV 93.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 227 35 45 0 0.85 0.80 0.11 356.88 0.77 0.51
Hex E3 23 2D 0 55 50 B 165 4D 33
Octal 343 43 55 0 125 120 13 545 115 63
Binary 11100011 100011 101101 0 1010101 1010000 1011 101100101 1001101 110011

Color Harmonies of #E3232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3232D

Black with #E3232D

Text Example


Text Example

White with #E3232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3232D; }

 p { color: rgb(227,35,45); }

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

background-color css

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

 a { background-color: rgb(227,35,45); }

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

border-color css

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

 span { border-color: rgb(227,35,45); }

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