Html Css Color HEX #8D2203 Falu Red

📋 copy color: '#8D2203'

red 141 ◦ green 34 ◦ blue 3

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

Shades of Falu Red #8D2203

Tints of Falu Red #8D2203

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

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

R = 79.21%
G = 19.1%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8D2203 (or 0x8D2203) is known color: Falu Red. HEX triplet: 8D, 22 and 03. RGB value is (141,34,3). Sum of RGB (Red+Green+Blue) = 141+34+3=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2203 is #72DDFC. Grayscale: #3E3E3E. Windows color (decimal): -7527933 or 205453. OLE color: 205453.

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

Color convert

RGB 141 34 3 -
CMYK 0 0.76 0.98 0.45
HSL 13.48º 0.96% 0.28% -
HSV(B) 13.48º 0.98% 0.55% -
XYZ 11.57 6.81 0.79 -
YUV 62.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 141 34 3 0 0.76 0.98 0.45 13.48 0.96 0.28
Hex 8D 22 3 0 4C 62 2D D 60 1C
Octal 215 42 3 0 114 142 55 15 140 34
Binary 10001101 100010 11 0 1001100 1100010 101101 1101 1100000 11100

Color Harmonies of #8D2203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2203

Black with #8D2203

Text Example


Text Example

White with #8D2203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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