Html Css Color HEX #8E242B Bright Red

📋 copy color: '#8E242B'

red 142 ◦ green 36 ◦ blue 43

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

Shades of Bright Red #8E242B

Tints of Bright Red #8E242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 64.25%
G = 16.29%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E242B (or 0x8E242B) is known color: Bright Red. HEX triplet: 8E, 24 and 2B. RGB value is (142,36,43). Sum of RGB (Red+Green+Blue) = 142+36+43=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E242B is #71DBD4. Grayscale: #444444. Windows color (decimal): -7461845 or 2827406. OLE color: 2827406.

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

Color convert

RGB 142 36 43 -
CMYK 0 0.75 0.70 0.44
HSL 356.04º 0.6% 0.35% -
HSV(B) 356.04º 0.75% 0.56% -
XYZ 12.22 7.19 3.03 -
YUV 68.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 142 36 43 0 0.75 0.70 0.44 356.04 0.6 0.35
Hex 8E 24 2B 0 4B 46 2C 164 3C 23
Octal 216 44 53 0 113 106 54 544 74 43
Binary 10001110 100100 101011 0 1001011 1000110 101100 101100100 111100 100011

Color Harmonies of #8E242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E242B

Black with #8E242B

Text Example


Text Example

White with #8E242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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