Html Css Color HEX #8D1C20 Flame Red

📋 copy color: '#8D1C20'

red 141 ◦ green 28 ◦ blue 32

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

Shades of Flame Red #8D1C20

Tints of Flame Red #8D1C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 70.15%
G = 13.93%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8D1C20 (or 0x8D1C20) is known color: Flame Red. HEX triplet: 8D, 1C and 20. RGB value is (141,28,32). Sum of RGB (Red+Green+Blue) = 141+28+32=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C20 is #72E3DF. Grayscale: #3E3E3E. Windows color (decimal): -7529440 or 2104461. OLE color: 2104461.

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

Color convert

RGB 141 28 32 -
CMYK 0 0.80 0.77 0.45
HSL 357.88º 0.67% 0.33% -
HSV(B) 357.88º 0.8% 0.55% -
XYZ 11.66 6.6 2.03 -
YUV 62.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 141 28 32 0 0.80 0.77 0.45 357.88 0.67 0.33
Hex 8D 1C 20 0 50 4D 2D 166 43 21
Octal 215 34 40 0 120 115 55 546 103 41
Binary 10001101 11100 100000 0 1010000 1001101 101101 101100110 1000011 100001

Color Harmonies of #8D1C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C20

Black with #8D1C20

Text Example


Text Example

White with #8D1C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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