Html Css Color HEX #E8222A Alizarin

📋 copy color: '#E8222A'

red 232 ◦ green 34 ◦ blue 42

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

Shades of Alizarin #E8222A

Tints of Alizarin #E8222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

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

R = 75.32%
G = 11.04%
B = 13.64%

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

#E8222A (or 0xE8222A) is known color: Alizarin. HEX triplet: E8, 22 and 2A. RGB value is (232,34,42). Sum of RGB (Red+Green+Blue) = 232+34+42=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E8222A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8222A is #17DDD5. Grayscale: #5E5E5E. Windows color (decimal): -1564118 or 2761448. OLE color: 2761448.

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

Color convert

RGB 232 34 42 -
CMYK 0 0.85 0.82 0.09
HSL 357.58º 0.81% 0.52% -
HSV(B) 357.58º 0.85% 0.91% -
XYZ 34.27 18.47 3.95 -
YUV 94.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 232 34 42 0 0.85 0.82 0.09 357.58 0.81 0.52
Hex E8 22 2A 0 55 52 9 166 51 34
Octal 350 42 52 0 125 122 11 546 121 64
Binary 11101000 100010 101010 0 1010101 1010010 1001 101100110 1010001 110100

Color Harmonies of #E8222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8222A

Black with #E8222A

Text Example


Text Example

White with #E8222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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