Html Css Color HEX #E8202A Alizarin

📋 copy color: '#E8202A'

red 232 ◦ green 32 ◦ blue 42

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

Shades of Alizarin #E8202A

Tints of Alizarin #E8202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

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

R = 75.82%
G = 10.46%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8202A (or 0xE8202A) is known color: Alizarin. HEX triplet: E8, 20 and 2A. RGB value is (232,32,42). Sum of RGB (Red+Green+Blue) = 232+32+42=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E8202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8202A is #17DFD5. Grayscale: #5D5D5D. Windows color (decimal): -1564630 or 2760936. OLE color: 2760936.

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

Color convert

RGB 232 32 42 -
CMYK 0 0.86 0.82 0.09
HSL 357º 0.81% 0.52% -
HSV(B) 357º 0.86% 0.91% -
XYZ 34.21 18.36 3.93 -
YUV 92.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 232 32 42 0 0.86 0.82 0.09 357 0.81 0.52
Hex E8 20 2A 0 56 52 9 165 51 34
Octal 350 40 52 0 126 122 11 545 121 64
Binary 11101000 100000 101010 0 1010110 1010010 1001 101100101 1010001 110100

Color Harmonies of #E8202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8202A

Black with #E8202A

Text Example


Text Example

White with #E8202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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