Html Css Color HEX #86151A Flame Red

📋 copy color: '#86151A'

red 134 ◦ green 21 ◦ blue 26

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

Shades of Flame Red #86151A

Tints of Flame Red #86151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 74.03%
G = 11.6%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86151A (or 0x86151A) is known color: Flame Red. HEX triplet: 86, 15 and 1A. RGB value is (134,21,26). Sum of RGB (Red+Green+Blue) = 134+21+26=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86151A is #79EAE5. Grayscale: #373737. Windows color (decimal): -7989990 or 1709446. OLE color: 1709446.

HSL color Cylindrical-coordinate representation of color #86151A: hue angle of 357.35º 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 #86151A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 26 -
CMYK 0 0.84 0.81 0.47
HSL 357.35º 0.73% 0.3% -
HSV(B) 357.35º 0.84% 0.53% -
XYZ 10.29 5.68 1.53 -
YUV 55.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 134 21 26 0 0.84 0.81 0.47 357.35 0.73 0.3
Hex 86 15 1A 0 54 51 2F 165 49 1E
Octal 206 25 32 0 124 121 57 545 111 36
Binary 10000110 10101 11010 0 1010100 1010001 101111 101100101 1001001 11110

Color Harmonies of #86151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86151A

Black with #86151A

Text Example


Text Example

White with #86151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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