Html Css Color HEX #8D1C1F Flame Red

📋 copy color: '#8D1C1F'

red 141 ◦ green 28 ◦ blue 31

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

Shades of Flame Red #8D1C1F

Tints of Flame Red #8D1C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

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

R = 70.5%
G = 14%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D1C1F (or 0x8D1C1F) is known color: Flame Red. HEX triplet: 8D, 1C and 1F. RGB value is (141,28,31). Sum of RGB (Red+Green+Blue) = 141+28+31=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C1F is #72E3E0. Grayscale: #3E3E3E. Windows color (decimal): -7529441 or 2038925. OLE color: 2038925.

HSL color Cylindrical-coordinate representation of color #8D1C1F: hue angle of 358.41º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C1F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 28 31 -
CMYK 0 0.80 0.78 0.45
HSL 358.41º 0.67% 0.33% -
HSV(B) 358.41º 0.8% 0.55% -
XYZ 11.65 6.59 1.95 -
YUV 62.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 141 28 31 0 0.80 0.78 0.45 358.41 0.67 0.33
Hex 8D 1C 1F 0 50 4E 2D 166 43 21
Octal 215 34 37 0 120 116 55 546 103 41
Binary 10001101 11100 11111 0 1010000 1001110 101101 101100110 1000011 100001

Color Harmonies of #8D1C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C1F

Black with #8D1C1F

Text Example


Text Example

White with #8D1C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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