Html Css Color HEX #8D1B29 Flame Red

📋 copy color: '#8D1B29'

red 141 ◦ green 27 ◦ blue 41

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

Shades of Flame Red #8D1B29

Tints of Flame Red #8D1B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.92%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 67.46%
G = 12.92%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8D1B29 (or 0x8D1B29) is known color: Flame Red. HEX triplet: 8D, 1B and 29. RGB value is (141,27,41). Sum of RGB (Red+Green+Blue) = 141+27+41=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B29 is #72E4D6. Grayscale: #3E3E3E. Windows color (decimal): -7529687 or 2694029. OLE color: 2694029.

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

Color convert

RGB 141 27 41 -
CMYK 0 0.81 0.71 0.45
HSL 352.63º 0.68% 0.33% -
HSV(B) 352.63º 0.81% 0.55% -
XYZ 11.78 6.61 2.75 -
YUV 62.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 141 27 41 0 0.81 0.71 0.45 352.63 0.68 0.33
Hex 8D 1B 29 0 51 47 2D 161 44 21
Octal 215 33 51 0 121 107 55 541 104 41
Binary 10001101 11011 101001 0 1010001 1000111 101101 101100001 1000100 100001

Color Harmonies of #8D1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1B29

Black with #8D1B29

Text Example


Text Example

White with #8D1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,27,41); }

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

background-color css

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

 a { background-color: rgb(141,27,41); }

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

border-color css

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

 span { border-color: rgb(141,27,41); }

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