Html Css Color HEX #8D1F03 Falu Red

📋 copy color: '#8D1F03'

red 141 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #8D1F03

Tints of Falu Red #8D1F03

RGB

 RED value IS 141 (55.47% from 255) = 80.57%

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

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

R = 80.57%
G = 17.71%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8D1F03 (or 0x8D1F03) is known color: Falu Red. HEX triplet: 8D, 1F and 03. RGB value is (141,31,3). Sum of RGB (Red+Green+Blue) = 141+31+3=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1F03 is #72E0FC. Grayscale: #3C3C3C. Windows color (decimal): -7528701 or 204685. OLE color: 204685.

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

Color convert

RGB 141 31 3 -
CMYK 0 0.78 0.98 0.45
HSL 12.17º 0.96% 0.28% -
HSV(B) 12.17º 0.98% 0.55% -
XYZ 11.49 6.65 0.76 -
YUV 60.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 141 31 3 0 0.78 0.98 0.45 12.17 0.96 0.28
Hex 8D 1F 3 0 4E 62 2D C 60 1C
Octal 215 37 3 0 116 142 55 14 140 34
Binary 10001101 11111 11 0 1001110 1100010 101101 1100 1100000 11100

Color Harmonies of #8D1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1F03

Black with #8D1F03

Text Example


Text Example

White with #8D1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,31,3); }

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

background-color css

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

 a { background-color: rgb(141,31,3); }

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

border-color css

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

 span { border-color: rgb(141,31,3); }

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