Html Css Color HEX #8F2208 Falu Red

📋 copy color: '#8F2208'

red 143 ◦ green 34 ◦ blue 8

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

Shades of Falu Red #8F2208

Tints of Falu Red #8F2208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 77.3%
G = 18.38%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F2208 (or 0x8F2208) is known color: Falu Red. HEX triplet: 8F, 22 and 08. RGB value is (143,34,8). Sum of RGB (Red+Green+Blue) = 143+34+8=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2208 is #70DDF7. Grayscale: #3F3F3F. Windows color (decimal): -7396856 or 533135. OLE color: 533135.

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

Color convert

RGB 143 34 8 -
CMYK 0 0.76 0.94 0.44
HSL 11.56º 0.89% 0.3% -
HSV(B) 11.56º 0.94% 0.56% -
XYZ 11.94 7 0.95 -
YUV 63.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 143 34 8 0 0.76 0.94 0.44 11.56 0.89 0.3
Hex 8F 22 8 0 4C 5E 2C C 59 1E
Octal 217 42 10 0 114 136 54 14 131 36
Binary 10001111 100010 1000 0 1001100 1011110 101100 1100 1011001 11110

Color Harmonies of #8F2208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2208

Black with #8F2208

Text Example


Text Example

White with #8F2208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,34,8); }

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

background-color css

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

 a { background-color: rgb(143,34,8); }

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

border-color css

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

 span { border-color: rgb(143,34,8); }

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