Html Css Color HEX #8F1F04 Falu Red

📋 copy color: '#8F1F04'

red 143 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #8F1F04

Tints of Falu Red #8F1F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

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

R = 80.34%
G = 17.42%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F1F04 (or 0x8F1F04) is known color: Falu Red. HEX triplet: 8F, 1F and 04. RGB value is (143,31,4). Sum of RGB (Red+Green+Blue) = 143+31+4=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1F04 is #70E0FB. Grayscale: #3D3D3D. Windows color (decimal): -7397628 or 270223. OLE color: 270223.

HSL color Cylindrical-coordinate representation of color #8F1F04: hue angle of 11.65º 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 #8F1F04 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 31 4 -
CMYK 0 0.78 0.97 0.44
HSL 11.65º 0.95% 0.29% -
HSV(B) 11.65º 0.97% 0.56% -
XYZ 11.84 6.83 0.81 -
YUV 61.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 143 31 4 0 0.78 0.97 0.44 11.65 0.95 0.29
Hex 8F 1F 4 0 4E 61 2C C 5F 1D
Octal 217 37 4 0 116 141 54 14 137 35
Binary 10001111 11111 100 0 1001110 1100001 101100 1100 1011111 11101

Color Harmonies of #8F1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1F04

Black with #8F1F04

Text Example


Text Example

White with #8F1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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