Html Css Color HEX #8E2C37 Bright Red

📋 copy color: '#8E2C37'

red 142 ◦ green 44 ◦ blue 55

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

Shades of Bright Red #8E2C37

Tints of Bright Red #8E2C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 58.92%
G = 18.26%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E2C37 (or 0x8E2C37) is known color: Bright Red. HEX triplet: 8E, 2C and 37. RGB value is (142,44,55). Sum of RGB (Red+Green+Blue) = 142+44+55=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C37 is #71D3C8. Grayscale: #4A4A4A. Windows color (decimal): -7459785 or 3615886. OLE color: 3615886.

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

Color convert

RGB 142 44 55 -
CMYK 0 0.69 0.61 0.44
HSL 353.27º 0.53% 0.36% -
HSV(B) 353.27º 0.69% 0.56% -
XYZ 12.75 7.83 4.45 -
YUV 74.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 142 44 55 0 0.69 0.61 0.44 353.27 0.53 0.36
Hex 8E 2C 37 0 45 3D 2C 161 35 24
Octal 216 54 67 0 105 75 54 541 65 44
Binary 10001110 101100 110111 0 1000101 111101 101100 101100001 110101 100100

Color Harmonies of #8E2C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C37

Black with #8E2C37

Text Example


Text Example

White with #8E2C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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