Html Css Color HEX #8E2B37 Bright Red

📋 copy color: '#8E2B37'

red 142 ◦ green 43 ◦ blue 55

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

Shades of Bright Red #8E2B37

Tints of Bright Red #8E2B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 59.17%
G = 17.92%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E2B37 (or 0x8E2B37) is known color: Bright Red. HEX triplet: 8E, 2B and 37. RGB value is (142,43,55). Sum of RGB (Red+Green+Blue) = 142+43+55=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2B37 is #71D4C8. Grayscale: #4A4A4A. Windows color (decimal): -7460041 or 3615630. OLE color: 3615630.

HSL color Cylindrical-coordinate representation of color #8E2B37: hue angle of 352.73º 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 #8E2B37 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 43 55 -
CMYK 0 0.70 0.61 0.44
HSL 352.73º 0.54% 0.36% -
HSV(B) 352.73º 0.7% 0.56% -
XYZ 12.71 7.75 4.44 -
YUV 73.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 142 43 55 0 0.70 0.61 0.44 352.73 0.54 0.36
Hex 8E 2B 37 0 46 3D 2C 161 36 24
Octal 216 53 67 0 106 75 54 541 66 44
Binary 10001110 101011 110111 0 1000110 111101 101100 101100001 110110 100100

Color Harmonies of #8E2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2B37

Black with #8E2B37

Text Example


Text Example

White with #8E2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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