Html Css Color HEX #E5232D Alizarin

📋 copy color: '#E5232D'

red 229 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #E5232D

Tints of Alizarin #E5232D

RGB

 RED value IS 229 (89.84% from 255) = 74.11%

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

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

R = 74.11%
G = 11.33%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5232D (or 0xE5232D) is known color: Alizarin. HEX triplet: E5, 23 and 2D. RGB value is (229,35,45). Sum of RGB (Red+Green+Blue) = 229+35+45=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5232D is #1ADCD2. Grayscale: #5E5E5E. Windows color (decimal): -1760467 or 2958309. OLE color: 2958309.

HSL color Cylindrical-coordinate representation of color #E5232D: hue angle of 356.91º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5232D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 35 45 -
CMYK 0 0.85 0.80 0.10
HSL 356.91º 0.79% 0.52% -
HSV(B) 356.91º 0.85% 0.9% -
XYZ 33.39 18.05 4.21 -
YUV 94.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 229 35 45 0 0.85 0.80 0.10 356.91 0.79 0.52
Hex E5 23 2D 0 55 50 A 165 4F 34
Octal 345 43 55 0 125 120 12 545 117 64
Binary 11100101 100011 101101 0 1010101 1010000 1010 101100101 1001111 110100

Color Harmonies of #E5232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5232D

Black with #E5232D

Text Example


Text Example

White with #E5232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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