Html Css Color HEX #8B1D2C Flame Red

📋 copy color: '#8B1D2C'

red 139 ◦ green 29 ◦ blue 44

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

Shades of Flame Red #8B1D2C

Tints of Flame Red #8B1D2C

RGB

 RED value IS 139 (54.69% from 255) = 65.57%

 GREEN value IS 29 (11.72% from 255) = 13.68%

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 65.57%
G = 13.68%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B1D2C (or 0x8B1D2C) is known color: Flame Red. HEX triplet: 8B, 1D and 2C. RGB value is (139,29,44). Sum of RGB (Red+Green+Blue) = 139+29+44=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D2C is #74E2D3. Grayscale: #3F3F3F. Windows color (decimal): -7660244 or 2891147. OLE color: 2891147.

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

Color convert

RGB 139 29 44 -
CMYK 0 0.79 0.68 0.45
HSL 351.82º 0.65% 0.33% -
HSV(B) 351.82º 0.79% 0.55% -
XYZ 11.54 6.55 3.04 -
YUV 63.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 139 29 44 0 0.79 0.68 0.45 351.82 0.65 0.33
Hex 8B 1D 2C 0 4F 44 2D 160 41 21
Octal 213 35 54 0 117 104 55 540 101 41
Binary 10001011 11101 101100 0 1001111 1000100 101101 101100000 1000001 100001

Color Harmonies of #8B1D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D2C

Black with #8B1D2C

Text Example


Text Example

White with #8B1D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,29,44); }

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

background-color css

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

 a { background-color: rgb(139,29,44); }

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

border-color css

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

 span { border-color: rgb(139,29,44); }

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