Html Css Color HEX #8E2B31 Bright Red

📋 copy color: '#8E2B31'

red 142 ◦ green 43 ◦ blue 49

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

Shades of Bright Red #8E2B31

Tints of Bright Red #8E2B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.38%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 60.68%
G = 18.38%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E2B31 (or 0x8E2B31) is known color: Bright Red. HEX triplet: 8E, 2B and 31. RGB value is (142,43,49). Sum of RGB (Red+Green+Blue) = 142+43+49=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2B31 is #71D4CE. Grayscale: #494949. Windows color (decimal): -7460047 or 3222414. OLE color: 3222414.

HSL color Cylindrical-coordinate representation of color #8E2B31: hue angle of 356.36º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2B31 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 43 49 -
CMYK 0 0.70 0.65 0.44
HSL 356.36º 0.54% 0.36% -
HSV(B) 356.36º 0.7% 0.56% -
XYZ 12.57 7.7 3.73 -
YUV 73.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 142 43 49 0 0.70 0.65 0.44 356.36 0.54 0.36
Hex 8E 2B 31 0 46 41 2C 164 36 24
Octal 216 53 61 0 106 101 54 544 66 44
Binary 10001110 101011 110001 0 1000110 1000001 101100 101100100 110110 100100

Color Harmonies of #8E2B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2B31

Black with #8E2B31

Text Example


Text Example

White with #8E2B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,43,49); }

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

background-color css

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

 a { background-color: rgb(142,43,49); }

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

border-color css

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

 span { border-color: rgb(142,43,49); }

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