Html Css Color HEX #8E292E Bright Red

📋 copy color: '#8E292E'

red 142 ◦ green 41 ◦ blue 46

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

Shades of Bright Red #8E292E

Tints of Bright Red #8E292E

RGB

 RED value IS 142 (55.86% from 255) = 62.01%

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

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 62.01%
G = 17.9%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E292E (or 0x8E292E) is known color: Bright Red. HEX triplet: 8E, 29 and 2E. RGB value is (142,41,46). Sum of RGB (Red+Green+Blue) = 142+41+46=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E292E is #71D6D1. Grayscale: #474747. Windows color (decimal): -7460562 or 3025294. OLE color: 3025294.

HSL color Cylindrical-coordinate representation of color #8E292E: hue angle of 357.03º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E292E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 41 46 -
CMYK 0 0.71 0.68 0.44
HSL 357.03º 0.55% 0.36% -
HSV(B) 357.03º 0.71% 0.56% -
XYZ 12.44 7.53 3.38 -
YUV 71.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 142 41 46 0 0.71 0.68 0.44 357.03 0.55 0.36
Hex 8E 29 2E 0 47 44 2C 165 37 24
Octal 216 51 56 0 107 104 54 545 67 44
Binary 10001110 101001 101110 0 1000111 1000100 101100 101100101 110111 100100

Color Harmonies of #8E292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E292E

Black with #8E292E

Text Example


Text Example

White with #8E292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E292E; }

 p { color: rgb(142,41,46); }

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

background-color css

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

 a { background-color: rgb(142,41,46); }

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

border-color css

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

 span { border-color: rgb(142,41,46); }

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