Html Css Color HEX #8C1E15 Falu Red

📋 copy color: '#8C1E15'

red 140 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #8C1E15

Tints of Falu Red #8C1E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 73.3%
G = 15.71%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C1E15 (or 0x8C1E15) is known color: Falu Red. HEX triplet: 8C, 1E and 15. RGB value is (140,30,21). Sum of RGB (Red+Green+Blue) = 140+30+21=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1E15 is #73E1EA. Grayscale: #3E3E3E. Windows color (decimal): -7594475 or 1384076. OLE color: 1384076.

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

Color convert

RGB 140 30 21 -
CMYK 0 0.79 0.85 0.45
HSL 4.54º 0.74% 0.32% -
HSV(B) 4.54º 0.85% 0.55% -
XYZ 11.41 6.56 1.37 -
YUV 61.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 140 30 21 0 0.79 0.85 0.45 4.54 0.74 0.32
Hex 8C 1E 15 0 4F 55 2D 5 4A 20
Octal 214 36 25 0 117 125 55 5 112 40
Binary 10001100 11110 10101 0 1001111 1010101 101101 101 1001010 100000

Color Harmonies of #8C1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E15

Black with #8C1E15

Text Example


Text Example

White with #8C1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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