Html Css Color HEX #8C2404 Falu Red

📋 copy color: '#8C2404'

red 140 ◦ green 36 ◦ blue 4

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

Shades of Falu Red #8C2404

Tints of Falu Red #8C2404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 4 (1.95% from 255) = 2.22%

R = 77.78%
G = 20%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C2404 (or 0x8C2404) is known color: Falu Red. HEX triplet: 8C, 24 and 04. RGB value is (140,36,4). Sum of RGB (Red+Green+Blue) = 140+36+4=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2404 is #73DBFB. Grayscale: #3F3F3F. Windows color (decimal): -7592956 or 271500. OLE color: 271500.

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

Color convert

RGB 140 36 4 -
CMYK 0 0.74 0.97 0.45
HSL 14.12º 0.94% 0.28% -
HSV(B) 14.12º 0.97% 0.55% -
XYZ 11.47 6.85 0.83 -
YUV 63.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 140 36 4 0 0.74 0.97 0.45 14.12 0.94 0.28
Hex 8C 24 4 0 4A 61 2D E 5E 1C
Octal 214 44 4 0 112 141 55 16 136 34
Binary 10001100 100100 100 0 1001010 1100001 101101 1110 1011110 11100

Color Harmonies of #8C2404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2404

Black with #8C2404

Text Example


Text Example

White with #8C2404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,36,4); }

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

background-color css

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

 a { background-color: rgb(140,36,4); }

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

border-color css

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

 span { border-color: rgb(140,36,4); }

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