Html Css Color HEX #8D191C Flame Red

📋 copy color: '#8D191C'

red 141 ◦ green 25 ◦ blue 28

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

Shades of Flame Red #8D191C

Tints of Flame Red #8D191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 72.68%
G = 12.89%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8D191C (or 0x8D191C) is known color: Flame Red. HEX triplet: 8D, 19 and 1C. RGB value is (141,25,28). Sum of RGB (Red+Green+Blue) = 141+25+28=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D191C is #72E6E3. Grayscale: #3C3C3C. Windows color (decimal): -7530212 or 1841549. OLE color: 1841549.

HSL color Cylindrical-coordinate representation of color #8D191C: hue angle of 358.45º 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 #8D191C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 25 28 -
CMYK 0 0.82 0.80 0.45
HSL 358.45º 0.7% 0.33% -
HSV(B) 358.45º 0.82% 0.55% -
XYZ 11.54 6.44 1.73 -
YUV 60.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 141 25 28 0 0.82 0.80 0.45 358.45 0.7 0.33
Hex 8D 19 1C 0 52 50 2D 166 46 21
Octal 215 31 34 0 122 120 55 546 106 41
Binary 10001101 11001 11100 0 1010010 1010000 101101 101100110 1000110 100001

Color Harmonies of #8D191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D191C

Black with #8D191C

Text Example


Text Example

White with #8D191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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