Html Css Color HEX #8D1C1D Flame Red

📋 copy color: '#8D1C1D'

red 141 ◦ green 28 ◦ blue 29

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

Shades of Flame Red #8D1C1D

Tints of Flame Red #8D1C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.65%

R = 71.21%
G = 14.14%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D1C1D (or 0x8D1C1D) is known color: Flame Red. HEX triplet: 8D, 1C and 1D. RGB value is (141,28,29). Sum of RGB (Red+Green+Blue) = 141+28+29=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C1D is #72E3E2. Grayscale: #3E3E3E. Windows color (decimal): -7529443 or 1907853. OLE color: 1907853.

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

Color convert

RGB 141 28 29 -
CMYK 0 0.80 0.79 0.45
HSL 359.47º 0.67% 0.33% -
HSV(B) 359.47º 0.8% 0.55% -
XYZ 11.62 6.58 1.82 -
YUV 61.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 141 28 29 0 0.80 0.79 0.45 359.47 0.67 0.33
Hex 8D 1C 1D 0 50 4F 2D 167 43 21
Octal 215 34 35 0 120 117 55 547 103 41
Binary 10001101 11100 11101 0 1010000 1001111 101101 101100111 1000011 100001

Color Harmonies of #8D1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C1D

Black with #8D1C1D

Text Example


Text Example

White with #8D1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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