Html Css Color HEX #8C292B Flame Red

📋 copy color: '#8C292B'

red 140 ◦ green 41 ◦ blue 43

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

Shades of Flame Red #8C292B

Tints of Flame Red #8C292B

RGB

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

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

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

R = 62.5%
G = 18.3%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C292B (or 0x8C292B) is known color: Flame Red. HEX triplet: 8C, 29 and 2B. RGB value is (140,41,43). Sum of RGB (Red+Green+Blue) = 140+41+43=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C292B is #73D6D4. Grayscale: #464646. Windows color (decimal): -7591637 or 2828684. OLE color: 2828684.

HSL color Cylindrical-coordinate representation of color #8C292B: hue angle of 358.79º 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 #8C292B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 43 -
CMYK 0 0.71 0.69 0.45
HSL 358.79º 0.55% 0.35% -
HSV(B) 358.79º 0.71% 0.55% -
XYZ 12.04 7.34 3.07 -
YUV 70.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 140 41 43 0 0.71 0.69 0.45 358.79 0.55 0.35
Hex 8C 29 2B 0 47 45 2D 167 37 23
Octal 214 51 53 0 107 105 55 547 67 43
Binary 10001100 101001 101011 0 1000111 1000101 101101 101100111 110111 100011

Color Harmonies of #8C292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C292B

Black with #8C292B

Text Example


Text Example

White with #8C292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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