Html Css Color HEX #8C292E Flame Red

📋 copy color: '#8C292E'

red 140 ◦ green 41 ◦ blue 46

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

Shades of Flame Red #8C292E

Tints of Flame Red #8C292E

RGB

 RED value IS 140 (55.08% from 255) = 61.67%

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 61.67%
G = 18.06%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C292E (or 0x8C292E) is known color: Flame Red. HEX triplet: 8C, 29 and 2E. RGB value is (140,41,46). Sum of RGB (Red+Green+Blue) = 140+41+46=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C292E is #73D6D1. Grayscale: #474747. Windows color (decimal): -7591634 or 3025292. OLE color: 3025292.

HSL color Cylindrical-coordinate representation of color #8C292E: hue angle of 356.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C292E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 46 -
CMYK 0 0.71 0.67 0.45
HSL 356.97º 0.55% 0.35% -
HSV(B) 356.97º 0.71% 0.55% -
XYZ 12.1 7.36 3.37 -
YUV 71.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 140 41 46 0 0.71 0.67 0.45 356.97 0.55 0.35
Hex 8C 29 2E 0 47 43 2D 165 37 23
Octal 214 51 56 0 107 103 55 545 67 43
Binary 10001100 101001 101110 0 1000111 1000011 101101 101100101 110111 100011

Color Harmonies of #8C292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C292E

Black with #8C292E

Text Example


Text Example

White with #8C292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,46); }

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

background-color css

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

 a { background-color: rgb(140,41,46); }

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

border-color css

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

 span { border-color: rgb(140,41,46); }

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