Html Css Color HEX #8D161F Flame Red

📋 copy color: '#8D161F'

red 141 ◦ green 22 ◦ blue 31

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

Shades of Flame Red #8D161F

Tints of Flame Red #8D161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 72.68%
G = 11.34%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D161F (or 0x8D161F) is known color: Flame Red. HEX triplet: 8D, 16 and 1F. RGB value is (141,22,31). Sum of RGB (Red+Green+Blue) = 141+22+31=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D161F is #72E9E0. Grayscale: #3A3A3A. Windows color (decimal): -7530977 or 2037389. OLE color: 2037389.

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

Color convert

RGB 141 22 31 -
CMYK 0 0.84 0.78 0.45
HSL 355.46º 0.73% 0.32% -
HSV(B) 355.46º 0.84% 0.55% -
XYZ 11.52 6.34 1.91 -
YUV 58.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 141 22 31 0 0.84 0.78 0.45 355.46 0.73 0.32
Hex 8D 16 1F 0 54 4E 2D 163 49 20
Octal 215 26 37 0 124 116 55 543 111 40
Binary 10001101 10110 11111 0 1010100 1001110 101101 101100011 1001001 100000

Color Harmonies of #8D161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D161F

Black with #8D161F

Text Example


Text Example

White with #8D161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,22,31); }

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

background-color css

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

 a { background-color: rgb(141,22,31); }

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

border-color css

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

 span { border-color: rgb(141,22,31); }

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