Html Css Color HEX #8C2B2C Flame Red

📋 copy color: '#8C2B2C'

red 140 ◦ green 43 ◦ blue 44

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

Shades of Flame Red #8C2B2C

Tints of Flame Red #8C2B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 61.67%
G = 18.94%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C2B2C (or 0x8C2B2C) is known color: Flame Red. HEX triplet: 8C, 2B and 2C. RGB value is (140,43,44). Sum of RGB (Red+Green+Blue) = 140+43+44=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B2C is #73D4D3. Grayscale: #484848. Windows color (decimal): -7591124 or 2894732. OLE color: 2894732.

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

Color convert

RGB 140 43 44 -
CMYK 0 0.69 0.69 0.45
HSL 359.38º 0.53% 0.36% -
HSV(B) 359.38º 0.69% 0.55% -
XYZ 12.13 7.49 3.19 -
YUV 72.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 140 43 44 0 0.69 0.69 0.45 359.38 0.53 0.36
Hex 8C 2B 2C 0 45 45 2D 167 35 24
Octal 214 53 54 0 105 105 55 547 65 44
Binary 10001100 101011 101100 0 1000101 1000101 101101 101100111 110101 100100

Color Harmonies of #8C2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B2C

Black with #8C2B2C

Text Example


Text Example

White with #8C2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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