Html Css Color HEX #E9162A Alizarin

📋 copy color: '#E9162A'

red 233 ◦ green 22 ◦ blue 42

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

Shades of Alizarin #E9162A

Tints of Alizarin #E9162A

RGB

 RED value IS 233 (91.41% from 255) = 78.45%

 GREEN value IS 22 (8.98% from 255) = 7.41%

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

R = 78.45%
G = 7.41%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9162A (or 0xE9162A) is known color: Alizarin. HEX triplet: E9, 16 and 2A. RGB value is (233,22,42). Sum of RGB (Red+Green+Blue) = 233+22+42=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9162A is #16E9D5. Grayscale: #575757. Windows color (decimal): -1501654 or 2758377. OLE color: 2758377.

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

Color convert

RGB 233 22 42 -
CMYK 0 0.91 0.82 0.09
HSL 354.31º 0.83% 0.5% -
HSV(B) 354.31º 0.91% 0.91% -
XYZ 34.31 18.06 3.87 -
YUV 87.37 102.4 231.87 -
System Red Green Blue C M Y K H S L
Decimal 233 22 42 0 0.91 0.82 0.09 354.31 0.83 0.5
Hex E9 16 2A 0 5B 52 9 162 53 32
Octal 351 26 52 0 133 122 11 542 123 62
Binary 11101001 10110 101010 0 1011011 1010010 1001 101100010 1010011 110010

Color Harmonies of #E9162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9162A

Black with #E9162A

Text Example


Text Example

White with #E9162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9162A; }

 p { color: rgb(233,22,42); }

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

background-color css

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

 a { background-color: rgb(233,22,42); }

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

border-color css

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

 span { border-color: rgb(233,22,42); }

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