Html Css Color HEX #8C1B2C Flame Red

📋 copy color: '#8C1B2C'

red 140 ◦ green 27 ◦ blue 44

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

Shades of Flame Red #8C1B2C

Tints of Flame Red #8C1B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

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

R = 66.35%
G = 12.8%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C1B2C (or 0x8C1B2C) is known color: Flame Red. HEX triplet: 8C, 1B and 2C. RGB value is (140,27,44). Sum of RGB (Red+Green+Blue) = 140+27+44=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B2C is #73E4D3. Grayscale: #3E3E3E. Windows color (decimal): -7595220 or 2890636. OLE color: 2890636.

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

Color convert

RGB 140 27 44 -
CMYK 0 0.81 0.69 0.45
HSL 350.97º 0.68% 0.33% -
HSV(B) 350.97º 0.81% 0.55% -
XYZ 11.66 6.54 3.03 -
YUV 62.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 140 27 44 0 0.81 0.69 0.45 350.97 0.68 0.33
Hex 8C 1B 2C 0 51 45 2D 15F 44 21
Octal 214 33 54 0 121 105 55 537 104 41
Binary 10001100 11011 101100 0 1010001 1000101 101101 101011111 1000100 100001

Color Harmonies of #8C1B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1B2C

Black with #8C1B2C

Text Example


Text Example

White with #8C1B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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