Html Css Color HEX #8C1D03 Falu Red

📋 copy color: '#8C1D03'

red 140 ◦ green 29 ◦ blue 3

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

Shades of Falu Red #8C1D03

Tints of Falu Red #8C1D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.86%

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

R = 81.4%
G = 16.86%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8C1D03 (or 0x8C1D03) is known color: Falu Red. HEX triplet: 8C, 1D and 03. RGB value is (140,29,3). Sum of RGB (Red+Green+Blue) = 140+29+3=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1D03 is #73E2FC. Grayscale: #3B3B3B. Windows color (decimal): -7594749 or 204172. OLE color: 204172.

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

Color convert

RGB 140 29 3 -
CMYK 0 0.79 0.98 0.45
HSL 11.39º 0.96% 0.28% -
HSV(B) 11.39º 0.98% 0.55% -
XYZ 11.27 6.46 0.74 -
YUV 59.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 140 29 3 0 0.79 0.98 0.45 11.39 0.96 0.28
Hex 8C 1D 3 0 4F 62 2D B 60 1C
Octal 214 35 3 0 117 142 55 13 140 34
Binary 10001100 11101 11 0 1001111 1100010 101101 1011 1100000 11100

Color Harmonies of #8C1D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1D03

Black with #8C1D03

Text Example


Text Example

White with #8C1D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,29,3); }

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

background-color css

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

 a { background-color: rgb(140,29,3); }

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

border-color css

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

 span { border-color: rgb(140,29,3); }

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