Html Css Color HEX #8D250C Falu Red

📋 copy color: '#8D250C'

red 141 ◦ green 37 ◦ blue 12

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

Shades of Falu Red #8D250C

Tints of Falu Red #8D250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.47%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 74.21%
G = 19.47%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D250C (or 0x8D250C) is known color: Falu Red. HEX triplet: 8D, 25 and 0C. RGB value is (141,37,12). Sum of RGB (Red+Green+Blue) = 141+37+12=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D250C is #72DAF3. Grayscale: #414141. Windows color (decimal): -7527156 or 796045. OLE color: 796045.

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

Color convert

RGB 141 37 12 -
CMYK 0 0.74 0.91 0.45
HSL 11.63º 0.84% 0.3% -
HSV(B) 11.63º 0.91% 0.55% -
XYZ 11.71 7.01 1.08 -
YUV 65.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 141 37 12 0 0.74 0.91 0.45 11.63 0.84 0.3
Hex 8D 25 C 0 4A 5B 2D C 54 1E
Octal 215 45 14 0 112 133 55 14 124 36
Binary 10001101 100101 1100 0 1001010 1011011 101101 1100 1010100 11110

Color Harmonies of #8D250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D250C

Black with #8D250C

Text Example


Text Example

White with #8D250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,37,12); }

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

background-color css

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

 a { background-color: rgb(141,37,12); }

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

border-color css

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

 span { border-color: rgb(141,37,12); }

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