Html Css Color HEX #8E2833 Bright Red

📋 copy color: '#8E2833'

red 142 ◦ green 40 ◦ blue 51

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

Shades of Bright Red #8E2833

Tints of Bright Red #8E2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 60.94%
G = 17.17%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#8E2833 (or 0x8E2833) is known color: Bright Red. HEX triplet: 8E, 28 and 33. RGB value is (142,40,51). Sum of RGB (Red+Green+Blue) = 142+40+51=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2833 is #71D7CC. Grayscale: #474747. Windows color (decimal): -7460813 or 3352718. OLE color: 3352718.

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

Color convert

RGB 142 40 51 -
CMYK 0 0.72 0.64 0.44
HSL 353.53º 0.56% 0.36% -
HSV(B) 353.53º 0.72% 0.56% -
XYZ 12.51 7.51 3.92 -
YUV 71.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 142 40 51 0 0.72 0.64 0.44 353.53 0.56 0.36
Hex 8E 28 33 0 48 40 2C 162 38 24
Octal 216 50 63 0 110 100 54 542 70 44
Binary 10001110 101000 110011 0 1001000 1000000 101100 101100010 111000 100100

Color Harmonies of #8E2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2833

Black with #8E2833

Text Example


Text Example

White with #8E2833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,51); }

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

background-color css

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

 a { background-color: rgb(142,40,51); }

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

border-color css

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

 span { border-color: rgb(142,40,51); }

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