Html Css Color HEX #8C210B Falu Red

📋 copy color: '#8C210B'

red 140 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #8C210B

Tints of Falu Red #8C210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 11 (4.69% from 255) = 5.98%

R = 76.09%
G = 17.93%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8C210B (or 0x8C210B) is known color: Falu Red. HEX triplet: 8C, 21 and 0B. RGB value is (140,33,11). Sum of RGB (Red+Green+Blue) = 140+33+11=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C210B is #73DEF4. Grayscale: #3E3E3E. Windows color (decimal): -7593717 or 729484. OLE color: 729484.

HSL color Cylindrical-coordinate representation of color #8C210B: hue angle of 10.23º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C210B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 33 11 -
CMYK 0 0.76 0.92 0.45
HSL 10.23º 0.85% 0.3% -
HSV(B) 10.23º 0.92% 0.55% -
XYZ 11.42 6.69 1.01 -
YUV 62.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 140 33 11 0 0.76 0.92 0.45 10.23 0.85 0.3
Hex 8C 21 B 0 4C 5C 2D A 55 1E
Octal 214 41 13 0 114 134 55 12 125 36
Binary 10001100 100001 1011 0 1001100 1011100 101101 1010 1010101 11110

Color Harmonies of #8C210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C210B

Black with #8C210B

Text Example


Text Example

White with #8C210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,33,11); }

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

background-color css

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

 a { background-color: rgb(140,33,11); }

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

border-color css

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

 span { border-color: rgb(140,33,11); }

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