Html Css Color HEX #E5232A Alizarin

📋 copy color: '#E5232A'

red 229 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #E5232A

Tints of Alizarin #E5232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 74.84%
G = 11.44%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5232A (or 0xE5232A) is known color: Alizarin. HEX triplet: E5, 23 and 2A. RGB value is (229,35,42). Sum of RGB (Red+Green+Blue) = 229+35+42=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5232A is #1ADCD5. Grayscale: #5D5D5D. Windows color (decimal): -1760470 or 2761701. OLE color: 2761701.

HSL color Cylindrical-coordinate representation of color #E5232A: hue angle of 357.84º 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 #E5232A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 35 42 -
CMYK 0 0.85 0.82 0.10
HSL 357.84º 0.79% 0.52% -
HSV(B) 357.84º 0.85% 0.9% -
XYZ 33.33 18.03 3.91 -
YUV 93.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 229 35 42 0 0.85 0.82 0.10 357.84 0.79 0.52
Hex E5 23 2A 0 55 52 A 166 4F 34
Octal 345 43 52 0 125 122 12 546 117 64
Binary 11100101 100011 101010 0 1010101 1010010 1010 101100110 1001111 110100

Color Harmonies of #E5232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5232A

Black with #E5232A

Text Example


Text Example

White with #E5232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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