Html Css Color HEX #8C2201 Falu Red

📋 copy color: '#8C2201'

red 140 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #8C2201

Tints of Falu Red #8C2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 80%
G = 19.43%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8C2201 (or 0x8C2201) is known color: Falu Red. HEX triplet: 8C, 22 and 01. RGB value is (140,34,1). Sum of RGB (Red+Green+Blue) = 140+34+1=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2201 is #73DDFE. Grayscale: #3E3E3E. Windows color (decimal): -7593471 or 74380. OLE color: 74380.

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

Color convert

RGB 140 34 1 -
CMYK 0 0.76 0.99 0.45
HSL 14.24º 0.99% 0.28% -
HSV(B) 14.24º 0.99% 0.55% -
XYZ 11.39 6.72 0.73 -
YUV 61.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 140 34 1 0 0.76 0.99 0.45 14.24 0.99 0.28
Hex 8C 22 1 0 4C 63 2D E 63 1C
Octal 214 42 1 0 114 143 55 16 143 34
Binary 10001100 100010 1 0 1001100 1100011 101101 1110 1100011 11100

Color Harmonies of #8C2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2201

Black with #8C2201

Text Example


Text Example

White with #8C2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,1); }

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

background-color css

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

 a { background-color: rgb(140,34,1); }

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

border-color css

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

 span { border-color: rgb(140,34,1); }

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