Html Css Color HEX #E7292A Alizarin

📋 copy color: '#E7292A'

red 231 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #E7292A

Tints of Alizarin #E7292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 73.57%
G = 13.06%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7292A (or 0xE7292A) is known color: Alizarin. HEX triplet: E7, 29 and 2A. RGB value is (231,41,42). Sum of RGB (Red+Green+Blue) = 231+41+42=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7292A is #18D6D5. Grayscale: #626262. Windows color (decimal): -1627862 or 2763239. OLE color: 2763239.

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

Color convert

RGB 231 41 42 -
CMYK 0 0.82 0.82 0.09
HSL 359.68º 0.8% 0.53% -
HSV(B) 359.68º 0.82% 0.91% -
XYZ 34.17 18.74 4.01 -
YUV 97.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 231 41 42 0 0.82 0.82 0.09 359.68 0.8 0.53
Hex E7 29 2A 0 52 52 9 168 50 35
Octal 347 51 52 0 122 122 11 550 120 65
Binary 11100111 101001 101010 0 1010010 1010010 1001 101101000 1010000 110101

Color Harmonies of #E7292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7292A

Black with #E7292A

Text Example


Text Example

White with #E7292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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