Html Css Color HEX #8D182B Flame Red

📋 copy color: '#8D182B'

red 141 ◦ green 24 ◦ blue 43

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

Shades of Flame Red #8D182B

Tints of Flame Red #8D182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 67.79%
G = 11.54%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D182B (or 0x8D182B) is known color: Flame Red. HEX triplet: 8D, 18 and 2B. RGB value is (141,24,43). Sum of RGB (Red+Green+Blue) = 141+24+43=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D182B is #72E7D4. Grayscale: #3D3D3D. Windows color (decimal): -7530453 or 2824333. OLE color: 2824333.

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

Color convert

RGB 141 24 43 -
CMYK 0 0.83 0.70 0.45
HSL 350.26º 0.71% 0.32% -
HSV(B) 350.26º 0.83% 0.55% -
XYZ 11.75 6.49 2.92 -
YUV 61.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 141 24 43 0 0.83 0.70 0.45 350.26 0.71 0.32
Hex 8D 18 2B 0 53 46 2D 15E 47 20
Octal 215 30 53 0 123 106 55 536 107 40
Binary 10001101 11000 101011 0 1010011 1000110 101101 101011110 1000111 100000

Color Harmonies of #8D182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D182B

Black with #8D182B

Text Example


Text Example

White with #8D182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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