Html Css Color HEX #8C1716 Falu Red

📋 copy color: '#8C1716'

red 140 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #8C1716

Tints of Falu Red #8C1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 75.68%
G = 12.43%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C1716 (or 0x8C1716) is known color: Falu Red. HEX triplet: 8C, 17 and 16. RGB value is (140,23,22). Sum of RGB (Red+Green+Blue) = 140+23+22=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1716 is #73E8E9. Grayscale: #393939. Windows color (decimal): -7596266 or 1447820. OLE color: 1447820.

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

Color convert

RGB 140 23 22 -
CMYK 0 0.84 0.84 0.45
HSL 0.51º 0.73% 0.32% -
HSV(B) 0.51º 0.84% 0.55% -
XYZ 11.27 6.25 1.37 -
YUV 57.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 140 23 22 0 0.84 0.84 0.45 0.51 0.73 0.32
Hex 8C 17 16 0 54 54 2D 1 49 20
Octal 214 27 26 0 124 124 55 1 111 40
Binary 10001100 10111 10110 0 1010100 1010100 101101 1 1001001 100000

Color Harmonies of #8C1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1716

Black with #8C1716

Text Example


Text Example

White with #8C1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,22); }

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

background-color css

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

 a { background-color: rgb(140,23,22); }

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

border-color css

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

 span { border-color: rgb(140,23,22); }

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