Html Css Color HEX #861B1F Flame Red

📋 copy color: '#861B1F'

red 134 ◦ green 27 ◦ blue 31

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

Shades of Flame Red #861B1F

Tints of Flame Red #861B1F

RGB

 RED value IS 134 (52.73% from 255) = 69.79%

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

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 69.79%
G = 14.06%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#861B1F (or 0x861B1F) is known color: Flame Red. HEX triplet: 86, 1B and 1F. RGB value is (134,27,31). Sum of RGB (Red+Green+Blue) = 134+27+31=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #861B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B1F is #79E4E0. Grayscale: #3B3B3B. Windows color (decimal): -7988449 or 2038662. OLE color: 2038662.

HSL color Cylindrical-coordinate representation of color #861B1F: hue angle of 357.76º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B1F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 27 31 -
CMYK 0 0.80 0.77 0.47
HSL 357.76º 0.66% 0.32% -
HSV(B) 357.76º 0.8% 0.53% -
XYZ 10.47 5.95 1.89 -
YUV 59.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 134 27 31 0 0.80 0.77 0.47 357.76 0.66 0.32
Hex 86 1B 1F 0 50 4D 2F 166 42 20
Octal 206 33 37 0 120 115 57 546 102 40
Binary 10000110 11011 11111 0 1010000 1001101 101111 101100110 1000010 100000

Color Harmonies of #861B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B1F

Black with #861B1F

Text Example


Text Example

White with #861B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861B1F; }

 p { color: rgb(134,27,31); }

 H1.HeaderClassName
 {
   color: #861B1F;
 }
 .AnyTagClassName
 {
   color: #861B1F;
 }
</style>

background-color css

<style>
 a { background-color: #861B1F; }

 a { background-color: rgb(134,27,31); }

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

border-color css

<style>
 span { border-color: #861B1F; }

 span { border-color: rgb(134,27,31); }

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