Html Css Color HEX #86151B Flame Red

📋 copy color: '#86151B'

red 134 ◦ green 21 ◦ blue 27

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

Shades of Flame Red #86151B

Tints of Flame Red #86151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 73.63%
G = 11.54%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86151B (or 0x86151B) is known color: Flame Red. HEX triplet: 86, 15 and 1B. RGB value is (134,21,27). Sum of RGB (Red+Green+Blue) = 134+21+27=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86151B is #79EAE4. Grayscale: #373737. Windows color (decimal): -7989989 or 1774982. OLE color: 1774982.

HSL color Cylindrical-coordinate representation of color #86151B: hue angle of 356.81º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86151B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 27 -
CMYK 0 0.84 0.80 0.47
HSL 356.81º 0.73% 0.3% -
HSV(B) 356.81º 0.84% 0.53% -
XYZ 10.3 5.68 1.59 -
YUV 55.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 134 21 27 0 0.84 0.80 0.47 356.81 0.73 0.3
Hex 86 15 1B 0 54 50 2F 165 49 1E
Octal 206 25 33 0 124 120 57 545 111 36
Binary 10000110 10101 11011 0 1010100 1010000 101111 101100101 1001001 11110

Color Harmonies of #86151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86151B

Black with #86151B

Text Example


Text Example

White with #86151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86151B; }

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

 H1.HeaderClassName
 {
   color: #86151B;
 }
 .AnyTagClassName
 {
   color: #86151B;
 }
</style>

background-color css

<style>
 a { background-color: #86151B; }

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

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

border-color css

<style>
 span { border-color: #86151B; }

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

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