Html Css Color HEX #8D2402 Falu Red

📋 copy color: '#8D2402'

red 141 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #8D2402

Tints of Falu Red #8D2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.11%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 78.77%
G = 20.11%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D2402 (or 0x8D2402) is known color: Falu Red. HEX triplet: 8D, 24 and 02. RGB value is (141,36,2). Sum of RGB (Red+Green+Blue) = 141+36+2=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2402 is #72DBFD. Grayscale: #3F3F3F. Windows color (decimal): -7527422 or 140429. OLE color: 140429.

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

Color convert

RGB 141 36 2 -
CMYK 0 0.74 0.99 0.45
HSL 14.68º 0.97% 0.28% -
HSV(B) 14.68º 0.99% 0.55% -
XYZ 11.63 6.93 0.78 -
YUV 63.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 141 36 2 0 0.74 0.99 0.45 14.68 0.97 0.28
Hex 8D 24 2 0 4A 63 2D F 61 1C
Octal 215 44 2 0 112 143 55 17 141 34
Binary 10001101 100100 10 0 1001010 1100011 101101 1111 1100001 11100

Color Harmonies of #8D2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2402

Black with #8D2402

Text Example


Text Example

White with #8D2402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,36,2); }

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

background-color css

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

 a { background-color: rgb(141,36,2); }

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

border-color css

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

 span { border-color: rgb(141,36,2); }

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