Html Css Color HEX #8C1E10 Falu Red

📋 copy color: '#8C1E10'

red 140 ◦ green 30 ◦ blue 16

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

Shades of Falu Red #8C1E10

Tints of Falu Red #8C1E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.13%

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 75.27%
G = 16.13%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C1E10 (or 0x8C1E10) is known color: Falu Red. HEX triplet: 8C, 1E and 10. RGB value is (140,30,16). Sum of RGB (Red+Green+Blue) = 140+30+16=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1E10 is #73E1EF. Grayscale: #3D3D3D. Windows color (decimal): -7594480 or 1056396. OLE color: 1056396.

HSL color Cylindrical-coordinate representation of color #8C1E10: hue angle of 6.77º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1E10 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 30 16 -
CMYK 0 0.79 0.89 0.45
HSL 6.77º 0.79% 0.31% -
HSV(B) 6.77º 0.89% 0.55% -
XYZ 11.37 6.54 1.15 -
YUV 61.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 140 30 16 0 0.79 0.89 0.45 6.77 0.79 0.31
Hex 8C 1E 10 0 4F 59 2D 7 4F 1F
Octal 214 36 20 0 117 131 55 7 117 37
Binary 10001100 11110 10000 0 1001111 1011001 101101 111 1001111 11111

Color Harmonies of #8C1E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E10

Black with #8C1E10

Text Example


Text Example

White with #8C1E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,30,16); }

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

background-color css

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

 a { background-color: rgb(140,30,16); }

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

border-color css

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

 span { border-color: rgb(140,30,16); }

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