Html Css Color HEX #8E272A Bright Red

📋 copy color: '#8E272A'

red 142 ◦ green 39 ◦ blue 42

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

Shades of Bright Red #8E272A

Tints of Bright Red #8E272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 63.68%
G = 17.49%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E272A (or 0x8E272A) is known color: Bright Red. HEX triplet: 8E, 27 and 2A. RGB value is (142,39,42). Sum of RGB (Red+Green+Blue) = 142+39+42=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E272A is #71D8D5. Grayscale: #464646. Windows color (decimal): -7461078 or 2762638. OLE color: 2762638.

HSL color Cylindrical-coordinate representation of color #8E272A: hue angle of 358.25º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E272A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 39 42 -
CMYK 0 0.73 0.70 0.44
HSL 358.25º 0.57% 0.35% -
HSV(B) 358.25º 0.73% 0.56% -
XYZ 12.3 7.37 2.96 -
YUV 70.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 142 39 42 0 0.73 0.70 0.44 358.25 0.57 0.35
Hex 8E 27 2A 0 49 46 2C 166 39 23
Octal 216 47 52 0 111 106 54 546 71 43
Binary 10001110 100111 101010 0 1001001 1000110 101100 101100110 111001 100011

Color Harmonies of #8E272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E272A

Black with #8E272A

Text Example


Text Example

White with #8E272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,39,42); }

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

background-color css

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

 a { background-color: rgb(142,39,42); }

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

border-color css

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

 span { border-color: rgb(142,39,42); }

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