Html Css Color HEX #E7142B Alizarin

📋 copy color: '#E7142B'

red 231 ◦ green 20 ◦ blue 43

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

Shades of Alizarin #E7142B

Tints of Alizarin #E7142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 78.57%
G = 6.8%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7142B (or 0xE7142B) is known color: Alizarin. HEX triplet: E7, 14 and 2B. RGB value is (231,20,43). Sum of RGB (Red+Green+Blue) = 231+20+43=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E7142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7142B is #18EBD4. Grayscale: #555555. Windows color (decimal): -1633237 or 2823399. OLE color: 2823399.

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

Color convert

RGB 231 20 43 -
CMYK 0 0.91 0.81 0.09
HSL 353.46º 0.84% 0.49% -
HSV(B) 353.46º 0.91% 0.91% -
XYZ 33.64 17.66 3.92 -
YUV 85.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 231 20 43 0 0.91 0.81 0.09 353.46 0.84 0.49
Hex E7 14 2B 0 5B 51 9 161 54 31
Octal 347 24 53 0 133 121 11 541 124 61
Binary 11100111 10100 101011 0 1011011 1010001 1001 101100001 1010100 110001

Color Harmonies of #E7142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7142B

Black with #E7142B

Text Example


Text Example

White with #E7142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7142B; }

 p { color: rgb(231,20,43); }

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

background-color css

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

 a { background-color: rgb(231,20,43); }

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

border-color css

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

 span { border-color: rgb(231,20,43); }

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