Html Css Color HEX #E7162A Alizarin

📋 copy color: '#E7162A'

red 231 ◦ green 22 ◦ blue 42

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

Shades of Alizarin #E7162A

Tints of Alizarin #E7162A

RGB

 RED value IS 231 (90.63% from 255) = 78.31%

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

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

R = 78.31%
G = 7.46%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7162A (or 0xE7162A) is known color: Alizarin. HEX triplet: E7, 16 and 2A. RGB value is (231,22,42). Sum of RGB (Red+Green+Blue) = 231+22+42=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E7162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7162A is #18E9D5. Grayscale: #565656. Windows color (decimal): -1632726 or 2758375. OLE color: 2758375.

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

Color convert

RGB 231 22 42 -
CMYK 0 0.90 0.82 0.09
HSL 354.26º 0.83% 0.5% -
HSV(B) 354.26º 0.9% 0.91% -
XYZ 33.66 17.73 3.84 -
YUV 86.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 231 22 42 0 0.90 0.82 0.09 354.26 0.83 0.5
Hex E7 16 2A 0 5A 52 9 162 53 32
Octal 347 26 52 0 132 122 11 542 123 62
Binary 11100111 10110 101010 0 1011010 1010010 1001 101100010 1010011 110010

Color Harmonies of #E7162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7162A

Black with #E7162A

Text Example


Text Example

White with #E7162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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