Html Css Color HEX #8F2304 Falu Red

📋 copy color: '#8F2304'

red 143 ◦ green 35 ◦ blue 4

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

Shades of Falu Red #8F2304

Tints of Falu Red #8F2304

RGB

 RED value IS 143 (56.25% from 255) = 78.57%

 GREEN value IS 35 (14.06% from 255) = 19.23%

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

R = 78.57%
G = 19.23%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F2304 (or 0x8F2304) is known color: Falu Red. HEX triplet: 8F, 23 and 04. RGB value is (143,35,4). Sum of RGB (Red+Green+Blue) = 143+35+4=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2304 is #70DCFB. Grayscale: #3F3F3F. Windows color (decimal): -7396604 or 271247. OLE color: 271247.

HSL color Cylindrical-coordinate representation of color #8F2304: hue angle of 13.38º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F2304 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 35 4 -
CMYK 0 0.76 0.97 0.44
HSL 13.38º 0.95% 0.29% -
HSV(B) 13.38º 0.97% 0.56% -
XYZ 11.95 7.05 0.85 -
YUV 63.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 143 35 4 0 0.76 0.97 0.44 13.38 0.95 0.29
Hex 8F 23 4 0 4C 61 2C D 5F 1D
Octal 217 43 4 0 114 141 54 15 137 35
Binary 10001111 100011 100 0 1001100 1100001 101100 1101 1011111 11101

Color Harmonies of #8F2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2304

Black with #8F2304

Text Example


Text Example

White with #8F2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,35,4); }

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

background-color css

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

 a { background-color: rgb(143,35,4); }

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

border-color css

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

 span { border-color: rgb(143,35,4); }

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