Html Css Color HEX #E8232A Alizarin

📋 copy color: '#E8232A'

red 232 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #E8232A

Tints of Alizarin #E8232A

RGB

 RED value IS 232 (91.02% from 255) = 75.08%

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

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

R = 75.08%
G = 11.33%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8232A (or 0xE8232A) is known color: Alizarin. HEX triplet: E8, 23 and 2A. RGB value is (232,35,42). Sum of RGB (Red+Green+Blue) = 232+35+42=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8232A is #17DCD5. Grayscale: #5E5E5E. Windows color (decimal): -1563862 or 2761704. OLE color: 2761704.

HSL color Cylindrical-coordinate representation of color #E8232A: hue angle of 357.87º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8232A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 35 42 -
CMYK 0 0.85 0.82 0.09
HSL 357.87º 0.81% 0.52% -
HSV(B) 357.87º 0.85% 0.91% -
XYZ 34.3 18.53 3.96 -
YUV 94.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 232 35 42 0 0.85 0.82 0.09 357.87 0.81 0.52
Hex E8 23 2A 0 55 52 9 166 51 34
Octal 350 43 52 0 125 122 11 546 121 64
Binary 11101000 100011 101010 0 1010101 1010010 1001 101100110 1010001 110100

Color Harmonies of #E8232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8232A

Black with #E8232A

Text Example


Text Example

White with #E8232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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