Html Css Color HEX #8D172B Flame Red

📋 copy color: '#8D172B'

red 141 ◦ green 23 ◦ blue 43

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

Shades of Flame Red #8D172B

Tints of Flame Red #8D172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 68.12%
G = 11.11%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D172B (or 0x8D172B) is known color: Flame Red. HEX triplet: 8D, 17 and 2B. RGB value is (141,23,43). Sum of RGB (Red+Green+Blue) = 141+23+43=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D172B is #72E8D4. Grayscale: #3C3C3C. Windows color (decimal): -7530709 or 2824077. OLE color: 2824077.

HSL color Cylindrical-coordinate representation of color #8D172B: hue angle of 349.83º degrees, saturation: 0.72, 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 #8D172B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 23 43 -
CMYK 0 0.84 0.70 0.45
HSL 349.83º 0.72% 0.32% -
HSV(B) 349.83º 0.84% 0.55% -
XYZ 11.73 6.45 2.91 -
YUV 60.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 141 23 43 0 0.84 0.70 0.45 349.83 0.72 0.32
Hex 8D 17 2B 0 54 46 2D 15E 48 20
Octal 215 27 53 0 124 106 55 536 110 40
Binary 10001101 10111 101011 0 1010100 1000110 101101 101011110 1001000 100000

Color Harmonies of #8D172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D172B

Black with #8D172B

Text Example


Text Example

White with #8D172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,23,43); }

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

background-color css

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

 a { background-color: rgb(141,23,43); }

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

border-color css

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

 span { border-color: rgb(141,23,43); }

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