Html Css Color HEX #8D192A Flame Red

📋 copy color: '#8D192A'

red 141 ◦ green 25 ◦ blue 42

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

Shades of Flame Red #8D192A

Tints of Flame Red #8D192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 67.79%
G = 12.02%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D192A (or 0x8D192A) is known color: Flame Red. HEX triplet: 8D, 19 and 2A. RGB value is (141,25,42). Sum of RGB (Red+Green+Blue) = 141+25+42=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D192A is #72E6D5. Grayscale: #3D3D3D. Windows color (decimal): -7530198 or 2759053. OLE color: 2759053.

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

Color convert

RGB 141 25 42 -
CMYK 0 0.82 0.70 0.45
HSL 351.21º 0.7% 0.33% -
HSV(B) 351.21º 0.82% 0.55% -
XYZ 11.75 6.53 2.83 -
YUV 61.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 141 25 42 0 0.82 0.70 0.45 351.21 0.7 0.33
Hex 8D 19 2A 0 52 46 2D 15F 46 21
Octal 215 31 52 0 122 106 55 537 106 41
Binary 10001101 11001 101010 0 1010010 1000110 101101 101011111 1000110 100001

Color Harmonies of #8D192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D192A

Black with #8D192A

Text Example


Text Example

White with #8D192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,25,42); }

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

background-color css

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

 a { background-color: rgb(141,25,42); }

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

border-color css

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

 span { border-color: rgb(141,25,42); }

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