Html Css Color HEX #862526 Flame Red

📋 copy color: '#862526'

red 134 ◦ green 37 ◦ blue 38

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

Shades of Flame Red #862526

Tints of Flame Red #862526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 64.11%
G = 17.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#862526 (or 0x862526) is known color: Flame Red. HEX triplet: 86, 25 and 26. RGB value is (134,37,38). Sum of RGB (Red+Green+Blue) = 134+37+38=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #862526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862526 is #79DAD9. Grayscale: #424242. Windows color (decimal): -7985882 or 2499974. OLE color: 2499974.

HSL color Cylindrical-coordinate representation of color #862526: hue angle of 359.38º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862526 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 38 -
CMYK 0 0.72 0.72 0.47
HSL 359.38º 0.57% 0.34% -
HSV(B) 359.38º 0.72% 0.53% -
XYZ 10.84 6.53 2.52 -
YUV 66.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 134 37 38 0 0.72 0.72 0.47 359.38 0.57 0.34
Hex 86 25 26 0 48 48 2F 167 39 22
Octal 206 45 46 0 110 110 57 547 71 42
Binary 10000110 100101 100110 0 1001000 1001000 101111 101100111 111001 100010

Color Harmonies of #862526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862526

Black with #862526

Text Example


Text Example

White with #862526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862526; }

 p { color: rgb(134,37,38); }

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

background-color css

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

 a { background-color: rgb(134,37,38); }

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

border-color css

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

 span { border-color: rgb(134,37,38); }

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