Html Css Color HEX #E5233A Alizarin

📋 copy color: '#E5233A'

red 229 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #E5233A

Tints of Alizarin #E5233A

RGB

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

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

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

R = 71.12%
G = 10.87%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5233A (or 0xE5233A) is known color: Alizarin. HEX triplet: E5, 23 and 3A. RGB value is (229,35,58). Sum of RGB (Red+Green+Blue) = 229+35+58=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5233A is #1ADCC5. Grayscale: #5F5F5F. Windows color (decimal): -1760454 or 3810277. OLE color: 3810277.

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

Color convert

RGB 229 35 58 -
CMYK 0 0.85 0.75 0.10
HSL 352.89º 0.79% 0.52% -
HSV(B) 352.89º 0.85% 0.9% -
XYZ 33.68 18.17 5.73 -
YUV 95.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 229 35 58 0 0.85 0.75 0.10 352.89 0.79 0.52
Hex E5 23 3A 0 55 4B A 161 4F 34
Octal 345 43 72 0 125 113 12 541 117 64
Binary 11100101 100011 111010 0 1010101 1001011 1010 101100001 1001111 110100

Color Harmonies of #E5233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5233A

Black with #E5233A

Text Example


Text Example

White with #E5233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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