Html Css Color HEX #8E1A03 Falu Red

📋 copy color: '#8E1A03'

red 142 ◦ green 26 ◦ blue 3

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

Shades of Falu Red #8E1A03

Tints of Falu Red #8E1A03

RGB

 RED value IS 142 (55.86% from 255) = 83.04%

 GREEN value IS 26 (10.55% from 255) = 15.2%

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

R = 83.04%
G = 15.2%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#8E1A03 (or 0x8E1A03) is known color: Falu Red. HEX triplet: 8E, 1A and 03. RGB value is (142,26,3). Sum of RGB (Red+Green+Blue) = 142+26+3=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1A03 is #71E5FC. Grayscale: #3A3A3A. Windows color (decimal): -7464445 or 203406. OLE color: 203406.

HSL color Cylindrical-coordinate representation of color #8E1A03: hue angle of 9.93º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E1A03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 26 3 -
CMYK 0 0.82 0.98 0.44
HSL 9.93º 0.96% 0.28% -
HSV(B) 9.93º 0.98% 0.56% -
XYZ 11.54 6.5 0.73 -
YUV 58.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 142 26 3 0 0.82 0.98 0.44 9.93 0.96 0.28
Hex 8E 1A 3 0 52 62 2C A 60 1C
Octal 216 32 3 0 122 142 54 12 140 34
Binary 10001110 11010 11 0 1010010 1100010 101100 1010 1100000 11100

Color Harmonies of #8E1A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1A03

Black with #8E1A03

Text Example


Text Example

White with #8E1A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,3); }

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

background-color css

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

 a { background-color: rgb(142,26,3); }

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

border-color css

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

 span { border-color: rgb(142,26,3); }

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