Html Css Color HEX #8C2203 Falu Red

📋 copy color: '#8C2203'

red 140 ◦ green 34 ◦ blue 3

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

Shades of Falu Red #8C2203

Tints of Falu Red #8C2203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 79.1%
G = 19.21%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8C2203 (or 0x8C2203) is known color: Falu Red. HEX triplet: 8C, 22 and 03. RGB value is (140,34,3). Sum of RGB (Red+Green+Blue) = 140+34+3=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2203 is #73DDFC. Grayscale: #3E3E3E. Windows color (decimal): -7593469 or 205452. OLE color: 205452.

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

Color convert

RGB 140 34 3 -
CMYK 0 0.76 0.98 0.45
HSL 13.58º 0.96% 0.28% -
HSV(B) 13.58º 0.98% 0.55% -
XYZ 11.4 6.73 0.78 -
YUV 62.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 140 34 3 0 0.76 0.98 0.45 13.58 0.96 0.28
Hex 8C 22 3 0 4C 62 2D E 60 1C
Octal 214 42 3 0 114 142 55 16 140 34
Binary 10001100 100010 11 0 1001100 1100010 101101 1110 1100000 11100

Color Harmonies of #8C2203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2203

Black with #8C2203

Text Example


Text Example

White with #8C2203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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